Created
July 31, 2025 14:34
-
-
Save man3kin3ko/456877115e11aaf6364fec9dd62eed59 to your computer and use it in GitHub Desktop.
Android traffic redirect to Burp Suite
This file contains hidden or 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
| adb root \ | |
| && adb shell iptables -t nat -A OUTPUT -p tcp --dport 80 -j DNAT --to-destination 10.48.36.7:8080 \ | |
| && adb shell iptables -t nat -A OUTPUT -p tcp --dport 443 -j DNAT --to-destination 10.48.36.7:8080 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment