By completing this task, you will be able to scan network hosts for vulnerabilities. After you discover active hosts on your target network, you would scan those hosts for vulnerabilities. As part of a penetration test, you could then attempt to exploit them.
Automated Vulnerability Scanning is typically used in clear-box pentesting. Tools like Nessus and OpenVAS allow you easily create and run scans. Nessus is a remote security scanning tool, which scans a computer and raises an alert if it discovers any vulnerabilities that malicious hackers could use to gain access to any computer you have connected to a network.
Expert Mode
- Use Nessus to scan your Metasploitable 2 for vulnerabilities
Regular Mode
Task in details »
- We will use Windows 10 for this activity, so go ahead and log in to your WIN10 VM
- Open Google Chrome Web browser. There should be a pre-configured tab with the Nessus scanner homepage
- You might see a privacy error/warning. Click the Advanced button and then click the Proceed to localhost (unsafe) link
- Log in with the following credentials: samer/password
- Close the welcome message dialog
- Click the New Scan button (top right corner) and select the Basic Network Scan option
- Fill in the required information as follows:
Name: First Scan
Description: CS Academy 2023 (Year)
Target: <Your Network Address IP>
- Click the Save button
- Once saved, you will be redirected to the My Scans folder with the recently created scan listed
- Locate the Launch button and click it to start the scan
- Let the scan run. While the scan is running, you can inspect the results as they are reported. Click the Running icon
- Click the IP address of Metasploitable to see its details
- Go back to the Hosts (scan results) main page and wait for the scan to be completed. When the scan is complete, explore some of the discovered vulnerabilities
- Click the vulnerability category: SSL (Multiple Issues)
- Click the first vulnerability to get its details
- In the Questions section, you will be asked about specific details, so make sure you know who to locate information in Nessus scan results
- Finally, go to the results page and export the results into a PDF
- Open the PDF file and view its contents. Show your instructor when done