Project 6: Network & Vulnerability Scanning
Learn to scan networks, detect open ports, identify vulnerabilities, and prevent brute-force attacks.
Learn to scan networks, detect open ports, identify vulnerabilities, and prevent brute-force attacks.
Understanding network security starts with recognizing open ports, running services, and potential vulnerabilities. This project will guide you through Nmap, Masscan, Metasploit auxiliary scanning, and brute-force detection techniques.
By completing this course, you will:
What command is used to perform an aggressive Nmap scan?
nmap -sS
nmap -A
masscan --top-ports 100
msfconsole
Start the full lab now:
Project 6: Network & Vulnerability Scanning ๐ Lab Overview In this lab, you will: Use Nmap to scan for open ports and running services. Run Masscan for high-speed scanning. Detect brute-force attacks using logs. Use Metasploit auxiliary scanning to find vulnerabilities. โ Prerequisites You will need: Debian Linux VM Windows Server VM Nmap, Masscan, Metasploit installed ๐ Step 1: Network Scanning with Nmap 1๏ธโฃ Find the IP Address of Your Windows VM Run the following command in your Debian Linux terminal: ...