https://github.com/gill-singh-a/deauthentication-attack
A Simple Python Program that sends Fake Deauthentication Frames using Scapy Module to kick devices off their network
https://github.com/gill-singh-a/deauthentication-attack
deauthentication-attack python3 scapy
Last synced: 7 months ago
JSON representation
A Simple Python Program that sends Fake Deauthentication Frames using Scapy Module to kick devices off their network
- Host: GitHub
- URL: https://github.com/gill-singh-a/deauthentication-attack
- Owner: Gill-Singh-A
- Created: 2024-06-21T18:53:52.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-21T16:10:36.000Z (over 1 year ago)
- Last Synced: 2025-01-04T15:41:46.610Z (over 1 year ago)
- Topics: deauthentication-attack, python3, scapy
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deauthentication Attack
A Simple Python Program that sends Fake Deauthentication Frames using Scapy Module to kick devices off their network
## Requirements
Langauge Used = Python3
Modules/Packages used:
* os
* scapy
* datetime
* optparse
* colorama
* threading
* multiprocessing
* time
Install the dependencies:
```bash
pip install -r requirements.txt
```
## Note
This Deauthentication Attack won't work on WPA3 WiFi Networks because of Protected Management Frames (PMF)