Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

🏴‍☠️ CTF Writeups

Capture The Flag challenge writeups and security research

GitHub Medium License: MIT


Web Mobile Cloud API Infra Reverse Engineering OSINT


👋 About

Hey — I'm Shubham Bhat, a security enthusiast and CTF player. This repository is a collection of my writeups from various Capture The Flag competitions, covering web exploitation, mobile security, cloud infrastructure, reverse engineering, and more.

Each writeup documents the full approach — reconnaissance, exploitation, wrong turns, and key takeaways. These also appear as articles on my Medium.


📋 Writeup Index

Event / Challenge Category Tags Medium Post Writeup
FamPay CTF 2026 — The Native String Mobile RE strings, JNI, native-lib 📝 Read 📄 Writeup
FamPay CTF 2026 — Firebase Anon Auth Mobile Cloud Firebase, RTDB, anonymous-auth 📝 Read 📄 Writeup
FamPay CTF 2026 — App Check Bypass Mobile API Firebase, App-Check, debug-token 📝 Read 📄 Writeup
FamPay CTF 2026 — Signature Bypass Web RE SHA-256, FNV-1a, Ghidra, JNI 📝 Read 📄 Writeup
FamPay CTF 2026 — JWT alg:none Web JWT, alg-none, cookie-tampering 📝 Read 📄 Writeup
FamPay CTF 2026 — SSRF → IMDS → S3 Cloud Infra SSRF, IMDSv2, AWS, S3, SigV4 📝 Read 📄 Writeup
CloudSEK CTF 2026 — Internal Affairs 1 (LFI) Web LFI, vhost, php-filter, nginx 📝 Read 📄 Writeup
CloudSEK CTF 2026 — Echoes of Runtime Web OSINT heapdump, Spring-Boot, XOR, PAT 📝 Read 📄 Writeup
CloudSEK CTF 2026 — Internal Affairs 2 (RCE) Web Phar-deser, RCE, SQLite, open_basedir 📝 Read 📄 Writeup

📁 Repository Structure

ctf-writeups/
├── README.md
├── LICENSE
├── .gitignore
└── 2026/
    ├── fampay-ctf/
    │   ├── fampay-ctf-2026.md
    │   └── assets/
    └── cloudsek-ctf/
        ├── cloudsek-ctf-2026.md
        └── assets/

🛠️ Tools & Techniques

A non-exhaustive list of tools and techniques referenced across writeups:

Tool / Technique Used In
strings, objdump, Ghidra FamPay — Native reversing
Firebase Identity Toolkit FamPay — Anonymous auth
Firebase App Check Debug Token FamPay — App Check bypass
JWT alg:none forgery FamPay — NexaVault
SSRF via hostname bypass (IMDSv2) FamPay — NexOps Cloud
AWS SigV4 pre-signed URLs FamPay — S3 exfiltration
ffuf (vhost fuzzing) CloudSEK — Internal Affairs 1
PHP php://filter stream wrappers CloudSEK — LFI + source read
Spring Boot Actuator /heapdump CloudSEK — Echoes of Runtime
XOR decryption of obfuscated PAT CloudSEK — Echoes of Runtime
Phar deserialization (gadget chain) CloudSEK — Internal Affairs 2
john (MD5 cracking) CloudSEK — Internal Affairs 2

📜 License

This project is licensed under the MIT License.


If you found these writeups helpful, consider giving this repo a ⭐

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors