How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
.. SPDX-FileCopyrightText: 2014 Upi Tamminen .. SPDX-FileCopyrightText: 2014-2025 Michel Oosterhof .. .. SPDX-License-Identifier: BSD-3-Clause
Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network applications. At its core, it uses a reactor-based event loop to drive all input and output, dispatching callbacks in a single thread without blocking. The library implements a deferred promise chain for composing asynchronous logic, along with a protocol and factory pattern that separates connection state management from protocol handling, enabling reusable handlers for different network protocols. The framework supports multiple event loops across platforms, including select,
An easy to set up and use SSH honeypot, a fake SSH server that lets anyone in and logs their activity
Cowrie is an SSH and Telnet honeypot that simulates vulnerable services to capture attacker commands, file transfers, and brute force attempts for deception and monitoring. It uses Python-based protocol emulation within a Twisted event-driven network framework to handle concurrent connections, while maintaining an in-memory virtual filesystem that logs every read, write, and traversal operation.
The main features of micheloosterhof/cowrie are: SSH Honeypots, Honeypot Shell Emulators, SSH Brute Force Loggers, SSH and Telnet Server Emulators, Honeypot File System Simulators, LLM-Powered Shell Response Generators, In-Memory Filesystems, Honeypot File Transfer Capturers.
Projects with overlapping indexed features include: cowrie/cowrie — .. SPDX-FileCopyrightText: 2014 Upi Tamminen .. SPDX-FileCopyrightText: 2014-2025 Michel Oosterhof .. ..… twisted/twisted — Twisted is an event-driven networking engine for Python that provides a framework for building asynchronous network… jaksi/sshesame — An easy to set up and use SSH honeypot, a fake SSH server that lets anyone in and logs their activity. desaster/kippo — Kippo - SSH Honeypot. thehive-project/thehive — TheHive is a security incident response platform and multi-tenant case management system. It functions as a Security… owntone/owntone-server — OwnTone is a self-hosted music library manager and multiroom audio streaming server designed to run as a Unix-native…