@@ -1686,23 +1686,23 @@ def main():
1686
1686
Username and password authentication using NTLM over SSL/TLS:
1687
1687
ldaps+ntlm-password://TEST\\ victim:[email protected]
1688
1688
Username and password authentication using Kerberos over plaintext LDAP:
1689
- ldap+kerberos-password://TEST\\ victim:password@10.10.10.2 /?dc=10.10.10.2
1689
+ ldap+kerberos-password://TEST\\ victim:password@<hostname> /?dc=10.10.10.2
1690
1690
Username and password authentication using Kerberos over SSL/TLS:
1691
- ldaps+kerberos-password://TEST\\ victim:password@10.10.10.2 /?dc=10.10.10.2
1691
+ ldaps+kerberos-password://TEST\\ victim:password@<hostname> /?dc=10.10.10.2
1692
1692
NTLM authentication using the NT hash over plaintext LDAP:
1693
1693
ldap+ntlm-nt://TEST\\ victim:<NThash>@10.10.10.2
1694
1694
Kerberos authentication using the RC4 key over plaintext LDAP:
1695
- ldap+kerberos-rc4://TEST\\ victim:<RC4key>@10.10.10.2 /?dc=10.10.10.2
1695
+ ldap+kerberos-rc4://TEST\\ victim:<RC4key>@<hostname> /?dc=10.10.10.2
1696
1696
SICILY authentication using the NT hash over plaintext LDAP:
1697
1697
ldap+sicily-nt://TEST\\ victim:<NThash>@10.10.10.2
1698
1698
Kerberos authentication using AES key over plaintext LDAP:
1699
- ldap+kerberos-aes://TEST\\ victim:<AESkey>@10.10.10.2 /?dc=10.10.10.2
1699
+ ldap+kerberos-aes://TEST\\ victim:<AESkey>@<hostname> /?dc=10.10.10.2
1700
1700
Kerberos authentication using CCACHE file over plaintext LDAP:
1701
- ldap+kerberos-ccache://TEST\\ victim:<CCACHEfile>@10.10.10.2 /?dc=10.10.10.2
1701
+ ldap+kerberos-ccache://TEST\\ victim:<CCACHEfile>@<hostname> /?dc=10.10.10.2
1702
1702
Kerberos authentication using keytab file over plaintext LDAP:
1703
- ldap+kerberos-keytab://TEST\\ victim:<KEYTABfile>@10.10.10.2 /?dc=10.10.10.2
1703
+ ldap+kerberos-keytab://TEST\\ victim:<KEYTABfile>@<hostname> /?dc=10.10.10.2
1704
1704
Kerberos authentication using P12 or PFX file over plaintext LDAP (notice that keyfile password is at the 'password' filed):
1705
- ldap+kerberos-pfx://TEST\\ victim:admin@10.10.10.2 /?dc=10.10.10.2&keydata=<P12file>
1705
+ ldap+kerberos-pfx://TEST\\ victim:admin@<hostname> /?dc=10.10.10.2&keydata=<P12file>
1706
1706
SSL authentication using P12 or PFX file over plaintext LDAP, automatically performs STARTTLS:
1707
1707
ldap+ssl://10.10.10.2/?sslcert=<P12file>&sslpassword=<P12password>'
1708
1708
SSL authentication using P12 or PFX file over SSL/TLS LDAP:
0 commit comments