Advertisement
TVT618

DROID-HUNTER - Android Apps Vulnerability Analysis

Jul 1st, 2018
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Droid-Hunter - Android Apps Vulnerability Analysis and Android Pentest tool
  2.  
  3. DROID-HUNTER: Android application vulnerability analysis and Android pentest tool
  4. Support
  5. * App info check
  6. * Baksmaling android app
  7. * Decompile android app
  8. * Extract class file
  9. * Extract java code
  10. * Pattern base Information Leakage
  11.  
  12. How to install?
  13. git clone https://github.com/hahwul/droid-hunter
  14. cd droid-hunter
  15. bash install.sh
  16. ruby dhunter.rb
  17.  
  18. How to use?
  19. Usage: ruby dhunter.rb [APK]
  20. Command
  21. -a, --apk : Analysis android APK file.
  22. + APK Analysis
  23. => dhunter -a 123.apk[apk file]
  24. => dhunter --apk 123.apk aaa.apk test.apk hwul.apk
  25. -p, --pentest : Penetration testing Device
  26. + Pentest Android
  27. => dhunter -p device[device code]
  28. => dhunter --pentest device
  29. -v, --version : Show this droid-hunter version
  30. -h, --help : Show help page
  31.  
  32. Support
  33. Bug: Add issue(github)
  34. Contact: hahwul@gmail.com
  35.  
  36. TO-DO List
  37. Add Vulnerability Scanning module
  38. Update string pattern
  39. Intent diagram
  40.  
  41. Download DROID-HUNTER: https://github.com/hahwul/droid-hunter
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement