Ecosyste.ms: Awesome
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: 26 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 (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T14:32:07.000Z (28 days ago)
- Last Synced: 2024-11-15T15:35:52.582Z (28 days ago)
- Topics: hacktoberfest, honeypot
- Language: Go
- Homepage:
- Size: 499 KB
- Stars: 244
- Watchers: 21
- Forks: 58
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-honeypot - **128**星
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
```