1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

Added the list of available engines to the output of nmap -V

This commit is contained in:
henri
2012-10-21 20:21:02 +00:00
parent 3d2eeaa94d
commit 5aaf80a0b9

View File

@@ -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());
}