RapidScan is 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.
Features
nmap, dnsrecon, wafw00f, uniscan, sslyze, fierce, lbd, theharvester, dnswalk, golismeroetc executes under one entity.Ctrl+C to skip if needed.wpscan and plecost tools when a wordpress installation is found. (under development)Also Read – GhostDelivery : .VBS Script To Deliver Payload With Persistence
Vulnerability Checks
Requirements
Usage
Download the script and give executable permissions
wget -O rapidscan.py https://raw.githubusercontent.com/skavngr/rapidscan/master/rapidscan.py && chmod +x rapidscan.py
Output
Drupal is one of the most widely used open-source CMS platforms in the world. Written in…
FTP (File Transfer Protocol) is a standard network protocol for transferring files between a local client…
A Python virtual environment is a self-contained directory that holds an isolated Python installation and its own…
Slack is one of the most popular collaboration platforms in the world. Teams use it to…
The hostname is the label that identifies a machine on a network. It appears in your terminal…
Redis is an open-source, in-memory data structure store used as a database, cache, and message broker.…