Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

A Simple Python Program that sends Fake Deauthentication Frames using Scapy Module to kick devices off their network

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
```