Archive

All writings

Writeups, certification reviews, and technical notes collected in one place.

On AI on CTFs

Why I think CTF competitions should measure the competitor, not the model or workflow they bring into the event.

CTF AI

Internal Walkthrough

So lets deploy the machine and start enumerating. We can see ssh open on port 22 and a http web server on port 80. If we enter on 10.10.199.61 we see Apache2 Ubuntu Default Page. After some directory enumeration, we find …

TryHackMe

Wreath Walkthrough

Enumeration Nmap scan for open ports nmap -p-15000 -vv 10.200.81.200 Nmap scan for OS recognition through headers nmap -vv 10.200.81.200 --script=http-headers Exploitation Once vulnerability is found, download script …

TryHackMe