Skip to content

Instantly share code, notes, and snippets.

@BrandonReynolds
Last active February 26, 2024 23:01
Show Gist options
  • Save BrandonReynolds/2ceddbb7f459b5b728459693ce8d8599 to your computer and use it in GitHub Desktop.
Save BrandonReynolds/2ceddbb7f459b5b728459693ce8d8599 to your computer and use it in GitHub Desktop.
Frida - Android
# 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