Skip to content

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

License

Notifications You must be signed in to change notification settings

lautarovculic/burpCertAndroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

BurpSuite Cert for Android Installer

v1

About

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

The script was tested and developed for Android devices running in Genymmotion.

If you have errors in the execution of the script, visit the step by step in the post I have written:

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 Genymotion 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