The Vulnerability Scanner Application is a comprehensive tool designed for red teamers to perform reconnaissance, vulnerability scanning, and report generation for target URLs and IP addresses. This application offers a user-friendly interface for initiating and managing scans efficiently.
Reconnaissance:
- nmap 2.whois 3. dig Vulnerability Scan
- nikto 2. SQLmap 3. WPscan 4. SSLScan
pip install -r requirements.txt
python3 Main.py
Follow On-Screen Instructions: Choose from various options in the interactive menu: Enter the target URL when prompted. Enter the target URL when prompted.
- Run Reconnaissance
- Run Vulnerability Scan
- Generate Report
- Schedule Scans
- Exit
Generate a comprehensive PDF report containing all scan results for further analysis.
Automate scan scheduling using the provided Scheduler.py script.
Mohit Mohanty