-
Notifications
You must be signed in to change notification settings - Fork 386
ldap client command
skelsec edited this page Apr 14, 2021
·
2 revisions
Spawns an interactive LDAP client.
None
A working LDAP connection URL
None
-
url
: LDAP connection URL. Please consult theConnection URL
section -
commands
: Optional parameter. If populated with commands then those commands will automatically execute after successful logon. -
-v
: Verbosity
-
pypykatz ldap client 'ldap+ntlm-password://TEST\victim:Passw0rd!1@10.10.10.2'
: Spawns an interactive SMB client -
pypykatz ldap client 'ldap+ntlm-password://TEST\victim:Passw0rd!1@10.10.10.2' ldaps
: Logs on to the target domain controller at10.10.10.2
and fetches all LAPS passwords (user has access to that info in this case)