netrunner is a Web challenge in a Cyberpunk ambiance, proposed in three parts during the Santhacklaus CTF https://challenges.deldel.fr/challenges#netrunner%20[1/3]
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Aymeric 63e0e28e1f typo fix readme 4 years ago
debian-ssh Prod version CTF 4 years ago
php Clean version, LICENSE and README added 4 years ago
resources Functionnal web server on docker-compose 5 years ago
webroot Prod version CTF 4 years ago
.gitignore non-persistent db data 4 years ago
LICENSE Clean version, LICENSE and README added 4 years ago
README.md typo fix readme 4 years ago
docker-compose.yml non-persistent db data 4 years ago

README.md

netrunner - [WEB] Challenge Santhacklaus

netrunner is a Web challenge proposed in three parts 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 listening 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 the first part of this challenge at localhost:<chosen_port> and others parts at localhost:2077.

That's all! 😉

Online version

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

During and after the CTF

Part 1

Statement

V, I got a mission for you!

We discoved a Netrunner who hack neural implants to create false memories. We spotted the target's interface on the Net at this address: http://IP

Find out who he is and a way to stop him.

Part 2

Statement

Nice V! I owe you one!

But before we go to visit him, I would like to have a means of pressure. Here is his maintenance access: IP:PORT

See what you can do and let me know.

Hint

He seems to have a “ghost” in the shell

Part 3

Statement

You doing great!

But this access is not enough. See if you can get privileged access, the same used by Zetatech technician for maintenance.

It will allow us to unplug it in case of a glitch.

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.

Author

  • Aymeric Sorek - alias deldel

License

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