more paths for head/tail

This commit is contained in:
Michel Oosterhof
2016-01-04 13:40:32 +00:00
parent c07a5d6b18
commit 4e59ddfba0

View File

@@ -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