Skip to content

GunGameOG/ddos_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github

Tip

This package provides a tool for detecting and mitigating DDoS attacks using XDP and BPF.

Installation

  1. Clone the repository:

    git clone https://github.com/GunGameOG/ddos_detector.git
    cd ddos_detector
  2. Install the package:

    sudo python3 setup.py install

Usage

Run the DDoS detection tool:

sudo ddos-detect

Important

Ensured you have root privileges as the tool requires access to low-level networking functions.

Note

Provide feedback in discussions.