Last active
February 26, 2024 23:01
-
-
Save BrandonReynolds/2ceddbb7f459b5b728459693ce8d8599 to your computer and use it in GitHub Desktop.
Frida - Android
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install APK Remote | |
adb install {file.apk} | |
# HTTP Toolkit Proxy | |
frida -H {IP} -l {Launch_JS} -l ./proxy/config.js -l ./proxy/native-connect-hook.js -l ./proxy/android/android-proxy-override.js -l ./proxy/android/android-system-certificate-injection.js -l ./proxy/android/android-certificate-unpinning.js -l ./proxy/android/android-certificate-unpinning-fallback.js -f {Android_App_Name} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment