The event is a 1v1 solo CTF competition organized by the Shellmates club last November .
This repository contains four of my challenges, along with their solution scripts:
- fmt0
- fmt1
- heap0x0
- way2rome
To play the challenges locally, follow these steps:
- Clone the repository:
git clone https://github.com/Salsabilachattah/The-Pwny-Cup-2k24.git
- Navigate to the challenge folder:
cd ./path/to/challenge
- Build and run the challenge using Docker:
docker build -t challenge .
docker run --rm -it -p 3000:3000 challenge
- Connect to the challenge locally:
nc localhost 3000