1
0
Fork 0
Authentication 2.0 is a beginner Web challenge proposed during the Santhacklaus CTF https://challenges.deldel.fr/challenges#Authentication%202.0
Go to file
Aymeric 637d6796e3 Update 'README.md' 2019-08-01 23:30:30 +00:00
php Challenge update, compatible new archi and less frustrating 2019-03-31 18:56:07 +02:00
resources Challenge update, compatible new archi and less frustrating 2019-03-31 18:56:07 +02:00
webroot Update 'webroot/index.php' 2019-03-31 18:08:06 +00:00
.gitignore Functionnal chall 2018-11-08 19:09:21 +01:00
LICENSE Add README.md and LICENSE 2019-08-02 00:54:26 +02:00
README.md Update 'README.md' 2019-08-01 23:30:30 +00:00
docker-compose.yml Challenge update, compatible new archi and less frustrating 2019-03-31 18:56:07 +02:00

README.md

Authentication 2.0 - [WEB] Challenge Santhacklaus

Authentication 2.0 is a beginner Web challenge proposed during the Santhacklaus CTF. This online event, santhacklaus.xyz, was a four students project from IMT Lille Douai (Telecom Lille). This Capture The Flag in jeopardy style lasted one week (14 to 21 December 2018) and gathered more than 400 participants.

Getting Started

Prerequisites

To use this project, you need to install Docker and Docker-Compose.

Configuration

You probably need to change the port in docker-compose.yml file to avoid conflict with other softwares, like another Web server.

...
ports:
    - "<chosen_port>:80"
...

Running

Move into the root repository, then, build and start all the containers with this following command:

docker-compose up -d

Now, you can access to this challenge at localhost:<chosen_port>.

That's all! 😉

Online version

You can find a online version of this project on CTF;space platform.

During and after the CTF

Statement

Did you GET it?

Hint

Don't forget to POST a comment!

Write-ups

Thank you for taking the time to write your solution! :)

You can contact me if you want to add your write-up in the list.

Authors

  • Aymeric Sorek - alias deldel

License

This project is licensed under the GNU General Public License - see the LICENSE file for details