1
0
Fork 0

Fix README

This commit is contained in:
Aymeric 2019-08-02 01:10:14 +02:00
parent 8430a306f4
commit dfc52f10ca
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Authentication 2.0 - Challenge Santhacklaus
# Authentication 2.0 - [WEB] Challenge Santhacklaus
Authentication 2.0 is a beginner Web challenge proposed during the **Santhackaus CTF**. This online event, _santhackaus.xyz_, was a four students project from IMT Lille Douai. This Capture The Flag in jeopardy style lasted one week (14 to 21 December 2018) and gathered more than 400 participants with .
Authentication 2.0 is a beginner Web challenge proposed during the **Santhackaus CTF**. This online event, _santhackaus.xyz_, was a four students project from IMT Lille Douai. This Capture The Flag in jeopardy style lasted one week (14 to 21 December 2018) and gathered more than 400 participants.
## Getting Started
@ -10,7 +10,7 @@ To use this project, you need to install [Docker](https://docs.docker.com/instal
### Configuration
You probably need to change the port in `docker-compose.yml` file to avoid comflict with other softwares, like another Web server.
You probably need to change the port in `docker-compose.yml` file to avoid conflict with other softwares, like another Web server.
```
...
@ -27,7 +27,7 @@ Move into the root repository, then, build and start all the containers with thi
docker-compose up -d
```
Now, you can access to this challenge at [http://localhost:<chosen_port>](http://localhost:<chosen_port>).
Now, you can access to this challenge at http://localhost:<chosen_port>.
That's all! 😉