mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-17 14:04:28 +01:00
Enable twisted logging
Add command: pwd git-svn-id: https://kippo.googlecode.com/svn/trunk@2 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
@@ -100,6 +100,9 @@ class command_mount(HoneyPotCommand):
|
||||
]:
|
||||
self.honeypot.writeln(i)
|
||||
|
||||
class command_pwd(HoneyPotCommand):
|
||||
def call(self, args):
|
||||
self.honeypot.writeln(self.honeypot.cwd)
|
||||
|
||||
class command_nop(HoneyPotCommand):
|
||||
def call(self, args):
|
||||
|
||||
Reference in New Issue
Block a user