hyperxpro / UDPSpoofedIPFlooder-C

UDP Flooder Using Spoofed IP Address In C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

UDP Flooder Using Spoofed IP Address In C


Languages

Language:C 100.0%