Skip to content

Salsabilachattah/The-Pwny-Cup-2k24

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Pwny Cup 2k24

The event is a 1v1 solo CTF competition organized by the Shellmates club last November .

My Contribution

This repository contains four of my challenges, along with their solution scripts:

  • fmt0
  • fmt1
  • heap0x0
  • way2rome

Playing the Challenges Locally

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

About

Pwny Cup 2K24 quals challenges and writeups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 35.1%
  • JavaScript 24.8%
  • C 14.8%
  • Assembly 6.9%
  • HTML 6.0%
  • Dockerfile 4.0%
  • Other 8.4%