Advertisement
TVT618

[Linux] Striker - Vulnerability Scanner for Website

Feb 21st, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. [Linux]
  2. Striker - Offensive Information and Vulnerability Scanner for Website
  3.  
  4. Features: Just supply a domain name to Striker and it will automatically do the following for you:
  5. * Check and Bypass Cloudflare
  6. * Retrieve Server and Powered by Headers
  7. * Fingerprint the operating system of Web Server
  8. * Detect CMS (197+ CMSs are supported)
  9. * Launch WPScan if target is using Wordpress
  10. * Retrieve robots.txt
  11. * Whois lookup
  12. * Check if the target is a honeypot
  13. * Port Scan with banner grabbing
  14. * Dumps all kind of DNS records
  15. * Generate a map for visualizing the attack surface
  16. * Gather Emails related to the target
  17. * Find websites hosted on the same web server
  18. * Find hosts using google
  19. * Crawl the website for URLs having parameters
  20. * SQLi scan using online implemention of SQLMap (takes < 3 min.)
  21. * Basic XSS scanning
  22.  
  23. Installing and using Striker
  24. git clone https://github.com/UltimateHackers/Striker
  25. cd Striker
  26. pip install -r requirements.txt
  27. python striker.py (To run Striker)
  28.  
  29. Screenshots
  30.  
  31. Download Striker: https://github.com/UltimateHackers/Striker
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement