Scripts relying mostly on androguard
androguard_json.py
: generate a JSON with information about the APK like Koodous doesget_package_name.py
: extract package nameget_dex.py
: extrac classes.dex file from APKsyaradex.py
: run a yara rule over the dex classes of an APK filekoodous_tag.py
: comment on some Koodous sampleskoodous_search.py
: search in Koodousdownload_androguard_report.py
: download androguard report from Koodous, copy of this script updated for Python 3dump_android_backup.py
: decrypt and decompress an Android backup files (modified version of this script)extract_firebase.py
: check if firebase address in ressourcesextract_rsrc_strings.py
: list all strings in resourcesget_method_code.py
: extract code, byte code or hex code from a methodget_certificate.py
: extract certificate informationprint_frosting.py
: check if an APK contains Google Play Metadata (also called frosting) (ref)snoopdroid_vt_check.py
: check snoopdroid results on VTis_obfuscated.py
: check if class names are obfuscated or not