Skip to content

lautarovculic/burpCertAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

BurpSuite Cert for Android Installer

v3.0.0

About

This is an automated script for install BurpSuite certificate in Android devices.

Setup your proxy in bash

alias adb_set_proxy="adb -s <deviceIP>:5555 shell settings put global http_proxy $(ip -o -4 addr show <interfaceNetwork> | awk '{print $4}' | sed 's/\/.*//g'):8080"
alias adb_unset_proxy='adb -s <deviceIP> shell settings put global http_proxy :0'
  • deviceIP: Android IP Address.
  • interfaceNetwork: Network interface where your local IPv4 address is located.

https://lautarovculic.com

About

This is an automated script for installing BurpSuite certificate in Android devices.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages