A CTF challenge with a .zip scanner to detect malware on mail attachments
Find a file
2024-03-05 12:11:45 +01:00
dist Refactor project 2024-03-01 10:45:54 +01:00
solve Add more generic params 2024-03-05 11:57:05 +01:00
src Add more generic params 2024-03-05 11:57:05 +01:00
.clang-format Setup repo 2024-02-06 14:42:35 +01:00
.gitignore Ignore tmp files 2024-02-28 03:22:11 +01:00
build.sh Add build script 2024-03-01 11:18:37 +01:00
Dockerfile Start mineziperd from app 2024-03-05 11:27:36 +01:00
flag.txt Add challenge description 2024-03-05 12:11:45 +01:00
LICENSE Initial commit 2024-01-23 11:39:21 +01:00
README.md Add challenge description 2024-03-05 12:11:45 +01:00

SpaceDrive

Deploy chall

sudo docker build -t chall .
sudo docker run --rm -p 5000:5000 -it chall

🚩 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