Skip to content

Instantly share code, notes, and snippets.

@man3kin3ko
Created July 31, 2025 14:34
Show Gist options
  • Select an option

  • Save man3kin3ko/456877115e11aaf6364fec9dd62eed59 to your computer and use it in GitHub Desktop.

Select an option

Save man3kin3ko/456877115e11aaf6364fec9dd62eed59 to your computer and use it in GitHub Desktop.
Android traffic redirect to Burp Suite
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