diff --git a/README.md b/README.md index 02ea339..ec4d066 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,22 @@ ```bash sudo docker build -t chall . sudo docker run --rm -p 5000:5000 -it chall -``` \ No newline at end of file +``` + +## :triangular_flag_on_post: Challenge Informations + + + +| **Title** | Notebook | +| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| **Category** | pwn | +| **Description** | To upload the firmware updates to our satellites, we deplopped SpaceDrive, a safe file uploader across the stars. Because we experienced many issues with malicious ZipFiles in the past, our security team also developped a zip scanner to detected embeded malware. Will you be able to break it to take control of the satellite? | +| **Author** | atxr | +| **Difficulty (/10)** | 8 | +| **Is Remote** | Yes | +| **Has attachments** | Yes | +| **Estimated solve time** | ~2h | +| **Solve instructions** | First modify the victim/attacker ip in `solve/solve.py`. Then `cd solve && python3 solve.py` and follow the instructions | +| **Flag** | **`THCon{WH3N_y0U_4N7iVIrus_IS_4C7U4LLY_4_84cKd00R}`** | +| **Deploy** | `sudo docker build -t spacedrive . && sudo docker run --rm -p 5000:5000 -it spacedrive` | + diff --git a/flag.txt b/flag.txt index b1cd7ba..02e6956 100644 --- a/flag.txt +++ b/flag.txt @@ -1 +1 @@ -THCon{Coucou} \ No newline at end of file +THCon{WH3N_y0U_4N7iVIrus_IS_4C7U4LLY_4_84cKd00R} \ No newline at end of file