Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

245CT Lecture Notes

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.

Repo Layout

The Repository Contains:

  • Lectures: Raw source files for lectures
  • TODO: Nikto?? Stuff for making this into a webpage

Building the Lecture Slides

You will need to install

  • Pandoc
  • Latex
    • pdflatex
    • beamer
  • Metropolis Theme

Most of this can be got through

Build command

To build each set of slides use

$pandoc -f markdown+native_divs -t beamer -V theme:metropolis <source>.md  -o <dest>.pdf