mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-29 19:14:22 +01:00
add 'reset' as alias for 'clear'
This commit is contained in:
@@ -76,6 +76,7 @@ class command_clear(HoneyPotCommand):
|
||||
def call(self):
|
||||
self.honeypot.terminal.reset()
|
||||
commands['/usr/bin/clear'] = command_clear
|
||||
commands['/usr/bin/reset'] = command_clear
|
||||
|
||||
class command_hostname(HoneyPotCommand):
|
||||
def call(self):
|
||||
|
||||
Reference in New Issue
Block a user