All Writeups May 12, 2025
osint Insane LLM Solved HTB Cyber Apocalypse 2025 300 pts

Test Challenge

A sample web challenge to test the CTF layout.

Overview

This is a test writeup. Here’s some content.

chal.py Download

Solution

1def solve():
2    data = open("chal.py").read()
3    print(data)

Steps go here.

HTB{test_fl4g_123}