This box is an “Easy” Linux box by HackTheBox
User flag #
Startup enumeration #
usual first scans :
mkdir scans loot shares
nmap -A 10.10.11.68 -vvv -oA scans/first_scan
nmap -A 10.10.11.68 -vvv -p- -oA scans/full_scan
nmap -sU -A 10.10.11.68 --top-port 100 -vvv -oA scans/first_scan_udp
Discovered open port 80/tcp on 10.10.11.68
Discovered open port 22/tcp on 10.10.11.68
80/tcp open http syn-ack ttl 63 nginx 1.24.0 (Ubuntu)
|_http-title: Did not follow redirect to http://planning.htb/
The content of this article is currently restricted due to HackTheBox’s policies. This blog post will remain private until the machine is retired.
Have fun and don’t hesitate to DM me to ask questions on the HTB discord ;)