wifi-curse/README

25 lines
1007 B
Plaintext
Raw Normal View History

2012-08-05 01:56:57 +00:00
This program listens for beacons sent from wireless access points
2012-02-29 16:57:29 +00:00
in the range of your wireless station. Once received the program
2012-08-05 01:56:57 +00:00
extracts the BSSID of the AP and transmits deauthentication packets
2012-02-29 16:57:29 +00:00
using the broadcast MAC address. This results to the disconnection
2012-08-05 01:56:57 +00:00
of all clients connected to the AP at the time of the attack. This
2012-02-29 16:57:29 +00:00
is essencially a WiFi DoS attack tool created for educational
purposes only. It works only in Linux and requires wireless card
drivers capable of injecting packets in wireless networks.
How to use it: Just run it as root and put as first argument the
2012-03-05 17:11:22 +00:00
card interface. It will automatically put your interface in monitor
mode and it will listen at channel range 1-14. If there is no AP in the
channel, it will change channel every 1 second, or else it will start
the attack which it takes approximately 30 seconds. After that it will
change channel.
2012-03-03 05:26:44 +00:00
compile:
make
install:
make PREFIX=/usr install
2012-03-05 17:11:22 +00:00
ARM cross-compile:
make CROSS_COMPILE=arm-none-linux-gnueabi-