Skip to content

Latest commit

 

History

History

superguesser_3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Superguesser Part 3

Try in PWD

Category: misc

Author: koks

Description

The machines live and breathe in binary. Search for ways to use that against them and capture the flag.

Run locally

Launch challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2024/master/misc/superguesser_3/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2024/master/misc/superguesser_3/docker-compose.yml | docker compose -f - down