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
- Host: GitHub
- URL: https://github.com/mushorg/glutton
- Owner: mushorg
- License: mit
- Created: 2016-07-11T14:02:38.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T13:42:45.000Z (23 days ago)
- Last Synced: 2025-04-05T20:01:33.402Z (10 days ago)
- Topics: hacktoberfest, honeypot
- Language: Go
- Homepage:
- Size: 428 KB
- Stars: 271
- Watchers: 19
- Forks: 80
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-honeypot - **128**星
README
# Glutton

[](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/)