From 337d50d04e191c2b323ccf4877500fc487126dd1 Mon Sep 17 00:00:00 2001 From: adrian manrique <60896207+anadrianmanrique@users.noreply.github.com> Date: Thu, 22 Feb 2024 09:02:00 -0300 Subject: [PATCH] Update bug introduced in #1690. Continue with attacks after addComputer is completed --- impacket/examples/ntlmrelayx/attacks/ldapattack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/impacket/examples/ntlmrelayx/attacks/ldapattack.py b/impacket/examples/ntlmrelayx/attacks/ldapattack.py index 74ceea74b..5913edc16 100644 --- a/impacket/examples/ntlmrelayx/attacks/ldapattack.py +++ b/impacket/examples/ntlmrelayx/attacks/ldapattack.py @@ -1117,7 +1117,6 @@ def run(self): ][0] LOG.debug("Computer container is {}".format(computerscontainer)) self.addComputer(computerscontainer, domainDumper) - return # Perform the Delegate attack if it is enabled and we relayed a computer account if self.config.delegateaccess and self.username[-1] == '$':