Hi everyone,


I'm trying to do some sniffing using arpspoof and Kismet on my network (private one of course ;-) ) and i would like to make a script in order to automate the finding of AP (Access Point) and clients IP adresses.

Here is the procedure i'm following:


1) "ifconfig" to know my network broadcast ip

2) Sniff mac adresses with a broadcast ping "ping network_broad_adress -b"

3) Find clients associated to different APs using Kismet (this is my problem, i don't know how to do it...)

4) "arp -a" to get the matching IP adresses

5) arspoof on thoses IPs etc.


If you have any suggestion you are more than welcome to share.

Cheers

Aurel