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
- `createfs.py`'s `-v` (verbose) and `-p` (include /proc) flags are documented but completely non-functional
- `fsctl.py`'s `chown`/`chgrp` crash the whole interactive session on a non-numeric `uid`/`gid`, unlike `chmod`'s identical case which is already guarded
- `ssh_proxy`'s `connect_to_backend()` logs a raw bytes `repr (b'10.0.0.5')` instead of a clean IP string when a pool-assigned backend fails to connect
- `curl`/`wget` crash (unhandled `ValueError`) on a URL whose host part contains a malformed port, or invalid IPv6 brackets
- fix: sqlite output drops file uploads and session input
- fix: release integrity, ssh_proxy parity and DNS-rebinding in outbound downloads
- fix: handle unknown curl content length
- build(deps-dev): bump pipdeptree from 4.0.0 to 4.1.0
- `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