cowrie
https://github.com/micheloosterhof/cowrie
Python
Cowrie SSH/Telnet Honeypot
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Python not yet supported0 Subscribers
Add a CodeTriage badge to cowrie
Help out
- Issues
- `CowrieServer`'s docstring says it's shared per source IP so SFTP uploads are visible in SSH sessions, but it's actually created fresh for every single connection
- `scp` command crashes with `IndexError` when `-d` is given with no target directory
- `redis` output plugin blocks the reactor thread on every `write`, freezing all honeypot sessions
- `mongodb` output plugin blocks the reactor thread on every `write`, freezing all honeypot sessions
- `socketlog` output plugin blocks the reactor thread on every `write`, freezing all honeypot sessions
- `rethinkdblog` output plugin blocks the reactor thread on every `write`, freezing all honeypot sessions
- `rmq` (RabbitMQ) output plugin blocks the reactor thread on every `write`, freezing all honeypot sessions
- `abuseipdb` output plugin crashes (and silently skips its rate-limit sleep) on an HTTP-date-formatted `Retry-After` header
- `docker/Dockerfile`: commented-out `pip install -e` breaks build (Cowrie fails to start — "Cowrie is not installed")
- fix: create missing tty log directory in ttylog_open()
- Docs
- Python not yet supported