diff --git a/commands/base.py b/commands/base.py index 945696e..1f8b17f 100644 --- a/commands/base.py +++ b/commands/base.py @@ -91,7 +91,6 @@ commands['/bin/mkdir'] = command_mkdir class command_rmdir(HoneyPotCommand): def call(self): - del self.honeypot.commands['/bin/cat'] for f in self.args: path = self.fs.resolve_path(f, self.honeypot.cwd) try: