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:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user