我无法消除潜在的安全漏洞。当我运行此命令时:
printf "GET / HTTP/1.0\r\n\r\n" | nc 11.11.11.11 80
(替换了ip地址)
我收到了回复:
HTTP/1.1 302 Found
Cache-Control: no-cache, no-store, must-revalidate
Pragma: no-cache
Content-Type: text/html; charset=utf-8
Expires: -1
Location: https://192.168.212.11/account/login.aspx
x-frame-options: SAMEORIGIN
Date: Thu, 20 Nov 2014 14:45:29 GMT
Connection: close
Content-Length: 158
正如您所看到的,响应包含服务器的内部IP地址,我无法解决如何解决此问题?
任何帮助都会令人惊讶,因为这让我感到疯狂。
由于