mirror of https://github.com/n1nj4sec/pupy.git
remove banner on ctrl+c
This commit is contained in:
parent
c0fc20b1ff
commit
c8ea691a86
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue