Slides, notes, labs, and other materials for each of Pentest-TO's sessions.
Slides largely original work of @msarfati
Presentations are currently using the presentation tool showoff.
Static versions of presentations are always available online at tomeshnet.github.io/tomesh.101/
If you would like to run presentations locally or make changes you'll have to do the following:
-
Clone this repository to your computer.
-
Install showoff, showoff is written in ruby and comes as a packaged gem
$ gem install showoff
-
Run showoff from the repository
presentations/<presentation-name>
directory$ showoff serve
-
To view, in your preferred browser navigate to:
http://0.0.0.0:9090
-
Make sure your port is allowed incoming connections (ufw, iptables)
-
Run showoff with your IP address you discovered with
ifconfig
orip addr
showoff serve -h 192.168.1.100