https://github.com/hyperxpro/udpspoofedipflooder-c
UDP Flooder Using Spoofed IP Address In C
https://github.com/hyperxpro/udpspoofedipflooder-c
dos-attack spoofed-packets udp-flood
Last synced: about 1 month ago
JSON representation
UDP Flooder Using Spoofed IP Address In C
- Host: GitHub
- URL: https://github.com/hyperxpro/udpspoofedipflooder-c
- Owner: hyperxpro
- Created: 2018-07-19T09:24:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T16:39:03.000Z (over 5 years ago)
- Last Synced: 2025-12-27T16:12:54.738Z (5 months ago)
- Topics: dos-attack, spoofed-packets, udp-flood
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## UDP Spoofed IP Flooder
UDP Flooder Using Spoofed IP Address In C
## How to compile:
```
gcc udp.c -o udp -lpthread
```
## Usage:
```
./udp
#### NOTE: This code is only for education purpose. I'm not responsible for anything done with this tool.