Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 14 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 (8 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T14:42:51.000Z (7 months ago)
- Last Synced: 2024-11-29T21:12:21.544Z (2 months ago)
- Topics: android, burpsuite, certificate, genymotion, hacking-mobile, mobile
- Language: Shell
- Size: 6.84 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
## 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:
### [POST](https://lautarovculic.com/intercept-android-app-traffic-with-burpsuite/)## 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 Genymotion IP Address.
- **interfaceNetwork**: Network interface where your local IPv4 address is located.https://lautarovculic.com