Differences between revisions 9 and 10
Revision 9 as of 2019-05-12 18:21:33
Size: 1177
Editor: scot
Comment:
Revision 10 as of 2021-04-08 19:55:16
Size: 1336
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
== Hints ==
Line 23: Line 24:
In 2021, we had problems getting files to sync.
Line 24: Line 26:
If you don't complete the lab in class, then you need to do this section in a video. It seems that they might be limiting us to one download per IP. Kentric got the following to work:

{{{#!bash
sudo apt install rsync
sudo greenbone-scapdata-sync --refresh
}}}

Lab 08 - Network and Vulnerability Scanning

Introduction

The purpose of this lab is to introduce you to NMAP and OpenVAS on kali.

Lab Goals

  1. Use NMAP to scan each of the computers to determine open ports.
  2. Use OpenVAS to scan all computers on your network - including Windows.

Setup

You need GUI access to your Kali machine, and all your machines must be on.

  1. Report all open ports using NMAP.
  2. Download and install OpenVAS on your Kali machine. Why it's not already there? I'm not sure.

    1. I also had problems with this step because updates were not happening correctly.
    2. The fix was simple: http.kali.org always used the archive-7.kali.org mirror, so I changed it to be hard coded in /etc/apt/sources.list to use archive-6.kali.org. Hopefully next year this will be fixed.

Show Me

  1. Show the NMAP output reports nicely organized - pick a tool.
  2. Show Greenbone Working by showing an OpenVAS scan of all your computers.

Hints

In 2021, we had problems getting files to sync.

It seems that they might be limiting us to one download per IP. Kentric got the following to work:

sudo apt install rsync
sudo greenbone-scapdata-sync --refresh

NetworkSecurity/Lab/Lab08 (last edited 2021-04-08 19:55:43 by scot)