Differences between revisions 6 and 7
Revision 6 as of 2019-04-11 15:07:44
Size: 1492
Editor: scot
Comment:
Revision 7 as of 2019-04-11 15:08:37
Size: 1492
Editor: scot
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
 1. Show the MBSA report for the three windows machines.  1. Show the MBSA report for the windows three machines.

Lab 08 - Network and Vulnerability Scanning

Introduction

The purpose of this lab is to introduce you to Microsoft Baseline Security Analyzer MBSA from your Windows 10 machine, and NMAP and OpenVAS on kali.

Lab Goals

  1. Scan all of your windows computes with MBSA from your Windows 10 Machine.
  2. Use NMAP to scan each of the computers to determine open ports.
  3. 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. Download and install MBSA on your Windows client machine. Run this and save the reports.

  2. Report all open ports using NMAP.
  3. 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.

Show Me

  1. Show the MBSA report for the windows three machines.
  2. Show the NMAP output reports nicely organized - pick a tool.
  3. Show Greenbone Working by showing an OpenVAS scan.

If you don't complete the lab in class, then you need to do this section in a video.

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