Releases: StamusNetworks/gophercap
Releases · StamusNetworks/gophercap
v0.3.2
Install
Simply decompress the binary and make it executable. All documentation can be found using --help
.
- Ensure that libpcap is installed;
- Requires amd64 platform, we do not provide arm builds because we build against libpcap;
- Only tested on recent ubuntu / debian, binary will likely crash on rolling-release distros such as arch or fedora because build is linked to
libc
andlibpcap
;
gunzip gopherCap.gz
chmod u+x gopherCap
./gopherCap --help
Full configuration dictionary can be generated with exampleConfig
command.
./gopherCap --config example.yml exampleConfig
v0.3.1
Install
Simply decompress the binary and make it executable. All documentation can be found using --help
.
- Ensure that libpcap is installed;
- Requires amd64 platform, we do not provide arm builds because we build against libpcap;
- Only tested on recent ubuntu / debian, binary will likely crash on rolling-release distros such as arch or fedora because build is linked to
libc
andlibpcap
;
gunzip gopherCap.gz
chmod u+x gopherCap
./gopherCap --help
Full configuration dictionary can be generated with exampleConfig
command.
./gopherCap --config example.yml exampleConfig
v0.3.0
Install
Simply decompress the binary and make it executable. All documentation can be found using --help
.
- Ensure that libpcap is installed;
- Requires amd64 platform, we do not provide arm builds because we build against libpcap;
- Only tested on recent ubuntu / debian, binary will likely crash on rolling-release distros such as arch or fedora because build is linked to
libc
andlibpcap
;
gunzip gopherCap.gz
chmod u+x gopherCap
./gopherCap --help
Full configuration dictionary can be generated with exampleConfig
command.
./gopherCap --config example.yml exampleConfig
v0.2.0
Changes
- Extract subcommand to support Suricata PCAP conditional;
- Filter subcommand for subnet and port filtering with decapsulation;
- Update to go 1.17
Install
Debian / Ubuntu LTS
Ensure that libpcap is installed!
gunzip gopherCap-<os>-<version>.gz
chmod u+x gopherCap-<os>-<version>
mv gopherCap-<os>-<version> gopherCap
./gopherCap --help
Generate example configuration file.
./gopherCap --config example.yml exampleConfig
v0.1.1
Changes
- Fix
exampleConfig
help messages; version
subcommand for integrating Github API releases with appliance deployments;
Install
Debian / Ubuntu LTS
Ensure that libpcap is installed!
gunzip gopherCap-<os>-<version>.gz
chmod u+x gopherCap-<os>-<version>
mv gopherCap-<os>-<version> gopherCap
./gopherCap --help
Generate example configuration file.
./gopherCap --config example.yml exampleConfig
v0.1.0
Changes
- First point release with binary packages;
- Fix log message displaying wrong sleep duration when using timescaling;
- remove
perfile
option,sleep_disable
value is now used for that, as the two params were always meant to be used together; - Go 1.15.6;
- Subcommand for generating example configuration file;
- Organize configuration dictionary per subcommand. CLI flags remain as before, but those options are now registered with subkey prefix. Thus are better organized, as each subcommand only uses a subset of available options. Should make config file more easy to understand;
- Gitlab CI build jobs for Debian Buster and Ubuntu 20.04;
Install
Debian / Ubuntu LTS
Ensure that libpcap is installed!
gunzip gopherCap-<os>-<version>.gz
chmod u+x gopherCap-<os>-<version>
mv gopherCap-<os>-<version> gopherCap
./gopherCap --help
Generate example configuration file.
./gopherCap --config example.yml exampleConfig