Web
Nmap discovered a Web server on the target port 80
The running service is Microsoft HTTPAPI httpd 2.0 (SSDP/UPnP)
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/nickel]
└─$ nmap -p80 $IP
Starting Nmap 7.95 ( https://nmap.org ) at 2025-03-05 19:09 CET
Nmap scan report for 192.168.219.99
Host is up (0.026s latency).
PORT STATE SERVICE
80/tcp closed http
Nmap done: 1 IP address (1 host up) scanned in 0.20 seconds
The web server is extremely unstable and it keeps shutting down Fuzzing is out of question.
┌──(kali㉿kali)-[~/PEN-200/PG_PRACTICE/nickel]
└─$ curl -i http://$IP/
HTTP/1.1 200 OK
Content-Length: 97
Last-Modified: Wed, 05 Mar 2025 10:11:59 GMT
Server: Powershell Webserver/1.2 on Microsoft-HTTPAPI/2.0
Date: Wed, 05 Mar 2025 18:11:59 GMT
<!doctype html><html><body>dev-api started at 2024-08-02T13:35:17
<pre></pre>
</body></html>
Powershell Webserver/1.2