Skip to content

synfinatic/go-spoof-raw-ip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spoofrawip

A pure Go Source IP Spoofing library

Overview

It's pretty trival to use gopacket/pcap to inject packets with arbitrary IP header values, but this has two major downsides:

  1. Now you are using CGO to link libpcap
  2. Packets can not be seen by the local host

This library allows you to easily spoof the source IP address for arbitrary packets without using libpcap.

About

A pure Go Source IP Spoofing library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages