udp amplification attack, used in server stress testing and DDOS defense testing.
git clone https://github.com/AH-dark/udpflood
cd udpflood
go build -o ../udpflood-exe
cd .../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 islocalhost.-p <port>Set the port for sending UDP packets. Default is8080.-t <threads>Set the number of concurrent attacks. Default is100.-s <size>Set the size of packets. Default is65507.