mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Removed a line which generated a report like "NSE: Script Scanning
completed." due to two issues. One is that we already have a different line printed in verbose mode which looks like "Completed NSE at 14:31, 0.27s elapsed". The other problem is that this was being printed in non-verbose mode when you specified an argument like "--script ssl-cert". We intentionally bump the verbose mode of scripts when they are specified individually like that so they can report more script results, but I don't think we need the NSE infrastructure itself to become more verbose.
This commit is contained in:
parent
9ead4dec87
commit
3cc34c37ee
1 changed files with 0 additions and 1 deletions
|
|
@ -820,5 +820,4 @@ return function (hosts)
|
|||
end
|
||||
|
||||
collectgarbage "collect";
|
||||
print_verbose(1, "Script Scanning completed.");
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue