mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Added the list of available engines to the output of nmap -V
This commit is contained in:
parent
3d2eeaa94d
commit
5aaf80a0b9
1 changed files with 1 additions and 0 deletions
1
nmap.cc
1
nmap.cc
|
|
@ -3253,4 +3253,5 @@ static void display_nmap_version() {
|
|||
for (i = 0; i < without.size(); i++)
|
||||
log_write(LOG_STDOUT, " %s", without[i].c_str());
|
||||
log_write(LOG_STDOUT, "\n");
|
||||
log_write(LOG_STDOUT, "Available nsock engines: %s\n", nsock_list_engines());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue