Categorygithub.com/mushorg/glutton
modulepackage
1.0.0
Repository: https://github.com/mushorg/glutton.git
Documentation: pkg.go.dev

# README

Glutton

Tests GoDoc

Setup go 1.17. Install required system packages:

apt-get install gcc libpcap-dev iptables

Arch:

pacman -S gcc libpcap iptables

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.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

New creates a new Glutton instance.
NewConsoleLogger creates the console logger fabric.
NewFileLogger creates a logger instance.
NewLogger creates a logger instance.
No description provided by the author

# Structs

No description provided by the author
Glutton struct.
No description provided by the author