

-oG Write scan results to file in Grepable format.-min-parallelism 100 Increase number of parallel probes.-T4 Increase timing to reduce scan duration.

Other interesting options in case you want to ping a really large number of targets: You can also create a file containing all of your target IPs (separated by spaces or newlines) called targets.txt. Nmap supports ping scans (ICMP) and multiple hosts: (aka source) command through the Process Substitution. The gist is the same as for the eval, but feeds the sequence of pings to the. <(printf 'ping "%s" & ' host1 host2 host3) If your shell has support also for Process Substitutions, you may also use the following. Provides the ability to interrupt everything at will with a simple Ctrl+C.Įlse you can control each ping command singularly through the shell's usual job control. Printf and eval commands are POSIX standard, as well as Command Substitution.Įnclosing whole such command in a subshell comprising an and-ed wait like this: (eval $(printf 'ping "%s" & ' host1 host2 host3) & wait) The above printf therefore produces a sequence of ping & strings for each host provided as argument, and feeds such sequence of commands through Command Substitution to the eval command to have them executed immediately. It takes advantage of printf's ability to "auto-iterate" its arguments while re-using its format string over each argument. I suppose this can do for you ? eval $(printf 'ping "%s" & ' host1 host2 host3) The only drawback I've found with this tool is the use of ICMP mode requiring root privileges. Nping done: 2 IP addresses pinged in 3.01 seconds |_ Max rtt: N/A | Min rtt: N/A | Avg rtt: N/A Here since we want to mimic what the traditional ping CLI does we'll use ICMP. To ping multiple servers you merely have to tell nping the names/IPs and which protocol you want to use. $ repoquery -qlf nmap.x86_64 | grep nping Nping is in the standard EPEL repos to boot.
#BULK PING TOOL FULL#
Grants users full control over generated packets. Are you thinking of buying Trendnet Universal Strip Ping Tool This is one of the star products at techinn, the online electronics and computers store. Nping has a very flexible and powerful command-line interface that One of these tools is nping, which includes the following ability: Ping blog posts or website pages, inviting spiders to crawl and promote new content.
#BULK PING TOOL FREE#
Premium Free SEO ping website tool is widely used by webmasters to put up websites to search engines.
#BULK PING TOOL UPDATE#
If Sheet1.Range("G9").If you look into the NMAP project you'll find that it includes additional tools on top of just nmap. Free online mass ping tool, update multiple search engines at once. Ping Bulk/Mass URLs to google search engine for Free. Strip = ActiveSheet.Cells(introw, 2).ValueĪctiveSheet.Cells(introw, 3).Interior.ColorIndex = 0ĪctiveSheet.Cells(introw, 3).Font.Color = RGB(0, 0, 0)ĪctiveSheet.Cells(introw, 3).Value = "Online"ĪctiveSheet.Cells(introw, 3).Font.Color = RGB(0, 200, 0)ĪctiveSheet.Cells(introw, 3).Font.Color = RGB(200, 0, 0)ĪctiveSheet.Cells(introw, 3).Value = "Offline"ĪctiveSheet.Cells(introw, 3).Interior.ColorIndex = 6 Set objshell = CreateObject("Wscript.Shell")īoolcode = objshell.Run("ping -n 1 -w 1000 " & strip, 0, True)ĭo Until Sheet1.Range("G9").Value = "STOP"įor introw = 1 To ActiveSheet.Cells(65536, 2).End(xlUp).Row Please help me on this, I am desperate: Dim objshell, boolcode Of course, it doesn't have to be done through excel, if you have a better solution with great view of all 3 things I need to see clearly ( comp name, comp ip, online/offline) and the 4th thing with usernames would be nice to have. How can I by pressing the ping button, make it go through all the computers in column A and show me both their IPs and if they are online or not, all at once?
#BULK PING TOOL OFFLINE#
So I have this excel sheet which I have made work (mostly).Ĭolumn A: contains computer names written manually by meĬolumn B: it should (but doesn't) write out the IP addresses of computers in column AĬolumn C: shows if computer is online or offline based on ping.Ĭolumn D: Something I put manually as well, to know who sits behind which computer, just usernames. I need an automatic pinging tool because I have 70 computers in my network and I am sick of pinging them through cmd every time.
