A collection of demos and challenges fit to be used during a 2-hour workshop followed by a CTF.
To build slides, install reveal-md
.
Slides are built into a web site.
Then, while inside the slides/
directory, run make
and open the _site/index.html
file in a browser:
.../slides$ ls
Makefile slides.md
.../slides$ make
reveal-md slides.md --static _site
❏ reveal-md/node_modules/reveal.js/dist → _site/dist
❏ reveal-md/node_modules/reveal.js/plugin → _site/plugin
❏ reveal-md/node_modules/highlight.js/styles/base16/zenburn.css → _site/css/highlight/base16/zenburn.css
★ _site/slides.html
❏ _site/slides.html → _site/index.html
❏ /usr/local/lib/node_modules/reveal-md/lib/favicon.ico → _site/favicon.ico
Wrote static site to _site
.../slides$ open _site/index.html
Start with the Demos.
Then solve the Challenges.
Submit flags on the CTF Platform. You need to register an account. Then see the scoreboard as you submit flags.