mirror of https://github.com/cowrie/cowrie.git
Clear screen on fake exit
git-svn-id: https://kippo.googlecode.com/svn/trunk@17 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
parent
92fe2cd850
commit
8a76ada681
|
@ -97,6 +97,7 @@ class command_echo(HoneyPotCommand):
|
|||
|
||||
class command_quit(HoneyPotCommand):
|
||||
def call(self, args):
|
||||
self.honeypot.terminal.reset()
|
||||
self.honeypot.writeln('Connection to server closed.')
|
||||
self.honeypot.prompt = 'localhost:%(path)s# '
|
||||
|
||||
|
|
Loading…
Reference in New Issue