mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
fixed GET /<space><space> bug
This commit is contained in:
parent
ea75d0822c
commit
9d24e6e783
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue