Nmap Development mailing list archives

Re: suggestion


From: Daniel Miller <bonsaiviking () gmail com>
Date: Thu, 26 May 2016 08:43:59 -0500

Andrew,

Thanks for the suggestion. You can get similar information at higher
debugging levels; specifically, you can see each port's status as it is
determined (open statuses with -v or -d, other statuses with -d2 or
higher), and each probe as it is sent with --packet-trace. These features
can also be turned on during runtime by pressing 'd' (to increase
debugging) or 'p' (to turn on packet tracing) [1].

Because Nmap scans many hosts and ports in parallel, at any given time it
could be waiting on dozens, hundreds, or thousands of outstanding probes.
Printing each one would be an enormous amount of output, so it is unlikely
we will implement the exact output you suggested.

Happy scanning!
Dan

[1] https://nmap.org/book/man-runtime-interaction.html

On Wed, May 25, 2016 at 11:07 AM, Andrew Barmer <andrewbarmersec () yahoo com>
wrote:

Hi,

it would be great if nmap shows the actual port /host being scanned, if i
press Enter.
Example:

nmap 192.168.1.1-100 -p1-60000

a)now :
Starting Nmap 7.12 ( https://nmap.org ) at x CEST
Stats: x elapsed; x hosts completed (x up), x undergoing SYN Stealth Scan
SYN Stealth Scan Timing: About 50.00% done; ETC: x (x remaining)

b)suggestion to implement status of ports

Starting Nmap 7.12 ( https://nmap.org ) at x CEST
Stats: x elapsed; x hosts completed (x up), x undergoing SYN Stealth Scan
SYN Stealth Scan Timing: About 50.00% and 30000 of 60000 Ports done,
actual scanning Port 1 of Host 192.168.1.50 - ETC: x (x remaining) - x
Hosts and x Ports

Something like that would be a very nice upgrade :-)

Andrew

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

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

Current thread: