mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Adding verbosity to nmap debug option -d2 to print the whole path of scripts specified in rule
This commit is contained in:
parent
a9b75892f5
commit
b35255c8e9
1 changed files with 1 additions and 1 deletions
|
|
@ -881,7 +881,7 @@ end
|
|||
local chosen_scripts = get_chosen_scripts(rules);
|
||||
print_verbose(1, "Loaded %d scripts for scanning.", #chosen_scripts);
|
||||
for i, script in ipairs(chosen_scripts) do
|
||||
print_debug(2, "Loaded '%s'.", script.basename);
|
||||
print_debug(2, "Loaded '%s'.", script.filename);
|
||||
end
|
||||
|
||||
-- main(hosts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue