https://github.com/r3k4t/rktdeauther
RktDeauther is a Wifi Deauthication Attack(Wifi Denial-of-Service attack) tool.Its build on python and shell program.It can help to disconnect any wifi user and jam all wifi network(wifi Acess Point)
https://github.com/r3k4t/rktdeauther
cybersecurity ethical-hacking forensics-investigations network-jamming python security-research shell-script software-engineering wifi-deauther wifi-security
Last synced: about 2 months ago
JSON representation
RktDeauther is a Wifi Deauthication Attack(Wifi Denial-of-Service attack) tool.Its build on python and shell program.It can help to disconnect any wifi user and jam all wifi network(wifi Acess Point)
- Host: GitHub
- URL: https://github.com/r3k4t/rktdeauther
- Owner: r3k4t
- License: mit
- Created: 2021-04-15T23:48:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T00:53:30.000Z (about 4 years ago)
- Last Synced: 2025-01-17T21:31:11.898Z (4 months ago)
- Topics: cybersecurity, ethical-hacking, forensics-investigations, network-jamming, python, security-research, shell-script, software-engineering, wifi-deauther, wifi-security
- Language: Shell
- Homepage: https://github.com/r3k4t
- Size: 31.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/r3k4t/rktdeauther/blob/master/LICENSE)
[](https://www.python.org/downloads/release/python/)
[](https://en.wikipedia.org/wiki/Linux)# RktDeauther
Educational Purposes Only

Author : RKT
### Description ###
RktDeauther is a Wifi Deauthication Attack(Wifi Denial-of-Service Attack) tool.Its build on python and shell program.It can help to disconnect any wifi user and jam all wifi network(wifi Acess Point)
### Setup[PIP MODULE] ###
Kali Linux,Ubuntu,Linuxmint
+ sudo pip install -r requirements.txt
+ sudo apt install build-essential libpcap-dev aircrack-ng
+ sudo apt install python-scapyArch linux
+ sudo pip install -r requirements.txt
+ sudo pacman -S build-essential libpcap-dev aircrack-ng
+ sudo pacman -S python-scapyRed Hat Linux,CentOs
+ sudo pip install -r requirements.txt
+ sudo yum install build-essential libpcap-dev aircrack-ng
+ sudo yum install python-scapyFedora Linux
+ sudo pip install -r requirements.txt
+ sudo dnf install build-essential libpcap-dev aircrack-ng
+ sudo dnf install python-scapy### Terminal Command ###
+ git clone https://github.com/r3k4t/rktdeauther.git
+ cd rktdeauther### Monitor Mode(Start)[Use Panda adapter,ALFA adapter,TP-LINK adapter etc or Use linux bootable pendrive or hdd(harddisk)==>Please,install your linux in harddisk] ###
Panda Wireless Adapter

+ chmod +x wifi-monitor.sh
+ sudo ./wifi-monitor.sh
### Scan Device mac address in your wifi ap. ###
+ chmod +x scan-device.sh
+ sudo ./scan-device.sh
### Disconect target device in your wifi ###
+ sudo python rktdeauther.py wifi mac address wifi user mac address
Example :
+ sudo python rktdeauther.py E8:DE:27:EA:1A:42 80:01:84:C0:AE:F2

### jam your target wifi access point(ap) ###
+ sudo python rktdeauther.py wifi mac address
Example :
+ sudo python rktdeauther.py E8:DE:27:EA:1A:42

Example:
Android