
apk-mitm
#Security Testing#Malware Analysis
A Django web interface for managing Yara rules with features like search, categorization, and bulk edits.
apk-mitm Simplifies the APK Preparation Process for HTTPS Inspection
apk-mitm simplifies the entire process of preparing Android APK files for HTTPS inspection.
To get started, simply provide an APK file, and apk-mitm will:
* decode the APK file using Apktool,
* replace the app's Network Security Configuration to allow for user-added certificates,
* modify the source code to disable different certificate pinning implementations,
* encode the modified APK file using Apktool,
* sign the modified APK file using uber-apk-signer.
Moreover, apk-mitm can also be used to patch applications that utilize Android App Bundles, and there is no requirement to root your phone.