An open API service indexing awesome lists of open source software.

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.

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.