https://github.com/bettercap/packet.proxy-plugins
Example packet.proxy plugins.
https://github.com/bettercap/packet.proxy-plugins
Last synced: about 1 year ago
JSON representation
Example packet.proxy plugins.
- Host: GitHub
- URL: https://github.com/bettercap/packet.proxy-plugins
- Owner: bettercap
- Created: 2018-03-28T16:54:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T17:43:45.000Z (over 5 years ago)
- Last Synced: 2025-03-31T10:04:30.973Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 22
- Watchers: 5
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packet Proxy Plugins
Plugins for the [packet.proxy](https://github.com/bettercap/bettercap/wiki/packet.proxy) module.
**IMPORTANT**
In order to be compiled correctly, plugin `.go` files need to be copied inside bettercap's source folder and compiled from there, otherwise you might have issues compiling due to dependency conflicts with the vendor folder.
**Compile**
1. Copy the plugin file inside bettercap's source folder.
2. Compile with `go build -buildmode=plugin plugin.file.go`, this will generate the file `plugin.file.so`.