GitHunt
AH

AH-dark/udpflood

udp amplification attack, used in server stress testing and DDOS defense testing.

UDPFLOOD

udp amplification attack, used in server stress testing and DDOS defense testing.

Use

Build

git clone https://github.com/AH-dark/udpflood
cd udpflood
go build -o ../udpflood-exe
cd ..

Run

./udpflood -h <hostname> -p <port> -t <threads> -s <size>

Four parameters are supported:

  • -h <hostname> Set the IP or domain name of the test server. Default is localhost.
  • -p <port> Set the port for sending UDP packets. Default is 8080.
  • -t <threads> Set the number of concurrent attacks. Default is 100.
  • -s <size> Set the size of packets. Default is 65507.

Languages

Go100.0%

Contributors

GNU General Public License v3.0
Created August 13, 2022
Updated June 24, 2025
AH-dark/udpflood | GitHunt