Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


Wifijammer in python filter_list
Author
Message
Wifijammer in python #1
WIFI JAMMER

I do not claim credit for the creation of this script.

I found a WiFi jamming script on github created in python and thought I would share. It effectively disables WiFi for anyone connected to a acces point within your wireless cards range in short it DoS's every ones wifi Biggrin .

The script first detects the most powerfull wireless card on the attackers device and manipulates it so that it is ready for injection etc. Due to this factor it is required that the script be run as root. It will then hop channels 1 to 11 to identify access points a clients connected to those access points. The actual attack is done through deauthentication packets that are sent to both the client and the acces point

It is extremely simple to deploy and run, its only dependency being python scappy.

On Linux machines running a Debian based distro scapy can be installed through

Code:
sudo apt-get install python-scapy

In its simplest form the script can be executed through

Code:
python wifijammer.py

which will execute the previously mentioned process
WARNING THIS WILL KNOCK YOU OFF YOUR ACCESS POINT AS WELL

Advanced usage is rather simple here are some of my most frequentally used options:

Code:
python wifijammer.py -c 1
will only attack and deauth clients on channel 1

Code:
python wifijammer.py -s 00:00:00:00:00:00
will tell the script not to attack the mentioned MAC address

Here are all of the other options:

Code:
python wifijammer.py [-a AP MAC] [-c CHANNEL] [-d] [-i INTERFACE] [-m MAXIMUM] [-n] [-p PACKETS] [-s SKIP] [-t TIME INTERVAL]

All credit for this script goes to DanMcInerney

Here is the projects page: GitHub

I am in the process in modding the script myself, if you beat me to such a goal please post your modifications. I will be more than interested in seeing them and trying them out myself.

Reply





Messages In This Thread
Wifijammer in python - by Seven - 08-29-2014, 06:37 PM
RE: Wifijammer in python - by Dismas - 08-29-2014, 06:38 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 06:43 PM
RE: Wifijammer in python - by Eclipse - 08-29-2014, 06:51 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 06:57 PM
RE: Wifijammer in python - by APPLEZ - 08-29-2014, 06:58 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 07:02 PM
RE: Wifijammer in python - by Eclipse - 08-29-2014, 07:16 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 07:19 PM
RE: Wifijammer in python - by APPLEZ - 08-29-2014, 07:23 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 07:28 PM
RE: Wifijammer in python - by Eclipse - 08-29-2014, 08:52 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 09:00 PM
RE: Wifijammer in python - by Eclipse - 08-29-2014, 09:11 PM
RE: Wifijammer in python - by Seven - 08-29-2014, 09:20 PM
RE: Wifijammer in python - by Eclipse - 08-30-2014, 06:36 AM
RE: Wifijammer in python - by Seven - 08-30-2014, 07:09 AM
RE: Wifijammer in python - by Eclipse - 08-30-2014, 07:20 AM
RE: Wifijammer in python - by Seven - 08-30-2014, 08:05 AM



Users browsing this thread: 1 Guest(s)