UDP-Spoof

A program imported from GFL's GitLab. It simply sends a UDP spoofed packet to a destination.

Stars
16

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 <Source IP> <Source Port> <Destination IP> <Destination Port> [<Time out> <Data>]

Example:

./UDP_Spoof 10.50.0.3 12345 10.50.0.4 12345 1 "HELLO!"

Credits