Android application vulnerability analysis and Android pentest tool which has following functions
- App info check
- Baksmaling android app
- Decompile android app
- Extract class file
- Extract java code
- Pattern base Information Leakage
INSTALLATION
- git clone https://github.com/hahwul/droid-hunter.git
- cd droid-hunter
DEMO

USAGE
- Usage: ruby dhunter.rb [APK]
- Command
- -a, --apk : Analysis android APK file.
- + APK Analysis
- => dhunter -a 123.apk[apk file]
- => dhunter --apk 123.apk aaa.apk test.apk hwul.apk
- -p, --pentest : Penetration testing Device
- + Pentest Android
- => dhunter -p device[device code]
- => dhunter --pentest device
- -v, --version : Show this droid-hunter version
- -h, --help : Show help page
REFRENCES
https://github.com/hahwul/droid-hunter