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/billyboss]
└─$ curl -I http://$IP/ 
HTTP/1.1 200 OK
Content-Length: 2166
Content-Type: text/html
Last-Modified: Tue, 11 Feb 2020 12:44:24 GMT
Accept-Ranges: bytes
ETag: "1d5e0d8fd07cc76"
Server: Microsoft-IIS/10.0
Date: Sat, 01 Mar 2025 18:11:23 GMT

This appears to be a custom repository management system, using BaGet

Checking the Upload feature, it would appear that it uses API endpoint; /v3 N/A