add mkdir without full path (#1434)

This commit is contained in:
Michel Oosterhof 2020-10-23 12:43:56 +08:00 committed by GitHub
parent 2e75a341d5
commit 650d812a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -517,6 +517,7 @@ class command_mkdir(HoneyPotCommand):
commands['/bin/mkdir'] = command_mkdir
commands['mkdir'] = command_mkdir
class command_rmdir(HoneyPotCommand):