Cyberlium

Vulnerability › Module 4 › Lesson 3

BeginnerModule 4Lesson 3/5

Nessus/OpenVAS Named

Name Nessus and OpenVAS concepts — enterprise scanners on $LAB_HOST scope, lab-safe literacy.

15 min+40 XP3 quiz
Module progress3 of 5

Visual · nessus_openvas_named

Nessus/OpenVAS named literacy. $LAB_HOST only. Original Cyberlium.

Opening

Nessus and OpenVAS are named scanner platforms — not excuses to scan networks you do not operate.

Tenable Nessus (commercial/professional tiers) and Greenbone OpenVAS (open-source stack) are widely taught VA platforms: policies, plugin feeds, schedules, and report exports. Both require license/feeds, scope imports, and analyst triage — concepts Cyberlium names on $LAB_HOST job planning without mandating production installs or stranger targets. You will NOT download crack licenses, scan internet ranges because plugins updated, or treat OpenVAS as 'free pass' on dorm LANs. Next: Scanner Lab.

1. Shared scanner concepts

Policy/template (e.g., basic network, web app), plugin feed updates, scan zone tied to scope CSV, report formats (PDF/CSV) for triage. Nessus uses.nessus policies; OpenVAS uses configs and port lists — vocabulary aligns for analysts.

On $LAB_HOST plan: policy name, target=$LAB_HOST, output=$HOME/cyberlium-lab/reports/ chmod 600.

Command guide

Try these commands — Shared scanner concepts

═══ TOOLS & WEBSITES ═══ Browse / read these (authorized learning only — stay in YOUR lab / program scope)

Greenbone OpenVAS — https://www.greenbone.net/en/openvas/ Tenable Nessus — https://www.tenable.com/products/nessus Nmap vuln scripts — https://nmap.org/nsedoc/categories/vuln.html

═══ INSTALL ═══

Linux (Debian/Ubuntu):

Command — copy this

sudo apt install curl
sudo apt install nmap

macOS:

Command — copy this

brew install nmap

Windows: Built-in (PowerShell: Invoke-WebRequest)

Command — copy this

choco install nmap  # or download https://nmap.org/download.html

═══ LINUX / macOS ═══

Command — copy this

curl -sS https://docs.greenbone.net/ | head -5
source "$HOME/cyberlium-lab/t18-lab.env"; nmap --script vuln --script-args unsafe=0 -p 22,80,443 "$LAB_HOST" 2>/dev/null | head -30

Primary tools to practice this lesson: curl, nmap. Reference sites: Greenbone OpenVAS (https://www.greenbone.net/en/openvas/); Tenable Nessus (https://www.tenable.com/products/nessus); Nmap vuln scripts (https://nmap.org/nsedoc/categories/vuln.html). Run every command in the box — install first, then the usage lines — only on YOUR lab / program scope.

2. Lab-safe literacy without reckless defaults

Courses may use local OpenVAS appliance or Nessus Essentials on lab VLAN — still only $LAB_HOST in target field. 'Safe checks' does not mean 'any IP.'

Cracked enterprise feeds and pirated plugins are out — use vendor-legitimate lab installs only.

3. Reports feed Module 5+ — not exploit queues

Export lists CVE references for NVD reading — no Metasploit module required per finding. Analyst voice: verify, prioritize, assign owner on $LAB_HOST.

Ship: Nessus vs OpenVAS one-line each + planned job fields for $LAB_HOST. Next: Scanner Lab.

4. What you ship: Nessus/OpenVAS concept note for $LAB_HOST job

Name both platforms. Policy, target=$LAB_HOST, report path. No stranger scans. chmod 600.

5. What you record before the next lesson

Date. Nessus/OpenVAS concepts. Planned job for $LAB_HOST. File t18-m04-l03-nessus-openvas-named.txt chmod 600.

6. Wrong vs right: stranger nets vs YOUR lab assets

Worked failure — same MSF word, opposite target. Right never needs a café Wi-Fi or classmate laptop.

  • Wrong

    Scan 0.0.0.0/0 with OpenVAS 'essentials.' Use pirated Nessus feed on dorm LAN.

  • Right

    Document scanner platform concepts for $LAB_HOST job plan. Next: Scanner Lab.

Mission: name scanner platforms on scope

1) One sentence each for Nessus and OpenVAS role. 2) List policy, target, report path for $LAB_HOST. 3) NEVER stranger ranges. Optional local install only if brief provides lab appliance.

Stuck? Ask Cyberlium AI Mentor

Ask Mentor about policy templates — not targets for café Wi-Fi.

Knowledge Check

1

APPLY: Nessus and OpenVAS are:

Multiple choice

Knowledge Check

2

APPLY: True or False: OpenVAS 'free' status authorizes dorm LAN scanning.

True or False

Knowledge Check

3

APPLY: Scanner report CVE references feed:

Multiple choice

← Previous

Answer all 3 knowledge checks to continue. (0/3 answered)