We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66ef96a commit 5009233Copy full SHA for 5009233
scapy/layers/ntlm.py
@@ -2132,7 +2132,7 @@ class NTLMSSP_DOMAIN(NTLMSSP):
2132
:param HASHNT: the HASHNT of the machine account (use Netlogon secure channel).
2133
:param ssp: a KerberosSSP to use (use Kerberos secure channel).
2134
:param PASSWORD: the PASSWORD of the machine account to use for Netlogon.
2135
- :param DC_IP: (optional) specify the IP of the DC.
+ :param DC_FQDN: (optional) specify the FQDN of the DC.
2136
2137
Netlogon example::
2138
0 commit comments