1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

Adding verbosity to nmap debug option -d2 to print the whole path of scripts specified in rule

This commit is contained in:
kirubakaran
2010-08-10 16:20:07 +00:00
parent a9b75892f5
commit b35255c8e9

View File

@@ -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)