All Projects → mushorg → Glutton

mushorg / Glutton

Licence: mit
Generic Low Interaction Honeypot

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Glutton

Snare
Super Next generation Advanced Reactive honEypot
Stars: ✭ 311 (+105.96%)
Mutual labels:  hacktoberfest, honeypot
Pyrdp
RDP man-in-the-middle (mitm) and library for Python with the ability to watch connections live or after the fact
Stars: ✭ 567 (+275.5%)
Mutual labels:  hacktoberfest, honeypot
Conpot
ICS/SCADA honeypot
Stars: ✭ 853 (+464.9%)
Mutual labels:  hacktoberfest, honeypot
Vue Axios
A small wrapper for integrating axios to Vuejs
Stars: ✭ 1,887 (+1149.67%)
Mutual labels:  hacktoberfest
Core
The server component of API Platform: hypermedia and GraphQL APIs in minutes
Stars: ✭ 2,004 (+1227.15%)
Mutual labels:  hacktoberfest
Yii2 File Kit
Yii2 File storage and upload kit
Stars: ✭ 150 (-0.66%)
Mutual labels:  hacktoberfest
Inspirational Quotes
💡 A simple NPM Package which returns random Inspirational Quotes. Get your daily quote and stay motivated! ✌️ 🌸
Stars: ✭ 150 (-0.66%)
Mutual labels:  hacktoberfest
Generator Spfx
Open-source generator to extend the capabilities of the Microsoft SPFx generator
Stars: ✭ 150 (-0.66%)
Mutual labels:  hacktoberfest
Linkfree
A free and open source alternative to LinkTree
Stars: ✭ 151 (+0%)
Mutual labels:  hacktoberfest
Cnpj Gratis
Com esse pacote você poderá consultar, gratuitamente, CNPJ diretamente no site da receita
Stars: ✭ 150 (-0.66%)
Mutual labels:  hacktoberfest
Portofino
Portofino 5 is the next generation of the open source radid web development framework Portofino. Its purpose is to help developers create modern, responsive enterprise applications with REST APIs and an Angular UI.
Stars: ✭ 150 (-0.66%)
Mutual labels:  hacktoberfest
Stryker Js
Mutation testing for JavaScript and friends
Stars: ✭ 2,043 (+1252.98%)
Mutual labels:  hacktoberfest
Android Client
An android client for the MifosX platform
Stars: ✭ 150 (-0.66%)
Mutual labels:  hacktoberfest
Zeebe
Distributed Workflow Engine for Microservices Orchestration
Stars: ✭ 2,165 (+1333.77%)
Mutual labels:  hacktoberfest
Cast Sh
📟 An instance of your terminal in your browser
Stars: ✭ 151 (+0%)
Mutual labels:  hacktoberfest
Poddr
Podcatcher made with Electron and Angular
Stars: ✭ 149 (-1.32%)
Mutual labels:  hacktoberfest
Cactus
Hyperledger Cactus is a new approach to the blockchain interoperability problem
Stars: ✭ 149 (-1.32%)
Mutual labels:  hacktoberfest
Sympa
Sympa, Mailing List Management Software
Stars: ✭ 149 (-1.32%)
Mutual labels:  hacktoberfest
Notifme Sdk
A Node.js library to send all kinds of transactional notifications.
Stars: ✭ 1,854 (+1127.81%)
Mutual labels:  hacktoberfest
Pos
Stars: ✭ 150 (-0.66%)
Mutual labels:  hacktoberfest

Glutton

Build Status GoDoc Coverage Status

Setup go 1.11+. Install required system packages:

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

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].