mirror of https://github.com/desaster/kippo.git
Silence the "umask" command
Credit: https://github.com/micheloosterhof/kippo
This commit is contained in:
parent
9645e500e0
commit
e64aad4e94
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue