Skip to main content

wireless fuzzer

Project description

wifuzz

why?

wanted my own wireless fuzzer

whats inside?

scapy for packet generation / sending
netifaces to automatically get a wifi interface if none supplied
mac_vendor_lookup for ...
terminaltables to make stuff look fancy
progressbar2 for fanciness
pybt for bluetooth stuff

how to ...

... get started

sudo apt install aircrack-ng
pip3 install -r requirements.txt

... to use it

usage: ./wifuzz.py {arguments}
	{arguments}		{example/hint}
	-h	--help		this
	-t	--target	fe:ed:de:ad:be:ef
		--targets	de:ad:be:ef:b0:ff,c0:33:b3:ff:ee:33
	-s	--scan		scan for mac addresses/targets
	-w	--wifi		use wifi
	-b	--bt		use bluetooth
	-i	--interface	call supply after -w/-b
	-a	--adb		use adb
	-d	--device	adb transport id
		--devices	tid1,tid2,tid5
	-m	--mac-lookup	lookup macs
ex:
sudo ./wifuzz.py -m -s -w

notes

interfaces are found automatically

though the first available is always used
ex: wlan0; hci0

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wifuzz-0.1.tar.gz (8.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page