diff --git a/hatsploit/__main__.py b/hatsploit/__main__.py index 104da5773..e7c9d9e9e 100755 --- a/hatsploit/__main__.py +++ b/hatsploit/__main__.py @@ -271,6 +271,12 @@ def cli(self) -> None: scripts=[self.path_config['startup_path'], args.script], rpc=rpc ) + else: + self.launch( + shell=args.no_exit, + scripts=[args.script], + rpc=rpc + ) sys.exit(0) diff --git a/hatsploit/commands/unset.py b/hatsploit/commands/unset.py index 051e7bb53..cf44e6cff 100644 --- a/hatsploit/commands/unset.py +++ b/hatsploit/commands/unset.py @@ -19,7 +19,7 @@ def __init__(self): 'Authors': [ 'Ivan Nikolsky (enty8080) - command developer', ], - 'Description': "Unset an option / Set to nil.", + 'Description': "Unset an option / Set to None.", 'Usage': "unset