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
- fix: drop empty $@/$* instead of emitting a phantom empty argument
- `TCPTunnelForwardingChannel.write()` keeps forwarding data after a non-`200 CONNECT` response, and can raise an unhandled `IndexError` on a malformed one
- `backend_pool.util.ping()` passes "-c 1" as a single `argv` token, breaking on some `ping` implementations
- `backend_pool producer_loop()` blocks the reactor thread on every iteration after the first
- `execute_ssh()`/`execute_telnet()` deferred never resolves if the connection fails or drops before the command completes
- A single guest boot failure kills the whole Cowrie process instead of being retried
- Backend pool wire protocol has no message framing; `PoolServer.dataReceived()` assumes exactly one complete message per TCP read
- `self.guests` list is mutated without `guest_lock` by the producer, while consumer methods iterate/mutate it under the lock
- `HoneyPotFilesystem.islink()` can never return `True` -- it always follows the symlink it's supposed to be checking for
- `HoneyPotFilesystem.rmdir()` raises `EEXIST` ("File exists") instead of `ENOENT` when the target doesn't exist
- Docs
- Python not yet supported