Skip to content

Commit

Permalink
Update bug introduced in #1690. Continue with attacks after addComput…
Browse files Browse the repository at this point in the history
…er is completed
  • Loading branch information
anadrianmanrique authored Feb 22, 2024
1 parent 63438ae commit 337d50d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion impacket/examples/ntlmrelayx/attacks/ldapattack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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] == '$':
Expand Down

0 comments on commit 337d50d

Please sign in to comment.