From 5aaf80a0b9ad906b55ab4e6790c64cefd4761cba Mon Sep 17 00:00:00 2001 From: henri Date: Sun, 21 Oct 2012 20:21:02 +0000 Subject: [PATCH] Added the list of available engines to the output of nmap -V --- nmap.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/nmap.cc b/nmap.cc index 4cb20744d..0e2723c8b 100644 --- a/nmap.cc +++ b/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()); }