CTF Writeups
HTB Broker Writeup
Begin by adding the machine IP to /etc/hosts. nano /etc/hosts CTRL + S CTRL + X Conduct a port scan -> Service + default script scan: sudo nmap -sV -sC -Pn broker.htb Full port scan: sudo nmap -p- -Pn --min-rate 10000 broker.htb Identify all open ports: Service + script