Skip to content

Latest commit

 

History

History

stack-smashing-2023

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Stack Smashing in 2023

Try in PWD

Category: pwn

Author: s3nn

Description

The evil AI hasn't been fully trained yet, this is the Pulse's chance to get a foothold in the core network. It won't be as easy as Aleph One in 1996, but you can do it!

Run locally

Launch challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/pwn/stack-smashing-2023/docker-compose.yml | docker compose -f - up -d

Shutdown challenge:

curl -sSL https://raw.githubusercontent.com/cybermouflons/CCSC-CTF-2023/master/pwn/stack-smashing-2023/docker-compose.yml | docker compose -f - down