Skip to content

aa9863/245-Public

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?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
February 23, 2018 18:10
March 12, 2018 09:08

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

About

Public Repository for 25CT

Resources

Stars

Watchers

Forks

Releases

No releases published