Nmap Development mailing list archives

Signature for nmap issue 168


From: Michał Staruch <michal.staruch () gmail com>
Date: Fri, 19 Jun 2015 18:55:23 +0200

As discussed on https://github.com/nmap/nmap/issues/168, attaching output
of the command mentioned in issue. Using nginx 1.8.0, port changed by setting
listen       6666 ssl spdy;
option in proper .conf file.

# (echo -e 'GET / HTTP/1.0\r\n\r\n'; sleep 3) | ncat localhost 6666
HTTP/1.1 400 Bad Request
Server: nginx/1.8.0
Date: Fri, 19 Jun 2015 15:04:18 GMT
Content-Type: text/html
Content-Length: 270
Connection: close

<html>
<head><title>400 The plain HTTP request was sent to HTTPS port</title></head>
<body bgcolor="white">
<center><h1>400 Bad Request</h1></center>
<center>The plain HTTP request was sent to HTTPS port</center>
<hr><center>nginx/1.8.0</center>
</body>
</html>
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: