From 3ba2dce1c5db16e92d456b605409cfdde23a5d7a Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Tue, 3 Feb 2015 06:07:07 +0000 Subject: [PATCH] add 'dir' alias for ls --- kippo/commands/ls.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kippo/commands/ls.py b/kippo/commands/ls.py index 188ef3e..31dafe5 100644 --- a/kippo/commands/ls.py +++ b/kippo/commands/ls.py @@ -129,5 +129,6 @@ class command_ls(HoneyPotCommand): self.honeypot.writeln(l) commands['/bin/ls'] = command_ls +commands['/bin/dir'] = command_dir # vim: set sw=4 et: