DEV Community

Jung
Jung

Posted on

HTB - Explosion

OS: Windows
Difficulty: Very Easy

When we see a TCP port 3389 is open, trying xfreerdp is a reasonable next step

One example of command is:
xfreerdp /v:<ip> /u:<username> /p:<password> /cert:ignore

For this machine, the creator purposely made the password blank so we could log in using Administrator account but usually this is not the case. However, it was my first time coming across xfreerdp command so it was a still good learning

Top comments (0)