https://github.com/last-byte/grip
Golang RIP Injection Program
https://github.com/last-byte/grip
Last synced: 8 months ago
JSON representation
Golang RIP Injection Program
- Host: GitHub
- URL: https://github.com/last-byte/grip
- Owner: last-byte
- Created: 2019-01-27T16:39:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-10T11:23:33.000Z (over 7 years ago)
- Last Synced: 2025-01-21T06:29:14.317Z (over 1 year ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GRIP v0.1
Golang RIP Injection Program allows you to inject fake routes in a RIPv2 environment.
Installing requisites:
```
$ go get github.com/miekg/rip
$ go get golang.org/x/net/ipv4
```
Building:
```
$ go build main.go -o grip
```
Usage:
```
$ ./grip -h
Usage of ./grip:
-dst string
the destination IP address, default value is multicast (default "224.0.0.9")
-metric int
the metric for the route (default 1)
-netmask string
the subnet mask for the advertised network (default "255.255.255.0")
-network string
the network address to advertise
-src string
the source IP address to spoof
```