Skip to content

Abideepadarsan-607/DOS-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Deauth Attack Detector

πŸ“Œ Description

This Python tool helps detect Deauthentication (Deauth) Attacks on a Wi-Fi network by sniffing packets and identifying Deauth frames. Deauth attacks are commonly used for Wi-Fi denial-of-service (DoS) attacks and capturing handshake packets for hacking attempts.

πŸš€ Features

  • Detects Deauth attack packets in real time.
  • Logs attack attempts to a file (deauth_attack.log).
  • Supports Python 3 with improved error handling.
  • User-friendly interface and clean output.

πŸ›  Requirements

  • Python 3
  • scapy library (for packet sniffing)
  • A Wi-Fi adapter that mainly supports monitor mode

πŸ”§ Installation

  1. Clone this repository:
    git clone https://github.com/YourUsername/Deauth_Attack_Detector.git
    cd Deauth_Attack_Detector
  2. Install dependencies:
    pip install scapy

▢️ Usage

  1. Run the script as root:
    sudo python3 Deauth_Attack_Detector.py
  2. Enter your network interface (e.g., wlan0mon).
  3. The tool will start detecting Deauth packets and log them.

πŸ“ Example Output

[*] Starting Deauthentication Attack Detection...
[+] Deauthentication Packet detected! Count: 1
[+] Deauthentication Packet detected! Count: 2

πŸ›‘ Stopping the Tool

Press CTRL + C to stop the tool safely.

⚠️ Note

This tool only detects attacks; it does not prevent them. If you see repeated alerts, consider improving your Wi-Fi security by:

  • Changing your Wi-Fi password.
  • Using WPA3 security.
  • Disabling SSID broadcasting.

πŸ“œ License

This project is licensed under the MIT License.

✨ Credits

  • Developed by ABIDEEPADARSAN

🌟 Contribute

Feel free to submit issues or pull requests to improve this tool!

πŸ”— Contact

For any queries, reach out via Gmail.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages