Vulnerability Scanner
INSTALLATION PROCESS
RUNING SINGLE COMMAND
wget -O rapidscan.py https://raw.githubusercontent.com/skavngr/rapidscan/master/rapidscan.py && chmod +x rapidscan.py && ./rapidscan.py example.com
wget -O rapidscan.py https://raw.githubusercontent.com/skavngr/rapidscan/master/rapidscan.py
chmod +x rapidscan.py
./rapidscan.py example.com
SPECIFICATION
- executes a multitude of security scanning tools, does other custom coded checks and prints the results spontaneously.
- some of the tools include
nmap, dnsrecon, wafw00f, uniscan, sslyze, fierce, lbd, theharvester, dnswalk, golismero
etc executes under one entity.- checks for same vulnerabilities with multiple tools to help you zero-in on false positives effectively.
- critical, high, medium, low and informational classification of vulnerabilities.
- artificial intelligence to deploy tools automatically depending upon the issues found. for eg; automates the launch of
wpscan
andplecost
tools when a wordpress installation is found. (under development)Vulnerability Checks
DNS/HTTP Load Balancers & Web Application Firewalls. Checks for Joomla, WordPress and Drupal SSL related Vulnerabilities (HEARTBLEED, FREAK, POODLE, CCS Injection, LOGJAM, OCSP Stapling). Commonly Opened Ports. DNS Zone Transfers using multiple tools (Fierce, DNSWalk, DNSRecon, DNSEnum). Sub-Domains Brute Forcing (DNSMap, amass, nikto) Open Directory/File Brute Forcing. Shallow XSS, SQLi and BSQLi Banners. Slow-Loris DoS Attack, LFI (Local File Inclusion), RFI (Remote File Inclusion) & RCE (Remote Code Execution). - & more coming up...