Lab 7
Chapter 14
🐧 Linux

Vulnerability Scanning

Run a vulnerability scan and interpret the results.

0 / 5 tasks completed

📋 Tasks

1 Install Greenbone/OpenVAS (simplified)
sudo apt install gvm -y
2 Initialize the vulnerability scanner
sudo gvm-setup
3 Start the scanner services
sudo gvm-start
4 Run a scan from the command line
gvm-cli socket --xml 'Lab Scan'
5 View critical findings
gvm-cli socket --xml ''

💻 Interactive Terminal

bash — cyber-lab
Welcome to Lab 7: Vulnerability Scanning
Type commands below to complete each task. Type 'help' for available commands.
──────────────────────────────────────────────
student@cyber-lab:~$
💡 Complete task 1: Install Greenbone/OpenVAS (simplified)

🤔 Reflection

For each critical finding, what remediation steps would you take?

← Lab 6 Lab 8 →