remove banner on ctrl+c

This commit is contained in:
n1nj4sec 2022-11-04 13:36:41 +01:00
parent c0fc20b1ff
commit c8ea691a86
1 changed files with 1 additions and 0 deletions

View File

@ -602,6 +602,7 @@ class PupyCmd(cmd.Cmd):
closed = True closed = True
except KeyboardInterrupt: except KeyboardInterrupt:
self.intro=""
self.stdout.write(b'\n') self.stdout.write(b'\n')
except Exception as e: except Exception as e: