Skip to content

Commit

Permalink
Added jonsnow, suggested web.shell.dance hosts entry
Browse files Browse the repository at this point in the history
  • Loading branch information
OJ committed Mar 20, 2017
1 parent 29b9bcd commit 857508d
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ This repo contains all the docker-compose files that spin up the BSidesCBR 2017

## Running challenges

### HTTPS stuff

Each of the web challenges has a certificate for `web.shell.dance` that was generated via Lets Encrypt. Expect to see SSL errors in your browser, unless you decide to add an entry to your hosts file that points `web.shell.dance` at `127.0.0.1` (this is recommended). If you don't, the rest of the instructions won't make sense! Skipping this step means using `localhost` instead of `web.shell.dance` wherever you see it.

Should I be pushing images with the SSL certs in them? Probably not, but they'll expire soon anyway.

### Docker container execution

Each subfolder maps to a challenge. In order to run that particular challenge, simply:

1. `cd` to the folder that contains the challenge you wish to attempt.
Expand All @@ -12,12 +20,6 @@ Each subfolder maps to a challenge. In order to run that particular challenge, s

At this time, we don't have the scoreboard available, but hopefully that won't stop you from owning it!

## HTTPS Warnings

Each of the web challenges has a certificate for `web.shell.dance` that was generated via Lets Encrypt. Expect to see SSL errors in your browser, but just ignore them.

Should I be pushing images with the SSL certs in them? Probably not, but they'll expire soon anyway.

## FAQ

> Wait.. can't I just attach to the running container and cheat?
Expand Down
2 changes: 1 addition & 1 deletion web-derpchat/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* This web-based challenge was worth `275` points.
* Run `docker-compose up` and then browse to [https://localhost:4443/](https://localhost:4443/).
* Run `docker-compose up` and then browse to [https://web.shell.dance:4443/](https://web.shell.dance:4443/).
2 changes: 1 addition & 1 deletion web-epicl33twarezs/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* This web-based challenge was worth `250` points.
* Run `docker-compose up` and then browse to [https://localhost:7443/](https://localhost:7443/).
* Run `docker-compose up` and then browse to [https://web.shell.dance:7443/](https://web.shell.dance:7443/).
2 changes: 2 additions & 0 deletions web-jonsnow/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* This web-based challenge was worth `150` points.
* Run `docker-compose up` and then browse to [https://web.shell.dance:6443/](https://web.shell.dance:6443/).
4 changes: 4 additions & 0 deletions web-jonsnow/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
web_jonshow:
image: bsidescbrctf/2017-web-jonsnow:1
ports:
- "6443:8443"
2 changes: 1 addition & 1 deletion web-nextlevelfilters/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* This web-based challenge was worth `100` points.
* Run `docker-compose up` and then browse to [https://localhost:5443/](https://localhost:5443/).
* Run `docker-compose up` and then browse to [https://web.shell.dance:5443/](https://web.shell.dance:5443/).

0 comments on commit 857508d

Please sign in to comment.