mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-05 23:34:26 +01:00
forgot to remove a debug thingie
git-svn-id: https://kippo.googlecode.com/svn/trunk@37 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
@@ -91,7 +91,6 @@ commands['/bin/mkdir'] = command_mkdir
|
||||
|
||||
class command_rmdir(HoneyPotCommand):
|
||||
def call(self):
|
||||
del self.honeypot.commands['/bin/cat']
|
||||
for f in self.args:
|
||||
path = self.fs.resolve_path(f, self.honeypot.cwd)
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user