Skip to content

Commit

Permalink
moved shadow_credentials.py from attakcs to utils directory
Browse files Browse the repository at this point in the history
  • Loading branch information
anadrianmanrique committed Feb 29, 2024
1 parent b7ab8cb commit db13a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impacket/examples/ntlmrelayx/attacks/ldapattack.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from impacket.ldap.ldaptypes import ACCESS_ALLOWED_OBJECT_ACE, ACCESS_MASK, ACCESS_ALLOWED_ACE, ACE, OBJECTTYPE_GUID_MAP
from impacket.uuid import string_to_bin, bin_to_string
from impacket.structure import Structure, hexdump
from impacket.examples.ntlmrelayx.attacks import shadow_credentials
from impacket.examples.ntlmrelayx.utils import shadow_credentials

# This is new from ldap3 v2.5
try:
Expand Down

0 comments on commit db13a61

Please sign in to comment.