Update message and module for ntdsutil module

main
mpgn 2023-03-23 06:44:26 -04:00 committed by Marshall Hallenbeck
parent 7bbb51e514
commit 4a58f00fca
1 changed files with 1 additions and 1 deletions

View File

@ -292,7 +292,7 @@ def main():
setattr(protocol_object, 'server', module_server.server) setattr(protocol_object, 'server', module_server.server)
if hasattr(args, 'ntds') and args.ntds and not args.userntds: 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', '']: if ans.lower() not in ['y', 'yes', '']:
sys.exit(1) sys.exit(1)