mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-18 22:44:29 +01:00
Silence the "alias" command
Looks “odd” when it say “not found”.
This commit is contained in:
@@ -298,6 +298,7 @@ commands['/bin/chmod'] = command_nop
|
|||||||
commands['set'] = command_nop
|
commands['set'] = command_nop
|
||||||
commands['unset'] = command_nop
|
commands['unset'] = command_nop
|
||||||
commands['export'] = command_nop
|
commands['export'] = command_nop
|
||||||
|
commands['alias'] = command_nop
|
||||||
commands['/bin/bash'] = command_nop
|
commands['/bin/bash'] = command_nop
|
||||||
commands['/bin/sh'] = command_nop
|
commands['/bin/sh'] = command_nop
|
||||||
commands['/bin/kill'] = command_nop
|
commands['/bin/kill'] = command_nop
|
||||||
|
|||||||
Reference in New Issue
Block a user