Software:Kippo
From HandWiki
Revision as of 22:36, 4 June 2021 by imported>JOpenQuest (linkage)
Short description: A medium-interaction SSH honeypot
Kippo is a medium-interaction SSH honeypot written in Python. Kippo is used to log brute force attacks and the entire shell interaction performed by an attacker. It is inspired by Kojoney.[1][2] The source code is released under the New BSD License.
Kippo is no longer under active development [3] and recommends using the fork'd project Cowrie.
Python Dependencies
- Python Twisted
- Twisted Conch
- Python 2.5+ but less than 3.0
- Python-dev
- Pysan1
- Python-OpenSSL
- PyCrypto
- MySql Python
References
- ↑ poustchi (2011-04-02). "How To Set Up Kippo SSH Honeypot On CentOS 5.5". Linux Today. http://www.linuxtoday.com/infrastructure/2011040200539OSHLSV. Retrieved 2011-12-26.
- ↑ "Kippo". github.com. https://github.com/desaster/kippo.
- ↑ "add pointer to Michel Oosterhof's fork". 2015-05-24. https://github.com/desaster/kippo/commit/d46174524ed9e8efcdba92bac8d35ce680ec8402. Retrieved 2016-02-08.
External links
- Kippo at GitHub
- Kippo (Old homepage) at GoogleCode
- Cowrie - Active Kippo Fork at GitHub
- Kojoney - A honeypot for the SSH Service