Hi — I’m Kaustubh Shivarkar.
This repo is my personal collection of CTF writeups, scripts, and notes. I publish short, practical solutions here as I solve challenges. Contributions and collaboration are welcome!
- Owner: Kaustubh Shivarkar
- Purpose: Central place for my CTF work across platforms (picoCTF, TryHackMe, HackTheBox, etc.).
- Current platform:
PICOCTF/General Skills/— misc puzzles, forensics, stego, etc.Web Exploitation/— web challenges and notes
- Planned: Add
Cryptography,Reverse Engineering, and other categories/platforms later.
- Solve a challenge on a platform (e.g., picoCTF).
- Add a short writeup file under the appropriate folder:
- Filename suggestion:
YYYY-MM-DD-challenge-name.mdorchallenge-name.md. - Keep it concise: problem summary, key steps, final command/script, and flag (optional).
- Filename suggestion:
- Put any scripts in a
scripts/subfolder inside the challenge folder. - Commit & push with a clear message, e.g.:
git add . git commit -m "solved(picoCTF): web-exploitation - " git push origin main
- Platform: picoCTF
- Category: Web Exploitation / General Skills
- Date: YYYY-MM-DD
- Link:
- Flag: picoCTF{...} (optional)
Short summary of the prompt.
- Observation / first step
- Next steps and commands
Commands or link to scripts/<script-name>
Lessons learned, follow-ups, references
- Pull requests are welcome — add writeups, fix typos, or add scripts.
- Follow the folder structure and use concise commit messages.
- Found an error? Open an issue or submit a small PR.