Skip to main content

Auto setup android for pentest with auto push burp certificate and redirect traffic to burp with IP Table

Project description

Android-Certificate-

Automated script to push Burp Suite certificate in Android

Prerequisites

  • Python 3+ (Not verified)
  • adb in system environment variables
  • Burp or Other CA cert in DER

Installation

Manual Installation

  git clone https://github.com/Anof-cyber/androset
  cd androset
  pip install -r requirements.txt

Install with PIP

pip install androset

Usage/Examples

Convert and push Burp Certificate to android

python3 androset.py cert --cert cacert.der

Specify ADB IP and Port

python3 androset.py cert --cert cacert.der --adbip 127.0.0.1:5555

Modify Android IPTable to redirect all traffic to burp

python3 androset.py burp --burpip 127.0.0.1:8080
python3 androset.py burp --burpip 127.0.0.1:8080 --adbip 127.0.0.1:5555

push burp cert and modify IP table

python3 androset.py cert burp --burpip 127.0.0.1:8080 --adbip 127.0.0.1:5555 --cert cacert.der

Acknowledgements

The tool is Created using ChatGPT with some custom modification.

Project details


Release history Release notifications | RSS feed

This version

1.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

androset-1.1.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

androset-1.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page