Add challenge description

This commit is contained in:
atxr 2024-03-05 12:11:45 +01:00
parent f9d73bfb68
commit 3de61a11fc
2 changed files with 20 additions and 2 deletions

View file

@ -6,3 +6,21 @@
sudo docker build -t chall .
sudo docker run --rm -p 5000:5000 -it chall
```
## :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` |

View file

@ -1 +1 @@
THCon{Coucou}
THCon{WH3N_y0U_4N7iVIrus_IS_4C7U4LLY_4_84cKd00R}