mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-09 09:14:27 +01:00
Merge branch 'master' into logging-2
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* allow wget download over non-80 port
|
||||
* simple JSON logging to kippo.json
|
||||
* accept log and deny publickey authentication
|
||||
* add uname -r command
|
||||
* add uname -r, -m flags
|
||||
* add working sleep command
|
||||
* enabled ssh diffie-hellman-group-exchange-sha1 algorithm
|
||||
* add 'bash -c' support (no effect option)
|
||||
|
||||
@@ -12,6 +12,8 @@ class command_uname(HoneyPotCommand):
|
||||
self.honeypot.hostname)
|
||||
elif len(self.args) and self.args[0].strip() in ('-r', '--kernel-release'):
|
||||
self.writeln( '2.6.26-2-686' )
|
||||
elif len(self.args) and self.args[0].strip() in ('-m', '--machine'):
|
||||
self.writeln( 'i686' )
|
||||
else:
|
||||
self.writeln('Linux')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user