/UDPSpoofedIPFlooder-C

UDP Flooder Using Spoofed IP Address In C

Primary LanguageC

UDP Spoofed IP Flooder

UDP Flooder Using Spoofed IP Address In C

How to compile:

gcc udp.c -o udp -lpthread

Usage:

./udp <target IP> <port> <number threads to use> <throttle, -1 for no limit> <time>

NOTE: This code is only for education purpose. I'm not responsible for anything done with this tool.