Skip to content

Latest commit

 

History

History
60 lines (53 loc) · 2.65 KB

File metadata and controls

60 lines (53 loc) · 2.65 KB

CTF Night 0x1! — Writeups

This repository contains detailed, step-by-step writeups for challenges from CTF Night 0x1!, an intra-university Capture The Flag competition organized by the Cyber Security Club, Uttara University. This event was designed to test and enhance participants’ skills across various domains of information security, encouraging students to apply theoretical knowledge in practical, real-world-inspired scenarios.

The challenges in this CTF span multiple categories including Basics Questions, OSINT, Forensics, Cryptography, General Skill, Linux, Web, Network. Each writeup aims to not only demonstrate the final solution but also document the entire thought process, tools used, and alternative approaches considered during the solving phase.

The primary goal of this repository is to serve as a learning resource for both beginners and experienced CTF players. Every challenge is broken down into Reconnaissance, Vulnerability Identification, Exploitation, and Flag Retrieval stages, making it easier for readers to understand the full exploitation chain. Whenever applicable, mitigation advice and security best practices are included to highlight how such vulnerabilities can be avoided in real-world systems.

Challenge Categories

  • Basics Questions
  • OSINT
  • Forensics
  • Cryptography
  • General Skill
  • Linux
  • Web
  • Network

Repository Structure

CTF_Night_0x1!
├── Challenge_Category/
│   ├── Basics_Questions/
│   │   ├── Linux_0x1.md
│   │   ├── Linux_0x2.md
│   │   ├── Linux_0x3.md
│   │   ├── Linux_0x4.md
│   │   └── Linux_0x5.md
│   ├── Cryptography/
│   │   ├── Batman_Protocol.md
│   │   ├── Cipher_Cascade.md
│   │   ├── Duckpond_Cipher.md
│   │   ├── Lost_in_Rotation.md
│   │   ├── Numbers_Game.md
│   │   ├── Pixel_Perfect_Lie.md
│   │   ├── Rails_of_Secrets.md
│   │   ├── The_Wizards_Shift.md
│   │   └── World_Tour.md
│   ├── External_Folder/
│   ├── Forensics/
│   │   └── True_Blue_Trace.md
│   ├── General_Skill/
│   │   └── Secret_Game.md
│   ├── Image_Folder/
│   ├── Linux/
│   │   ├── Hide_and_Seek.md
│   │   └── Permission_Detective.md
│   ├── Network/
│   │   └── Port_80.md
│   ├── OSINT/
│   │   ├── Joker’s_Digital_Shadow.md
│   │   └── Uncover_The_Spot.md
│   └── Web/
│       └── Developers_Mistake.md
└── README.md

© 2025 Md. Seam Sikder Nahid. All rights reserved.