Scripts for listening to wifi traffic, and handling the resulting data.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charles Reid c5b0f85398 fix typo 7 years ago
AircrackCSVIntervals.py updating with tested wifi listening scripts 7 years ago
AircrackIVs.py updating with tested wifi listening scripts 7 years ago
NetworkDeviceMonitorMode.py init commit 7 years ago
README.md fix typo 7 years ago

README.md

wifi-listen

Tools for listening to wifi networks.

Note that these are not going to give you much in the way of attacking power. These are mainly intended to listen, and wait things out.

AircrackIVs.py

This script gathers IVs, which are the 4 packets comprising the handshake between routers and clients.

These are one of the many formats aircrack can dump to, and are necessary to obtain in order to get the WPA passphrase.

Pass it the name of the wifi interface:

python AttackIVs.py wlan1

This will dump files to /wifi.

NetworkDeviceMonitorMode.py

This script puts the netwok device into monitor mode. Specify the interface when running.

python NetworkDeviceMonitorMode.py wlan1