Python Forum
Need some guidance on a script to ping a list of ip's
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need some guidance on a script to ping a list of ip's
#2
There is a Python ICMP library, so you could write you own python version of ping. You might not even need ICMP. Just test if you can complete a socket connection. I don't see any reason why you couldn't "ping" 3000 ip addresses in a few seconds.

Checxk multiping example:
https://pypi.org/project/icmplib/
Reply


Messages In This Thread
RE: Need some guidance on a script to ping a list of ip's - by deanhystad - Aug-09-2023, 03:42 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  non-stop ping script kucingkembar 1 2,196 Aug-23-2022, 06:29 AM
Last Post: menator01
  cant use ping, sudo or other commands in remote shell script. throwaway34 7 5,349 May-17-2021, 11:29 AM
Last Post: throwaway34
  Ping command using python 3.6.5 Martin2998 6 28,580 Apr-19-2021, 06:24 PM
Last Post: blazejwiecha
  Your Guidance caslor 1 2,927 Mar-28-2021, 09:34 PM
Last Post: Larz60+
  Create a program that PING a list of IPs skaailet 7 10,378 Mar-26-2020, 10:46 PM
Last Post: snippsat
  ping with output jacklee26 1 6,231 Nov-28-2019, 01:01 PM
Last Post: Axel_Erfurt
  PING PONG GAME akea 0 6,446 May-08-2019, 04:30 PM
Last Post: akea
  Ping Code Problem MTom5 1 3,309 Sep-04-2018, 09:58 PM
Last Post: MTom5
  ping and pong run both well sylas 1 3,940 Sep-24-2017, 05:14 PM
Last Post: sylas
  Ping Sweep help The501stOfNoobPy 5 8,660 Jun-26-2017, 10:22 AM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020