This box is an “Easy” Linux box by HackTheBox
User flag #
usual first scans : #
mkdir scans loot shares
nmap -A 10.10.11.80 -vvv -oA scans/first_scan
nmap -A 10.10.11.80 -vvv -p- -oA scans/full_scan
nmap -sU -A 10.10.11.80 --top-port 100 -vvv -oA scans/first_scan_udp
We get the usual Web+SSH port but there is a 8080 port that looks promissing :
Discovered open port 22/tcp on 10.10.11.80
Discovered open port 8080/tcp on 10.10.11.80
Discovered open port 80/tcp on 10.10.11.80
Let’s add editor.htb
to our /etc/hosts
file :