mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-31 20:14:27 +01:00
more paths for head/tail
This commit is contained in:
@@ -85,6 +85,7 @@ class command_tail(HoneyPotCommand):
|
||||
def handle_CTRL_D(self):
|
||||
self.exit()
|
||||
commands['/bin/tail'] = command_tail
|
||||
commands['/usr/bin/tail'] = command_tail
|
||||
|
||||
|
||||
|
||||
@@ -132,6 +133,7 @@ class command_head(HoneyPotCommand):
|
||||
def handle_CTRL_D(self):
|
||||
self.exit()
|
||||
commands['/bin/head'] = command_head
|
||||
commands['/usr/bin/head'] = command_head
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user