Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mushorg/glutton

Generic Low Interaction Honeypot
https://github.com/mushorg/glutton

hacktoberfest honeypot

Last synced: 26 days ago
JSON representation

Generic Low Interaction Honeypot

Awesome Lists containing this project

README

        

# Glutton
![Tests](https://github.com/mushorg/glutton/actions/workflows/workflow.yml/badge.svg)
[![GoDoc](https://godoc.org/github.com/mushorg/glutton?status.svg)](https://godoc.org/github.com/mushorg/glutton)

Setup `go 1.21`.

Install required system packages:

Debian(ish)
```
apt-get install gcc libpcap-dev iptables
```

Arch:
```
pacman -S gcc libpcap iptables
```

Build glutton:
```
make build
```

To run/test glutton:
```
bin/server
```