mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
[NXCDB] Add support for CTRL-D
This commit is contained in:
@@ -512,6 +512,11 @@ class NXCDBMenu(cmd.Cmd):
|
||||
def do_exit(line):
|
||||
sys.exit()
|
||||
|
||||
@staticmethod
|
||||
def do_EOF(line):
|
||||
sys.exit()
|
||||
|
||||
|
||||
@staticmethod
|
||||
def help_exit():
|
||||
help_string = """
|
||||
|
||||
Reference in New Issue
Block a user