Skip to content

jasonish/udptap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

udptap

A tool to passively "tap" UDP sessions and send the traffic to another host.

USAGE

Options:

-i <interface>      Interface to tap
-u <port>           UDP port to tap
-d <host>           Destination host
-p <port>           Destination port

EXAMPLE

The following example will sniff syslog packets off eth0 and resend them to port 514 on somehost where a syslog server may be listening.

./udptap -i eth0 -u 514 -d somehost:514

About

A tool to passively tap and resend UDP packets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages