mirror of https://github.com/cowrie/cowrie.git
missed some renames
This commit is contained in:
parent
e6c3e71dc2
commit
38f0e19374
|
@ -1,8 +1,8 @@
|
|||
# Kippo
|
||||
# Cowrie
|
||||
|
||||
Cowrie is a medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker.
|
||||
|
||||
Kippo is directly based on [Kippo] by desaster (http://github.com/desaster/kippo/).
|
||||
Cowrie is directly based on [Kippo](http://github.com/desaster/kippo/) by desaster.
|
||||
Kippo is inspired, but not based on [Kojoney](http://kojoney.sourceforge.net/).
|
||||
|
||||
## Features
|
||||
|
@ -11,7 +11,7 @@ Some interesting features:
|
|||
* Fake filesystem with the ability to add/remove files. A full fake filesystem resembling a Debian 5.0 installation is included
|
||||
* Possibility of adding fake file contents so the attacker can 'cat' files such as /etc/passwd. Only minimal file contents are included
|
||||
* Session logs stored in an [UML Compatible](http://user-mode-linux.sourceforge.net/) format for easy replay with original timings
|
||||
* Kippo saves files downloaded with wget/curl or uploaded with SFTP and scp for later inspection
|
||||
* Cowrie saves files downloaded with wget/curl or uploaded with SFTP and scp for later inspection
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -24,8 +24,6 @@ Software required:
|
|||
* pyasn1
|
||||
* Zope Interface
|
||||
|
||||
See Wiki for some installation instructions.
|
||||
|
||||
## How to run it?
|
||||
|
||||
Edit cowrie.cfg to your liking and start the honeypot by running:
|
||||
|
|
Loading…
Reference in New Issue