Silence the "umask" command

Credit: https://github.com/micheloosterhof/kippo
This commit is contained in:
g0tmi1k 2014-05-30 04:56:08 +01:00
parent 9645e500e0
commit e64aad4e94
1 changed files with 1 additions and 0 deletions

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