Dear Lumbricus,

> From: [EMAIL PROTECTED]
> Subject: Re: [Tutor] Find and test a device by  MAC address
> To: tutor@python.org
> Message-ID: <[EMAIL PROTECTED]>
> Content-Type: text/plain; charset="iso-8859-1"

> Quick and dirty:
> As root:
> >>> from scapy import *
> >>> arping("192.168.0.1/24") # or whatever fits to your network
> and then filter the answers; or build your own arp packets with ARP().

I have an XP, so I made a simple ping for the topmost IP address, 
that is the broadcast address in my subnet and I run an arp -a.

Thanks for the hint for scapy.

http://www.secdev.org/projects/scapy/ seems to be very very cool.

Some months earlier someone tried to collect how many application made in 
pure python.
The list should be extended with scapy as a pure python application.

Thanks Lumbricus.

Yours sincerely, 
______________________________
Janos Juhasz 

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to