forked from xme/hoover
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
executable file
·18 lines (15 loc) · 763 Bytes
/
README
File metadata and controls
executable file
·18 lines (15 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
hoover.pl - Wi-Fi probe requests sniffer
Original idea by David Nelissen (twitter.com/davidnelissen)
Thank to him for allowing me to reuse the idea!
This script scans for wireless probe requests and prints them out.
Hereby you can see for which SSID's devices nearby are searching.
Usage: hoover.pl --interface=wlan0 [--help] [--verbose] [--iwconfig-path=/sbin/iwconfig] [--ipconfig-path=/sbin/ifconfig]
[--dumpfile=result.txt]
Where:
--interface : Specify the wireless interface to use
--help : This help
--verbose : Verbose output to STDOUT
--ifconfig-path : Path to your ifconfig binary
--iwconfig-path : Path to your iwconfig binary
--tshark-path : Path to your tshark binary
--dumpfile : Save found SSID's/MAC addresses in a flat file (SIGUSR1)