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

https://github.com/thetechromancer/poordriving

A WPA handshake harvester for the poor and destitute
https://github.com/thetechromancer/poordriving

Last synced: about 1 year ago
JSON representation

A WPA handshake harvester for the poor and destitute

Awesome Lists containing this project

README

          

# poordriving.py
### A handshake harvester for the poor and destitute

#### Instructions for use:


  1. Spend six months to a year befriending network administrators in your area. Become poor.

  2. Go door-to-door down the street which you intend to "PoorDrive", obtaining permission to run this tool.

  3. Create whitelist containing MAC addresses which you have permission to test. Take out a loan and hire an expensive lawyer.

  4. Blissfully PoorDrive down aforementioned street, capturing buttloads of (authorized) WPA handshakes.



~~~~
usage: poordriving.py [-h] -c CHANNEL [-n INTERVAL] [-s SAVE] [-b BLACKLIST]
[-w WHITELIST] [-r] [--debug]
interface

PEW PEW

positional arguments:
interface wireless interface

optional arguments:
-h, --help show this help message and exit
-c CHANNEL, --channel CHANNEL
channel on which to listen
-n INTERVAL, --interval INTERVAL
deauth interval per AP in seconds (default: 10)
-s SAVE, --save SAVE file in which to save handshakes
-b BLACKLIST, --blacklist BLACKLIST
blacklist these ESSIDs or BSSIDs (comma-separated)
-w WHITELIST, --whitelist WHITELIST
whitelist these ESSIDs or BSSIDs (comma-separated)
-r, --dry-run don't sent any packets
--debug don't use Curses (print directly to STDOUT)
~~~~