Skip to content
forked from mushorg/glutton

Generic Low Interaction Honeypot

License

Notifications You must be signed in to change notification settings

codyprime/glutton

 
 

Repository files navigation

Glutton

Tests GoDoc

Setup go 1.17. Install required system packages:

apt-get install libnetfilter-queue-dev libpcap-dev iptables lsof

Arch:

pacman -S libnetfilter_queue libpcap iptables lsof

To change your SSH server default port (i.e. 5001, see rules.yaml) and restart sshd:

sed -i 's/[# ]*Port .*/Port 5001/g' /etc/ssh/sshd_config

Build glutton:

make build

To run/test glutton:

bin/server

Use as Proxy

Glutton provide SSH and a TCP proxy. SSH proxy works as a MITM between attacker and server to log everything in plain text. TCP proxy does not provide facility for logging yet. Examples can be found here.

About

Generic Low Interaction Honeypot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 98.5%
  • Other 1.5%