Skip to content

Commit d2f7140

Browse files
committed
Remove ntds dump warning
1 parent 00e19a1 commit d2f7140

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

nxc/netexec.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,6 @@ def main():
194194
proto_module_paths.append(modules[m]["path"])
195195
protocol_object.module_paths = proto_module_paths
196196

197-
if hasattr(args, "ntds") and args.ntds and not args.userntds:
198-
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"))
199-
if ans.lower() not in ["y", "yes", ""]:
200-
exit(1)
201-
202197
if args.jitter and len(targets) > 1:
203198
nxc_logger.highlight(highlight("[!] Jitter is only throttling authentications per target!", "red"))
204199

0 commit comments

Comments
 (0)