pinging from within python

Jorgen Grahn jgrahn-nntq at algonet.se
Sat Sep 17 17:37:52 EDT 2005


On Mon, 12 Sep 2005 01:36:35 +0200, billiejoex <billiejoex at fastwebnet.it> wrote:
> Impacket module can helps you to construct the ip/icmp packet structure, 
> then you can send the packet and wait for the ECHOREPLY by using a 
> RAW_SOCKET.
> Here's an example:
> http://oss.coresecurity.com/impacket/ping.py

Yeah, but is he willing to be root, and ditch Windows, just to be able to
ping?  Exec()ing the ping utility is often better, but beware -- different
pings take different options.

[the original poster]
>> I need a simple script to run the ping command with some parameters and be 
>> able to read the return value of the ping function.

What is "the return value of the ping function"? You can use the ping
utility for many different things, and it reports many different kinds of
outcomes. It's not black and white.

/Jorgen

-- 
  // Jorgen Grahn <jgrahn@       Ph'nglui mglw'nafh Cthulhu
\X/                algonet.se>   R'lyeh wgah'nagl fhtagn!



More information about the Python-list mailing list