Skip to content

Commit 9784c2c

Browse files
authored
Merge pull request Pennyw0rth#853 from Pennyw0rth/dc
2 parents dbb0545 + b2d960c commit 9784c2c

2 files changed

Lines changed: 5 additions & 10 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

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)