Nmap Development mailing list archives

Re: Quiet Nmap 7.25BETA1 release


From: Henri Doreau <henri.doreau () gmail com>
Date: Fri, 22 Jul 2016 11:07:46 +0200

2016-07-21 19:17 GMT+02:00 Daniel Miller <bonsaiviking () gmail com>:
Rob,

Regarding the nsock engine, Nsock doesn't expose a way to check this
currently. I don't suppose it would be hard to add, though. A little code in
nsock/src/nsock_engines.cc and then add it to nsock.h and output it right
under the Timing report in nmap.cc.

Dan


Hi,

nsock engines are ordered by efficiency and scalability so as to use
the best one if none was explicitely requested from command line. This
also holds for the nsock_list_engines() function that returns the
names of available engines (see nmap -V). Therefore, the engine used
in a scan is either the first one of this list, or the one specified
via the command line if any.

With high debug modes, you can see function names associated to a
given engine, like "poll_loop" --> poll engine.

Regards

-- 
Henri
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: