We have a security vulnerability scanner that runs which picked up three ports 5677, 7756, and 56777. I read "Port 7756 is reserved for some features of the Ultidev Web Server and we do not expose or document a way to disable it." from a pervious post.
Is there a way to turn off the three ports and the debugging part for port 7756?
Not sure if it may help but here is the print out from the scanner:
**********************************************************************
• Synopsis
The DEBUG method is enabled on the remote host.
• Description
It is possible to send debug statements to the remote ASP scripts. An attacker might use this to alter the runtime of the remote scripts.
• Solution
Make sure that DEBUG statements are disabled or only usable by authenticated users.
• See Also
o Links: microsoft.com
• Plugin Output
The request
DEBUG /Default.aspx HTTP/1.1
Host: ******************
Accept-Charset: iso-8859-1,utf-8;q=0.9,*;q=0.1
Accept-Language: en
Command: stop-debug
Connection: Close
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Pragma: no-cache
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */*
Produces the following output :
HTTP/1.1 200 OK
Cache-Control: private
Content-Length: 2
Content-Type: text/html; charset=utf-8
Server: UltiDev Web Server Pro (3.0.0.20) Microsoft-HTTPAPI/2.0
X-AspNet-Version: 2.0.50727
Date: Mon, 04 Jul 2016 13:28:18 GMT
Connection: close
OK
************************************************************************