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: 29 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

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