Nmap Development mailing list archives

Re: suggestion to nping


From: "Luis MartinGarcia." <luis.mgarc () gmail com>
Date: Sun, 04 Apr 2010 13:37:34 +0200

Hi Andreas,

I've just commited a patch that should let you specify "--count 0" or
"-c0" so Nping runs almost indefinitely, (for 2^32 rounds actually). You
probably want to combine this with the --rate or --delay options to
adjust how often packets get sent. I hope this helps.

Regards,

Luis MartinGarcia.





On 03/31/2010 07:39 PM, Andreas Hubert wrote:
nping is a really interesting tool for me, because right from the start,
it does not only send one packet it sends 5 like a usual ping on Windows
for example. But till now I did not found an option to send several
packets till the process gets cancelled, like ping on Linux or Mac OS X.
Because now if I wanna watch something, if a port is open or something,
I need to build a loop around nmap, like
while true; do nmap -PN -p 22 <host>; done
to constantly check if port 22 is open on a specific host. It would be
very good if in the future a
nping -p 22 <host>
would do this and give me stats for this after I ^C the process

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

  

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


Current thread: