Cct2019 Tryhackme 🔥
is a "Blue Team" oriented capture-the-flag (CTF) challenge originally from the US Navy Cyber Competition Team 2019 Assessment
- Visited web root; performed forced browsing with gobuster to find hidden directories/files.
- Used Nikto and Burp Suite to identify server headers, potential misconfigurations, and input points.
- Discovered an upload functionality / vulnerable parameter / admin portal (specifics depend on room content).
nc -lvnp 4444
Findings:
You should find a directory called /notes/ (or sometimes just a specific file like note.txt ). cct2019 tryhackme
Â