/pitch

The initial conversation slides and menu of scenarios

Creative Commons Zero v1.0 UniversalCC0-1.0

Open Source Pentest Docs: Pitch

Build Status

The initial conversation slides and menu of scenarios

Reference Material:

This project uses asciidocs through the backend called asciidoctor-reveal.

If you need help with AsciiDoc syntac refer to their user guide here: http://www.methods.co.nz/asciidoc/userguide.html

Requirements to build

mubix@host:~$ gem install 'asciidoctor-revealjs'

Building

  1. Close the respository
mubix@host:~$ git clone https://github.com/OpenSourcePentest/pitch
  1. Change directory into the pitch directory and pull down Reveal.js into the revealjs directory
mubix@host:~$ cd pitch
mubix@host:~/pitch/$ git clone -b 3.5.0 --depth 1 https://github.com/hakimel/reveal.js.git revealjs
  1. Build the index.html
mubix@host:~/pitch/$ asciidoctor-revealjs -o index.html index.adoc

Thats it..

.. or you can cheat and just check out the version that Travis builds on very commit:

git clone -b gh-pages https://github.com/OpenSourcePentest/pitch.git