mirror of
https://github.com/nmap/nmap.git
synced 2026-02-04 04:26:33 +00:00
Correct typos: receive, successfully, length
This commit is contained in:
@@ -35,7 +35,7 @@ action = function(host, port)
|
||||
-- Probes sent, replies received, but no match.
|
||||
result = U.get_response(port.version.service_fp, "GetRequest")
|
||||
-- Loop through the ASCII probes most likely to receive random response
|
||||
-- from Skype. Others will also recieve this response, but are harder to
|
||||
-- from Skype. Others will also receive this response, but are harder to
|
||||
-- distinguish from an echo service.
|
||||
for _, p in ipairs({"HTTPOptions", "RTSPRequest"}) do
|
||||
rand = U.get_response(port.version.service_fp, p)
|
||||
|
||||
Reference in New Issue
Block a user