Jason855000 / android-pentesting-utils

Small helpers for pentesting android apps or setup up a testing environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

android-pentesting-utils

Small helpers for pentesting android apps or setup up a testing environment

syscertimporter.py

Converts and installs a (burpsuit) certificate to the system certificate store of an adb connected device.

Phone is needed to be rooted and you must be connected to it adb connect <host>[:<port>]

python3 syscertimporter.py
[+] Environment looks fine. All needed tools are installed.
[+] Enter certificate path (BurpSuite->Proxy->Options->Import/export CA Certificate->Certificate in DER format):  /tmp/burpcert.der
[+] Successfully prepared certificate.
[+] Certificate was successfully installed on device :).

frameworker.py

TBD - Tool to detect app framwork and list directory to binaries aswell run checksec on binaries

package_dumper.py

TBD - Tool for package dumping with tcpdump/wireshark over adb

...

About

Small helpers for pentesting android apps or setup up a testing environment

License:GNU General Public License v3.0


Languages

Language:Python 100.0%