mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
Update message and module for ntdsutil module
This commit is contained in:
committed by
Marshall Hallenbeck
parent
61c4738e00
commit
ac057065fb
+1
-1
@@ -298,7 +298,7 @@ def main():
|
||||
logging.debug(f"proto object module after adding: {protocol_object.module}")
|
||||
|
||||
if hasattr(args, 'ntds') and args.ntds and not args.userntds:
|
||||
ans = input(highlight('[!] Dumping the ntds can crash the DC on Windows Server 2019. Use the option --user <user> to dump a specific user safely or the modile -M ntdsutil [Y/n] ', 'red'))
|
||||
ans = input(highlight('[!] Dumping the ntds can crash the DC on Windows Server 2019. Use the option --user <user> to dump a specific user safely or the module -M ntdsutil [Y/n] ', 'red'))
|
||||
if ans.lower() not in ['y', 'yes', '']:
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user