This is the "Public" Repository for 245CT Ethical Hacking 1.
The repository will contain all source material for Lectures and parts of the course. Consider it an alternative to Moodle.
I will move the lecture materials across from the "development" repo as and when I can.
Slides should be readable without formatting.
The Repository Contains:
- Lectures: Raw source files for lectures
- TODO: Nikto?? Stuff for making this into a webpage
You will need to install
- Pandoc
- Latex
- pdflatex
- beamer
- Metropolis Theme
Most of this can be got through
To build each set of slides use
$pandoc -f markdown+native_divs -t beamer -V theme:metropolis <source>.md -o <dest>.pdf