Skip to content

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

License

Notifications You must be signed in to change notification settings

LukasMarckmiller/android-pentesting-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages