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
- `durationHuman()` renders "4.0 days"/"N.0 years" instead of "4 days"/"N years" due to int-to-float promotion in a chained `divmod`
- `formatCef()` doesn't escape "=" or "\" in extension values, corrupting CEF output when attacker-influenced fields contain them
- `base64` command crashes with `UnicodeEncodeError` on non-ASCII interactive input
- `cut` command crashes with `ValueError` on a non-numeric `-f`/`-b`/`-c` field spec
- `dig` command's "WHEN:" line labels the server's local time as UTC
- `bash -c` (or `sh -c`) with no command string crashes with `IndexError`
- `bash`/`sh` crashes with `UnicodeDecodeError` on non-UTF-8 piped input
- `scp` command crashes with `IndexError` when `-d` is given with no target directory
- `grep` command crashes with `re.error` on an invalid regular expression pattern
- `cp` and `mv` crash with `IndexError` when the destination argument is an empty string
- Docs
- Python not yet supported