# glutton **Repository Path**: mirrors_mushorg/glutton ## Basic Information - **Project Name**: glutton - **Description**: Generic Low Interaction Honeypot - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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/)