Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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