Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 578 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 578 Bytes

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