Skip to content

johestephan/VerySimpleHoneypot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Languages