mirror of https://github.com/cowrie/cowrie.git
add mkdir without full path (#1434)
This commit is contained in:
parent
2e75a341d5
commit
650d812a06
|
@ -517,6 +517,7 @@ class command_mkdir(HoneyPotCommand):
|
|||
|
||||
|
||||
commands['/bin/mkdir'] = command_mkdir
|
||||
commands['mkdir'] = command_mkdir
|
||||
|
||||
|
||||
class command_rmdir(HoneyPotCommand):
|
||||
|
|
Loading…
Reference in New Issue