Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 651 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 651 Bytes

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.