Skip to content

gamemann/UDP-Spoof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages