Welcome to my CTFs repository. This repo contains all CTF challenges I have completed, along with my solutions, explanations, and any resources provided with the challenges.
I have organized this repository to keep challenge descriptions, my solutions, and provided resources clearly separated. Here is how the directories are laid out:
README.md: This main file, serving as the index for my repository.tools.md: A living document where I track newly discovered tools, commands, and techniques that I pick up while playing CTFs./[Challenge_Name]/: Each challenge gets its own dedicated directory, which is further split into two subfolders:challenge/: Contains aREADME.mdwith the original challenge description, along with any files, binaries, or captures provided during the competition.solution/: Contains aREADME.mdwith my step-by-step write-up explaining how I solved it, plus any custom scripts, tools, or commands I used to extract the flag.