mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
Silence the "umask" command
Credit: https://github.com/micheloosterhof/kippo
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user