Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scapy/layers/ntlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2132,7 +2132,7 @@ class NTLMSSP_DOMAIN(NTLMSSP):
:param HASHNT: the HASHNT of the machine account (use Netlogon secure channel).
:param ssp: a KerberosSSP to use (use Kerberos secure channel).
:param PASSWORD: the PASSWORD of the machine account to use for Netlogon.
:param DC_IP: (optional) specify the IP of the DC.
:param DC_FQDN: (optional) specify the FQDN of the DC.

Netlogon example::

Expand Down
Loading