Merge pull request #105 from g0tmi1k/umask

Silence the "umask" command
This commit is contained in:
desaster
2014-05-31 00:08:20 +03:00

View File

@@ -295,6 +295,7 @@ class command_nop(HoneyPotCommand):
def call(self):
pass
commands['/bin/chmod'] = command_nop
commands['umask'] = command_nop
commands['set'] = command_nop
commands['unset'] = command_nop
commands['export'] = command_nop