home.social

#100vibeprojects — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #100vibeprojects, aggregated by home.social.

fetched live
  1. Day 10 of #100VibeProjects 🔍

    Built a local web tool that does static security analysis of Android APKs — upload an APK and get a report covering permissions, hardcoded secrets, SDK fingerprinting, cert pinning, and crypto posture.

    The interesting part: the methodology came from reverse-engineering the WhiteHouse app teardown that went viral last week. Applied the same five-gate analysis framework to a real banking app.

    Found an expired certificate pin (silently disables TLS pinning for all users), a session replay SDK with no confirmed masking rules, and four Adobe tracking SDKs doing cross-device user stitching.

    The tool runs entirely locally. No data leaves your machine. APK deleted after analysis.

    Stack: Python · Flask · androguard · 380 lines

    📝 Blog: mrdee.in
    mrdee.in/writing/vibecoding-da

    💻 GitHub Repo: github.com/mr-dinesh/Offline-A

    #VibeCoding #AppSec #AndroidSecurity #MobileSecurity #Python #Flask #DFIR #InfoSec #ReverseEngineering #CyberSecurity