Welcome to my Capture The Flag (CTF) repository! This repository contains a collection of challenge assets from various CTF competitions I have participated in.
Table of Contents:
Capture The Flag (CTF) competitions are a fun and educational way to practice and improve your cybersecurity and hacking skills. This repository serves as a collection of challenges from a variety of CTF competitions.
The repository is organized into the following directories:
- CTF-Name
- Contains subdirectories for specific CTF competitions.
- Each subdirectory contains writeups, solutions, and assets related to challenges from that CTF.
- README files within each subdirectory provide information about the CTF event and the challenges.
Here's a breakdown of the typical directory structure for a CTF event:
CTF-Name/
│
├── challenges
│ ├── Crypto/
│ │ ├── challenge1/
| │ │ ├── README.md
│ │ │ ├── files/
│ │ │ │ ├── asset1.png
│ ├── Forensics/
│ │ ├── challenge1/
| │ │ ├── README.md
│ │ │ ├── files/
│ │ │ │ ├── asset1.tar.gz
│
└── README.md
You are welcome to use the contents of this repository for your personal learning and reference. Ideally, this repository serves as a practice playground, where you can try to solve the challenges yourself. Test out your skills, methodologies, and tools and find areas for improvement. If you get stuck, some challenges may have a writeup available at https://notes.landon.pw.
This repository is licensed under the MIT License. You are free to use the content here for educational and non-commercial purposes, but please respect any licenses or terms of use associated with third-party assets or tools used in the CTF challenges. If you are a challenge creator and would like your challenge to be removed, please create an issue.