Skip to main content

Netmon-htb 🎁

The quickest path to the user flag involves the FTP service:

To log in once administrative credentials or a new user have been established. HackTheBox Writeup — Netmon - Faisal Husaini netmon-htb

A standard scan with Nmap typically reveals several open ports, including: Allows anonymous login. Port 80 (HTTP): Hosts a PRTG Network Monitor login page. Port 135/445 (RPC/SMB): Standard Windows networking ports. Phase 2: User Access (FTP & Information Disclosure) The quickest path to the user flag involves

This provides read access to the C:\Users\Public directory, where the user.txt flag is often located. Port 135/445 (RPC/SMB): Standard Windows networking ports

You can log in via FTP using the username anonymous and no password.

If the 2018 password fails on the live login page, updating it to the current year (e.g., PrTg@dmin2019 ) often works, as highlighted by Faisal Husaini .