more doc updates

This commit is contained in:
Michel Oosterhof
2016-11-14 11:13:55 +04:00
parent 31ababed5b
commit de28f13c28
2 changed files with 5 additions and 2 deletions

View File

@@ -1,4 +1,6 @@
* 2016-11-14 Moved log/download directories to var/
* 2016-11-14 Moved honeyfs/txtcms/pickle directories to share/cowrie
* 2016-11-09 Moved config files to etc/ (cowrie.cfg and userdb.txt)
* 2016-08-22 Merged Telnet support by @obilodeau!
* 2016-08-20 Update your libraries! 'configparser' now required: "pip install configparser"

View File

@@ -18,7 +18,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
* Session logs stored in an [UML Compatible](http://user-mode-linux.sourceforge.net/) format for easy replay with original timings
* Cowrie saves files downloaded with wget/curl or uploaded with SFTP and scp for later inspection
Additional functionality over standard kippo:
@@ -68,7 +68,8 @@ Please visit https://github.com/micheloosterhof/cowrie/issues
## Contributors
Many people have contributed to Cowrie over the years. Special thanks to:
Many people have contributed to Cowrie over the years. Special
thanks to:
* Upi Tamminen (desaster) for all his work developing Kippo on which Cowrie was based