Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xme/hoover

Wireless Probe Requests Sniffer
https://github.com/xme/hoover

Last synced: 3 months ago
JSON representation

Wireless Probe Requests Sniffer

Awesome Lists containing this project

README

        

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)