johestephan / VerySimpleHoneypot

Fetch all Honeypot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README - VerySimpleHoneypot

Honeypot for analyzing data

  • run ./bin/smsids.py as sudo to start all services

Debian prerequesits

  • python2
  • pip
  • setuptools
  • gcc

Modules needed

  • sys
  • psutil

all modules are normally installed using pip, like

pip install --upgrade

Services

Services can be added in the smsids.py source file, just add an array to the services like

  • ["HTTPS", 443, RE.http_200]

Service name, port, response

response can be normal text

Loging

per default, all events get logged into syslog using a 'Leef' compliant format

About

Fetch all Honeypot

License:Apache License 2.0


Languages

Language:Python 100.0%