Welcome to HBH! If you had an account on hellboundhacker.org you will need to reset your password using the Lost Password system before you will be able to login.

Listing Users


ghost's Avatar
0 0

Anyone know of a way to get a list of users' mac addresses that are associated with an AP WITHOUT checking the arp tables? I guess basically what I'm looking for is a tool that scans a channel in monitor mode and just returns the mac addresses of anyone on it. Don't really feel like coding it, but if I must…

Thanks, eax


ghost's Avatar
0 0

Just 'iwlist wlan0 scanning'

Pick out the channel of the AP

then 'airodump -c7' putting in the real channel number instead of 7

if some device is associated with that AP the MAC address will be under STATION in airodump


ghost's Avatar
0 0

Awesome! Can't believe I never noticed that in airmon. Thanks.