Skip to content

Commit 5009233

Browse files
authored
NTLM: bad doc (#4966)
1 parent 66ef96a commit 5009233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scapy/layers/ntlm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2132,7 +2132,7 @@ class NTLMSSP_DOMAIN(NTLMSSP):
21322132
:param HASHNT: the HASHNT of the machine account (use Netlogon secure channel).
21332133
:param ssp: a KerberosSSP to use (use Kerberos secure channel).
21342134
:param PASSWORD: the PASSWORD of the machine account to use for Netlogon.
2135-
:param DC_IP: (optional) specify the IP of the DC.
2135+
:param DC_FQDN: (optional) specify the FQDN of the DC.
21362136
21372137
Netlogon example::
21382138

0 commit comments

Comments
 (0)