Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cudeso/cudeso-honeypot

Honeypot repo
https://github.com/cudeso/cudeso-honeypot

Last synced: 25 days ago
JSON representation

Honeypot repo

Awesome Lists containing this project

README

        

cudeso-honeypot
===============

## Low interaction honeypot

Setup documentation for a number of low interaction honeypots

* dionaea
* kippo
* glastopf
* conpot

## SSHD Configuration

The kippo honeypot takes connections on tcp/22 (and tcp/2222). Change the listening port of the SSH daemon.
In
```
/etc/ssh/sshd_config
```
Change the Port setting to
```
Port 8822
```
Restart the SSD daemon.