mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-18 06:24:20 +01: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