https://github.com/gamemann/udp-spoof
A program imported from GFL's GitLab. It simply sends a UDP spoofed packet to a destination.
https://github.com/gamemann/udp-spoof
c example flow ip packet simple source spoof udp
Last synced: 9 months ago
JSON representation
A program imported from GFL's GitLab. It simply sends a UDP spoofed packet to a destination.
- Host: GitHub
- URL: https://github.com/gamemann/udp-spoof
- Owner: gamemann
- Created: 2020-05-10T17:39:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T17:54:05.000Z (almost 6 years ago)
- Last Synced: 2025-04-02T19:22:11.939Z (12 months ago)
- Topics: c, example, flow, ip, packet, simple, source, spoof, udp
- Language: C
- Homepage: https://moddingcommunity.com/
- Size: 1.95 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UDP Spoof Program
## Description
A small C program I made to send out spoofed/non-spoofed UDP packets via raw sockets. This program includes setting the data string and timeout as well.
## Usage
Please use the following:
```
./UDP_Spoof [
Example:
```
./UDP_Spoof 10.50.0.3 12345 10.50.0.4 12345 1 "HELLO!"
```
## Credits
* [Christian Deacon](https://www.linkedin.com/in/christian-deacon-902042186/) - Creator.