Advertisement
TVT618

A2SV - SSL Vulnerability Auto Scanner

Jul 1st, 2018
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. Screenshot
  2.  
  3. What's A2SV?
  4. Auto Scanning to SSL Vulnerability. HeartBleed, CCS Injection, SSLv3 POODLE, FREAK... etc
  5.  
  6. Support Vulnerability
  7. * [CVE-2007-1858] Anonymous Cipher
  8. * [CVE-2012-4929] CRIME(SPDY)
  9. * [CVE-2014-0160] CCS Injection
  10. * [CVE-2014-0224] HeartBleed
  11. * [CVE-2014-3566] SSLv3 POODLE
  12. * [CVE-2015-0204] FREAK Attack
  13. * [CVE-2015-4000] LOGJAM Attack
  14. * [CVE-2016-0800] SSLv2 DROWN
  15.  
  16. Dev Plan
  17. * [PLAN] SSL ACCF
  18. * [PLAN] SSL Information Analysis
  19.  
  20. How to Install?
  21. git clone https://github.com/hahwul/a2sv
  22. cd a2sv
  23. bash install.sh
  24. python a2sv.py -h
  25.  
  26. Example:
  27. Scan SSL Vulnerability]
  28. * python a2sv.py -t 127.0.0.1
  29. * python a2sv.py -t 127.0.0.1 -m heartbleed
  30. * python a2sv.py -t 127.0.0.1 -d n
  31. * python a2sv.py -t 127.0.0.1 -p 8111
  32. * python a2sv.py -tf target_list.txt
  33.  
  34. Update A2SV
  35. * python a2sv.py -u
  36. * python a2sv.py --update
  37. * git pull --force
  38.  
  39. Code Reference Site
  40. * poodle : https://github.com/supersam654/Poodle-Checker
  41. * heartbleed : https://github.com/sensepost/heartbleed-poc
  42. * CCS Injection : https://github.com/Tripwire/OpenSSL-CCS-Inject-Test
  43. * freak : https://gist.github.com/martinseener/d50473228719a9554e6a
  44.  
  45. Donate: Paypal
  46.  
  47. Download A2SV: https://github.com/hahwul/a2sv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement