mirror of
https://github.com/nmap/nmap.git
synced 2026-06-12 19:18:05 +00:00
Put the target IP address in NSE host timeout messages.
This commit is contained in:
parent
e2315ae075
commit
fd7ab53772
1 changed files with 2 additions and 1 deletions
|
|
@ -597,7 +597,8 @@ local function run (threads)
|
|||
for co, thread in pairs(waiting) do
|
||||
if cnse.timedOut(thread.host) then
|
||||
waiting[co] = nil;
|
||||
thread:d("%THREAD target timed out");
|
||||
thread:d("%THREAD %s%s timed out", thread.host.ip,
|
||||
thread.port and ":"..thread.port.number or "");
|
||||
thread:close();
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue