Update message and module for ntdsutil module
parent
7bbb51e514
commit
4a58f00fca
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue