Start with nmap:
We see a lot of ports.
First thing I see is FTP server with anonymous login allowed, so let’s check that.
Untitled-2.avif
For now this gives nothing.
Let’s check web server and run enumerate it with ffuf:
So, nothing found.
Port 3389 is RDP, so the only port that might be interesting is 1311.
Let’s check that:
Let’s try using HTTPS
Looks like it’s some kind of system manegment made by dell. Let’s search for vulns and enumerate this page to try find version.
There is a footer that I saw only after opening page source code because it’s white on white background
I’ll click on about to try find version that might be needed for exploit
Now let’s find some kind of CVE
Found CVE-2021-21514 and CVE-2020-5377
Looking thru
https://rhinosecuritylabs.com/research/cve-2020-5377-dell-openmanage-server-administrator-file-read/
it seems easy to exploit
So I just run
Untitled-1-2.avif
Knowing that server uses IIS we can check C:\inetpub\wwwroot\hacksmartersec
Let’s try RDP/SSH to it
Untitled-2-2.avif
Got user flag!