Skip to content

Commit

Permalink
Merge pull request #35 from 0xTowel/master
Browse files Browse the repository at this point in the history
Fix markdown in README which was broken by Github's markdown change:
https://github.com/blog/2333-a-formal-spec-for-github-flavored-markdown
  • Loading branch information
Lense committed Oct 23, 2017
2 parents 3a96762 + fc41264 commit e3e7188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -149,8 +149,8 @@ We tried to keep the course fairly self contained but if you find yourself lost
<img src="/resources/images/ip_addr.png" alt="ip addr"/>
</p>
and then SSH using [PuTTY](http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe) or a command line client<br>
```$ ssh lab1C@172.16.29.130```<br>
```lab1C@172.16.130's password: lab01start```<br>
<code>$ ssh lab1C@172.16.29.130</code><br>
<code>lab1C@172.16.130's password: lab01start</code><br>
* Navigate to `/levels/labXX` to begin<br>
```$ cd /levels/lab01```
* The Warzone is structured like any local privilege escalation wargame.
Expand Down

0 comments on commit e3e7188

Please sign in to comment.