How to setup nmap ping count

nmap

I need an arp-ping tool for windows
Tried arp-ping http://www.elifulkerson.com/projects/arp-ping.php.
Source address specification did not work in this tool.
Then I came across nmap. -PR option suits my needs and it works.

My arp ping example command

nmap -sn -PR 192.169.0.1 -S 192.168.0.100

I would like to know how to make this scan, ping infinitely. More like a '-t' switch in windows ping tool

Any help would be appreciated.

Best Answer

You are close. From what you are describing what you want is nping (part of the Nmap project).

This will let you send arp pings and allow you to send continuous pings.

You can download nping from the Nmap download page.