Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Beeram12/glutton

 
 

Repository files navigation

Glutton

Tests GoDoc

Setup go 1.21.

Install required system packages:

Debian:

apt-get install gcc libpcap-dev iptables

Arch:

pacman -S gcc libpcap iptables

Fedora:

sudo dnf install gcc libpcap-devel iptables

Build glutton:

make build

To run/test glutton:

sudo bin/server

To get this to work on WSL, use this kernel: https://github.com/Locietta/xanmod-kernel-WSL2

Setting up the Dev Container environment with VS Code

Since this project requires a Linux environment to build and run, you need to use a Docker container on other operating systems. For development, we recommend using the Dev Container Extension for VS Code.

First, install the Dev Container extension. To learn more about setting up and using dev containers, check out the following resources:

About

Generic Low Interaction Honeypot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.7%
  • Other 1.3%