diff --git a/CHANGELOG.md b/CHANGELOG.md index b505cb7..c47451d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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" diff --git a/README.md b/README.md index d5c16fd..3bfb128 100644 --- a/README.md +++ b/README.md @@ -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