A tool that enumerates Android devices for information useful in understanding its internals and for exploit development. It supports android 4.2 to android 7.1.1
Requirements
The most current ADB must be in your path and fully functional
The report name must not have any whitespace
Limitations
Some information and files cannot be pulled higher up the SDK version due to strict SELinux policies and android hardening.
It can only run on one device at a time for now
To Do
Support for enumeration on a rooted device
Support enumeration on multiple devices at a time
Generate PDF report on the enumartuon data
Inspired by
LinEnum – https://github.com/rebootuser/LinEnum
Linuxprivchecker – https://www.securitysift.com/download/linuxprivchecker.py
Unix-privesc-check – https://github.com/inquisb/unix-privesc-check
Basic Linux Privilege Escalation – https://blog.g0tmi1k.com/2011/08/basic-linux-privilege-escalation/
Download Twiga
Comments