Skip to content

BlueCocoa/WirelessKit

Repository files navigation

WirelessKit

A simple framework on Wi-Fi Availability / Security (Coming soon).

⚠️Before Your Compiling

As a matter of fact, you can make trouble to your neighbors easily with these codes. However, think about HOW WOULD YOU FEEL LIKE when there is something needs to be done online while your neighbors are DOING THE SAME THING TO YOU.

DO NOT BE A JERK!

Compile Static Library

$ make && sudo make install

For Raspberry Pi

There're some issues with the static library.

Compile Demos

$ make all && sudo make install-demo

For Raspberry Pi

Please compile demos with

$ PLATFORM=RaspberryPi make all && sudo make install-demo

Demos

authflood

Sending forged Authentication packets from random MACs to fill a target AP's authentication table.

IEEE 802.11 Denial-of-Service: Authentication Flood

Screenshots

deauth

Flooding station(s) with forged Deauthentication packets to disconnecting users from an AP.

IEEE 802.11 Denial-of-Service: Deauthentication Attack

Screenshots

fakebeacon

Generating thousands of counterfeit 802.11 beacons to make it hard for stations to find a legitimate AP.

IEEE 802.11 Attack: Beacon Flood

Screenshots

sniffer

Just as its name suggested :)

RSN IE Poisoning

A DoS attack against the four-way handshake protocol.

(I have no idea why this get 'Segmentation fault' on Raspberry Pi 3)

IEEE 802.11 Denial-of-Service: RSN IE Poisoning

Screenshots

Usage

You may refer to these demos.

About

A simple framework on Wi-Fi Availability / Security

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published