Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cudeso/cudeso-honeypot
Honeypot repo
https://github.com/cudeso/cudeso-honeypot
Last synced: 25 days ago
JSON representation
Honeypot repo
- Host: GitHub
- URL: https://github.com/cudeso/cudeso-honeypot
- Owner: cudeso
- Created: 2014-11-17T16:00:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T23:59:12.000Z (over 9 years ago)
- Last Synced: 2024-08-03T23:03:44.065Z (4 months ago)
- Language: Python
- Size: 3.36 MB
- Stars: 47
- Watchers: 13
- Forks: 17
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-honeypot - **38**星
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.