1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 21:59:02 +00:00

fixed GET /<space><space> bug

This commit is contained in:
diman
2007-06-14 08:28:28 +00:00
parent ea75d0822c
commit 9d24e6e783

View File

@@ -34,7 +34,7 @@ action = function(host, port)
socket = nmap.new_socket()
socket:connect(host.ip, port.number)
request = "GET / HTTP/1.0\r\n\r\n"
request = "GET / HTTP/1.0\r\n\r\n"
socket:send(request)
result = ""