dupligator

command module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2019 License: GPL-3.0 Imports: 8 Imported by: 0

README

DupliGator

DupliGator is a UDP packet replicator inspired by Samplicator (https://github.com/sleinen/samplicator).

It currently supports UDP-to-UDP (with source spoofing), UDP-to-TCP, and both IPv4 & IPv6.

Sources and receivers with differing IP versions can be combined. I.e., Payloads can come in via IPv4 and UDP but be sent out over IPv4 or IPv6 with UDP or TCP. The only requirement is that packets come in from UDP, but this can easily be changed in the future.

The only limitation is on source spoofing, which is only permitted with UDP, and only between matching IP versions.

Getting Started

Just download, compile, and run.

Prerequisites
go get github.com/google/gopacket
go get github.com/google/gopacket/layers
go get github.com/go-yaml/yaml
Installing
go get github.com/ipchama/dupligator
go build dupligator.go

Contributing

Contributions are welcome.

DupliGator went from idea to completion in a few hours, and so there are plenty of TODOs, points that need improvement, and features that can easily be added (TLS and authentication options for TCP?)

Versioning

Haven't decided. :)

Authors

License

This project is licensed under the GPL v3 License - see the LICENSE file for details

Acknowledgments

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL