https://github.com/mahidulhq/writeupctf
A collection of CTF challenge write-ups across various cybersecurity topics like web, crypto, reverse engineering, and forensics, documenting solving methods, tools, and lessons learned
https://github.com/mahidulhq/writeupctf
capture-the-flag ctf ctf-writeup ctf-writeups cybersecurity solutions solve
Last synced: 5 months ago
JSON representation
A collection of CTF challenge write-ups across various cybersecurity topics like web, crypto, reverse engineering, and forensics, documenting solving methods, tools, and lessons learned
- Host: GitHub
- URL: https://github.com/mahidulhq/writeupctf
- Owner: mahidulhq
- License: mit
- Created: 2025-10-05T09:23:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-30T10:24:50.000Z (8 months ago)
- Last Synced: 2025-10-30T12:26:02.328Z (8 months ago)
- Topics: capture-the-flag, ctf, ctf-writeup, ctf-writeups, cybersecurity, solutions, solve
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# writeupCTF
**Description:**
A comprehensive collection of Capture The Flag (CTF) challenge write-ups covering various cybersecurity categories such as web exploitation, cryptography, reverse engineering, binary exploitation, forensics, and more. This repository serves as a personal and community resource to document challenge-solving methodologies, tools used, and lessons learned from CTF competitions and platforms.
***
### Repository Overview
This repository contains detailed solutions and walkthroughs from multiple CTF events, organised by year, event, and challenge category. Each write-up provides step-by-step explanations, code snippets, screenshots, and flags where applicable, aimed at helping beginners and experienced security enthusiasts improve their skills.
***
### Repository Structure
```
writeupCTF/
│
├── web/ # Web exploitation challenges
│ ├── challenge1.md
│ ├── challenge2.md
│ └── ...
│
├── crypto/ # Cryptography puzzles and challenges
│ ├── challenge1.md
│ ├── challenge2.md
│ └── ...
│
├── pwn/ # Binary exploitation and reverse engineering
│ ├── challenge1.md
│ ├── challenge2.md
│ └── ...
│
├── forensics/ # Forensic analysis challenges
│ ├── challenge1.md
│ └── ...
│
├── misc/ # Miscellaneous or Uncategorized challenges
│ ├── challenge1.md
│ └── ...
│
├── tools/ # Useful tools, scripts, or automation code
│ ├── script1.py
│ └── ...
│
├── images/ # Screenshots and media files related to challenges
│
└── README.md # Overview and usage instructions
```
***
### Contributing
Contributions are welcome! Please follow the existing structure and formatting guidelines. Add new write-ups in Markdown, include relevant screenshots, and describe your approach clearly.
***
### Contact and Support
For questions or collaboration, feel free to open an issue or reach out through [gmail](mahikysr@gmail.com).
***
### License
This repository is licensed under the MIT License - see the LICENSE file for details.
***