:new: The Multi-Tool Web Vulnerability Scanner.
It is quite a fuss for a pentester to perform binge-tool-scanning (running security scanning tools one after the other) sans automation. Unless you are a pro at automating stuff, it is a herculean task to perform binge-scan for each and every engagement. The ultimate goal of this program is to solve this problem through automation; viz. running multiple scanning tools to discover vulnerabilities, effectively judge false-positives, collectively correlate results and saves precious time; all these under one roof.
Enter RapidScan.
nmap, dnsrecon, wafw00f, uniscan, sslyze, fierce, lbd, theharvester, dnswalk, golismeroetc executes under one entity.
Ctrl+Cto skip if needed.
wpscanand
plecosttools when a wordpress installation is found. (under development)
Download the script, allow executable permissions & start the scan immediately -
wget -O rapidscan.py https://raw.githubusercontent.com/skavngr/rapidscan/master/rapidscan.py && chmod +x rapidscan.py && ./rapidscan.py example.com
To run a scan for
example.comthe command below has to be run. After completion reports can be found in the current path under
reports.
docker run -t --rm -v $(pwd)/reports:/reports kanolato/rapidscan example.com