[Tutor] Find and test a device by MAC address
lumbricus at gmx.net
lumbricus at gmx.net
Thu Jan 4 09:23:19 CET 2007
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().
--
Freedom, Freedom, Freedom, Oi!
-- Zoidberg
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
More information about the Tutor
mailing list