https://github.com/lautarovculic/burpcertandroid
This is an automated script for installing BurpSuite certificate in Android devices.
https://github.com/lautarovculic/burpcertandroid
android burpsuite certificate genymotion hacking-mobile mobile
Last synced: 29 days ago
JSON representation
This is an automated script for installing BurpSuite certificate in Android devices.
- Host: GitHub
- URL: https://github.com/lautarovculic/burpcertandroid
- Owner: lautarovculic
- License: wtfpl
- Created: 2024-06-25T21:11:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T14:10:48.000Z (12 months ago)
- Last Synced: 2025-06-09T15:26:56.809Z (12 months ago)
- Topics: android, burpsuite, certificate, genymotion, hacking-mobile, mobile
- Language: Shell
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
alias adb_set_proxy="adb -s :5555 shell settings put global http_proxy $(ip -o -4 addr show | awk '{print $4}' | sed 's/\/.*//g'):8080"
```
```bash
alias adb_unset_proxy='adb -s shell settings put global http_proxy :0'
```
- **deviceIP**: Android IP Address.
- **interfaceNetwork**: Network interface where your local IPv4 address is located.
https://lautarovculic.com