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

https://github.com/mushorg/glutton

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

hacktoberfest honeypot

Last synced: 3 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)

Glutton is a protocol-agnostic, low-interaction honeypot that intercepts network traffic and logs interactions to help analyze malicious activities. It's built using Golang and leverages iptables and TPROXY to redirect all traffic to specific protocol handlers.

## Documentation
For more details, please read the [documentation](https://go-glutton.readthedocs.io/en/latest/), which provides the following sections:

* [Introduction](https://go-glutton.readthedocs.io/en/latest/)
* [Setup](https://go-glutton.readthedocs.io/en/latest/setup/)
* [Configuration](https://go-glutton.readthedocs.io/en/latest/configuration/)
* [Extension](https://go-glutton.readthedocs.io/en/latest/extension/)
* [FAQs](https://go-glutton.readthedocs.io/en/latest/faq/)