Security Essentials
AndroBugs
AndroBugs Framework is an Android vulnerability analysis system that helps developers or hackers find potential security vulnerabilities in Android applications. No splendid GUI interface, but the most efficient (less than 2 minutes per scan in average) and more accurate.
Demo
How to Install The Tool:
Installation of AndroBugs is a straightforward process. The tool can be installed by cloning the Github repository
Dependencies
- Python 2.7
AndroBugs Usage Example
Usage for Windows
androbugs.exe -f [APK file]
Usage for Unix/Linux
python androbugs.py -f [APK file]
Massive Analysis Tool for Windows
AndroBugs_MassiveAnalysis.exe -b 20151112 -t BlackHat -d .\All_Your_Apps\ -o .\Massive_Analysis_Reports
Usage of Massive Analysis Tools for Unix/Linux
python AndroBugs_MassiveAnalysis.py -b [Your_Analysis_Number] -t [Your_Analysis_Tag] -d [APKs input directory] -o [Report output directory]