Task
Scan all 26 APKs in apks/ to find hardcoded API keys, tokens, and secrets.
Steps
- Run
python3 scripts/batch_scan.py for initial automated scan
- For APKs with native libraries, extract strings from
.so files
- For obfuscated strings, write decoders (XOR, Base64, custom)
- Document findings in
analysis/batch_report.md
Priority APKs (most likely to have keys)
- 404-new-era — has XOR obfuscation, known API endpoints
- mcdonald-manager — React Native, 97MB, likely has embedded keys
- code-blooded — 59MB, large app
- gg-bond — 55MB, large app
- study-hard — 18MB, has native lib
Deliverables
analysis/batch_scan_results.json — automated scan output
analysis/batch_report.md — human-readable summary
- Per-APK analysis in
analysis/<apk_name>/
Task
Scan all 26 APKs in
apks/to find hardcoded API keys, tokens, and secrets.Steps
python3 scripts/batch_scan.pyfor initial automated scan.sofilesanalysis/batch_report.mdPriority APKs (most likely to have keys)
Deliverables
analysis/batch_scan_results.json— automated scan outputanalysis/batch_report.md— human-readable summaryanalysis/<apk_name>/