Skip to content

Pranav-m7/IIT-Goa-CTF-Writeups-CultRang

Repository files navigation

IIT Goa CTF Write-ups

CultRang 2026 CTF Writeup Collection of Capture The Flag (CTF) write-ups covering multiple domains of cybersecurity.

๐Ÿ“‚ Categories

๐Ÿ” OSINT / Git Forensics

๐Ÿ” Cryptography

๐Ÿ–ผ๏ธ Forensics / Steganography


๐Ÿ—‚๏ธ Challenge Index

Challenge Name Category Difficulty Status Platform
The Invisible Developer OSINT Medium โœ… Solved CultRang 2026
Secure Admin Panel Cryptography Medium โœ… Solved CultRang 2026
The Island Prison Escape Forensics Medium โœ… Solved CultRang 2026

๐Ÿ› ๏ธ Tools & Techniques

  • OSINT Tools: GitHub API, curl, Reddit investigation
  • Cryptography: Length Extension Attack, SHA-1 manipulation, HMAC bypass
  • Forensics: hexedit, xxd, file header repair
  • Steganography: steghide, multi-layer extraction
  • Decryption: Morse code, ROT13 cipher
  • Programming: Python socket programming, manual SHA-1 implementation

Vulnerabilities Exploited:

  • GitHub Personal Access Token (PAT) exposure
  • Naive MAC implementation (SHA-1 instead of HMAC)
  • File format corruption and repair
  • Multi-layer steganographic hiding

โš ๏ธ Disclaimer

These writeups are provided for educational purposes only. The techniques demonstrated should only be used in authorized penetration testing, CTF competitions, or educational environments. The authors take no responsibility for any misuse of this information.


๐Ÿ›  Tools Used

  • OSINT: GitHub API, curl, Reddit investigation
  • Cryptography: Python, socket programming, manual SHA-1 implementation
  • Forensics: xxd, hexedit, file header analysis
  • Steganography: steghide, multi-layer extraction
  • Decryption: Morse code, ROT13 cipher, CyberChef

๐Ÿ‘ค Author

Security Researcher
BSc Computer Science | CTF & Security Enthusiast