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
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 details)
Built Distribution
File details
Details for the file androset-1.1.tar.gz
.
File metadata
- Download URL: androset-1.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e03aeb69ddbeaddc85d5e2614e8a75e41036d5628a9897c854d86d4f0fef04ec |
|
MD5 | 86335f6f210d54fe5760930c1390d49a |
|
BLAKE2b-256 | 2f7ae076719f1fe824916b579c153eaf1680b9eff9dbc757cbfd02d71ef7bdb1 |
File details
Details for the file androset-1.1-py3-none-any.whl
.
File metadata
- Download URL: androset-1.1-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 589f07c4ed2653bb63196dc126c012b5d104152babf6208ea9371b443d641f7c |
|
MD5 | c8a3c8afa75daec3e94eccc0776c64b6 |
|
BLAKE2b-256 | 445a484ebdd7ffc9648ece5524a34f2fb7eff462d8c6fada205310d03c70f800 |