Skip to content

Commit

Permalink
Beta 4 (#11)
Browse files Browse the repository at this point in the history
* Create the basic outline of a web app without any challenges (#1)

* Start a readme file

* Fix headers because how do I header?

* Add a simple application that runs

* Add a session

* Add a public folder

* Basic template

* Add a header / footer

* Add a blank level 1

* Add some basic level templates

* Add bootstrap.js

* Add a navbar

* Lots of cleanups to the web code

* Add header/footer I forgot

* Basic challenges written and styled (#2)

* Implement level 1

* Add level 2

* Formatting fix

* Add level 3

* Add level 4

* Add skeleton files for 5/6/7

* Started to develop Level 5

* Add A challenge/solution for level 5

* Extracted level 5's code into a module to make it re-useable for level 6 and 7

* Add level 6, start workign on level 7

* Finish level 7 walkthrough

* Lots of refactoring and cleanup

* Add a dockerfile + rackup configuration (#3)

* Add solution files I missed earlier (#4)

* Add persistent sessions

* Remove old Rakefile

* Update and fix the makefile

* Updated the links to point to the new presentation

* Add a Makefile for docker

* Feature/hints (#8)

* Add some helpful advice for tools

* Add hints, and clean up some of the crypto code

* Fix some bugs, clean up some code

* Beta 4
  • Loading branch information
iagox86 authored Jan 17, 2019
1 parent 35fca2a commit f54f0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/views/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<p>You'll want to install these on Linux (such as Kali):</p>

<ul>
<li>apt-get install build-essential ruby python git john libssl-dev</li>
<li>sudo apt-get install build-essential ruby python git john libssl-dev ruby-bundler</li>
<li>git clone https://github.com/iagox86/hash_extender.git &amp;&amp; cd hash_extender &amp;&amp; make</li>
<li>git clone https://github.com/iagox86/poracle.git</li>
<li>git clone https://github.com/iagox86/poracle.git &amp;&amp; cd poracle &amp;&amp; bundle install</li>
</ul>

<p>

0 comments on commit f54f0ef

Please sign in to comment.