cowrie/CHANGELOG.md

41 lines
1.8 KiB
Markdown
Raw Normal View History

2015-02-19 20:03:44 +00:00
* 2015-02-20 Removed screen clear/reset on logout
* 2015-02-19 Configuration directives have changed! ssh_addr has become listen_addr and ssh_port has become listen_port. The old keywords are still accepted for backwards compatibility
2014-10-04 19:38:23 +00:00
* default behaviour is changed to disable the exit jail
* sftp support
* exec support
* stdin is saved as a file in dl/ when using exec commands
to support commands like 'cat >file; ./file'
* allow wget download over non-80 port
* simple JSON logging to kippo.json
2014-11-12 11:05:56 +00:00
* accept log and deny publickey authentication
2015-02-24 09:38:33 +00:00
* add uname -r, -m flags
2014-11-13 07:01:02 +00:00
* add working sleep command
2014-12-14 09:46:01 +00:00
* enabled ssh diffie-hellman-group-exchange-sha1 algorithm
* add 'bash -c' support (no effect option)
* enable support for && multiple commands
* create uuid to uniquely identify each session
* log and deny direct-tcpip attempts
* add "chattr" command
* support emacs keybindings (c-a, c-b, c-f, c-p, c-n, c-e)
* add "sync" command
* accept, log and deny public key authentication
* add "uname -r" support
* logstash and kibana config files added, based on JSON log
2015-01-21 09:56:51 +00:00
* fix for honeypot detection (pre-auth differences with openssh)
* added verbose logging of client requested key exchange parameters (for client fingerprinting)
* fixes for behavior with non-existent files (cd /test, cat /test/nonexistent, etc)
2015-01-27 06:03:58 +00:00
* fix for ability to ping/ssh non-existent IP address
2015-01-27 06:44:47 +00:00
* always send ssh exit-status 0 on exec and shell
2015-02-01 07:58:06 +00:00
* ls output is now alphabetically sorted
* banner_file is deprecated. honeyfs/etc/issue.net is default
2015-02-03 06:24:53 +00:00
* add 'dir' alias for 'ls'
* add 'help' bash builtin
* add 'users' aliased to 'whoami'
* add 'killall' and 'killall5' aliased to nop
* add 'poweroff' 'halt' and 'reboot' aliases for shutdown
2015-02-03 16:34:44 +00:00
* add environment passing to commands
* added 'which', 'netstat' and 'gcc' from kippo-extra
2015-02-10 10:50:12 +00:00
* logging framework allows for keyword use