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
- Host: GitHub
- URL: https://github.com/thetechromancer/poordriving
- Owner: TheTechromancer
- Created: 2017-12-02T22:23:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-20T03:48:52.000Z (about 8 years ago)
- Last Synced: 2024-12-14T11:13:03.174Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poordriving.py
### A handshake harvester for the poor and destitute
#### Instructions for use:
- Spend six months to a year befriending network administrators in your area. Become poor.
- Go door-to-door down the street which you intend to "PoorDrive", obtaining permission to run this tool.
- Create whitelist containing MAC addresses which you have permission to test. Take out a loan and hire an expensive lawyer.
- 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)
~~~~