
Acunetix
Web vulnerability scanner for automated security testing of websites and web apps
Discover top open-source software, updated regularly with real-world adoption signals.

Automated multi-tool web vulnerability scanner for rapid assessments
RapidScan automates binge‑tool scanning, runs dozens of reconnaissance and vulnerability tools, correlates results, flags false positives, and generates executive summaries—all from a single lightweight Python3 command.
RapidScan v1.2 is a Python 3‑based automation layer that orchestrates dozens of well‑known reconnaissance and vulnerability tools (nmap, dnsrecon, wafw00f, nikto, etc.) into a single command. Designed for penetration testers and red‑team engineers, it eliminates the manual chore of launching each utility sequentially, saving significant time during engagements.
The scanner executes a breadth of checks—from SSL misconfigurations and DNS zone transfers to CMS detection and web‑application attacks—classifies findings by severity, and provides concise remediation guidance. Results are correlated across tools to highlight true positives and reduce noise. An executive summary and optional PDF report are planned for future releases, as is AI‑driven tool selection for identified platforms such as WordPress.
Install RapidScan via pip or from source on Kali, Parrot, or Ubuntu systems where the underlying tools are available. Run python3 rapidscan.py to start a full scan, or integrate the module into custom scripts. While parallel execution is not yet supported, the lightweight design ensures low resource consumption on typical assessment machines.
When teams consider RapidScan, these hosted platforms usually appear on the same shortlist.
Looking for a hosted option? These are the services engineering teams benchmark against before choosing open source.
Initial reconnaissance for a new web application
RapidScan enumerates subdomains, open ports, and common web technologies, delivering a categorized list of potential vulnerabilities in minutes.
Validating findings after a manual exploit
Runs multiple scanners against the target to confirm the vulnerability and filter out false positives before reporting.
Automated weekly security audit
Scheduled script runs RapidScan against production domains, producing an executive summary that highlights new critical issues for the security team.
WordPress site hardening
Detects WordPress installation, triggers wpscan and plecost automatically, and provides remediation steps for identified plugins and configuration weaknesses.
RapidScan invokes tools that are already present on Kali, Parrot, or Ubuntu; you must ensure those utilities are installed beforehand.
Parallel processing is not yet implemented; scans are performed sequentially.
Docker support is currently under development and not yet released.
RapidScan v1.2 requires Python 3; the older Python 2.7 branch (v1.1) is no longer maintained.
The scanner cross‑checks each finding with multiple tools and highlights only those confirmed by more than one source.
Project at a glance
DormantLast synced 4 days ago