Skip to content

Latest commit

 

History

History
94 lines (70 loc) · 4.38 KB

readme.md

File metadata and controls

94 lines (70 loc) · 4.38 KB

CS496/596: Network Security

Location: FAB 10 (MW 14:00-15:50)

Instructor: D. Kevin McGrath

  • PDX username: dmcgrath
  • Office hours:
    • Location: FAB 120-15 and Zoom (PW: PSUSecure)
    • Times:
      • Monday: 10:00 - 11:30 (FAB 120-15 only)
      • Tuesday: 11:00 - 12:00 (Zoom only)
      • Tuesday: Code Party! 18:30 - 22:00 (FAB 86-01/88-03)
      • Wednesday: 10:00 - 11:30 (FAB 120-15 only) -- except first and third Wednesdays of the month due to faculty meetings.
      • Thursday: 09:30 - 11:30 (Zoom only)

Syllabus

Recorded Lectures: These will be made available via MediaSpace. Login required.


Homework

Each homework will build in some fashion on the previous homework. This may be conceptually, but may be directly. These aren't your typical "write answers to questions" type assignments, but rather are intended to be more hands-on. Nearly all the work I'm asking you to do is taken from tasks I had to perform professionally as a security vulnerability engineer. The first assignment will be to get the VM environment set up and configured. Subsequent assignments will build on this.

Submission

All work will be submitted via MarkDown documents within an internal gitlab repo. You will be using this repo for the rest of the term. This repo exists on the CECS intranet. You will need to add myself and the TA to this repo as Developers. Grades and feedback will be done via a merge request from the TA.

The grader for this class is Teo Coffman. His PDX username is theodos.

Assignments


To install Kali Linux through WSL:

wsl --install -d kali-linux

A nice GUI

Should you want a GUI for any reason, you can get a nice one with the following commands run from within the Kali session:

$ sudo apt install 
$ sudo apt upgrade
$ sudo apt install -y kali-win-kex

Then, to start the GUI, run (f8 will exit fullscreen mode):

$ kex --win -s

Pages

Useful links for learning