|
|
@ -1210,13 +1210,15 @@ NTLMSSP fields
|
|
|
|
* "domain" (string): the Windows domain.
|
|
|
|
* "domain" (string): the Windows domain.
|
|
|
|
* "user" (string): the user.
|
|
|
|
* "user" (string): the user.
|
|
|
|
* "host" (string): the host.
|
|
|
|
* "host" (string): the host.
|
|
|
|
|
|
|
|
* "version" (string): the client version.
|
|
|
|
|
|
|
|
|
|
|
|
Example::
|
|
|
|
Example::
|
|
|
|
|
|
|
|
|
|
|
|
"ntlmssp": {
|
|
|
|
"ntlmssp": {
|
|
|
|
"domain": "VNET3",
|
|
|
|
"domain": "VNET3",
|
|
|
|
"user": "administrator",
|
|
|
|
"user": "administrator",
|
|
|
|
"host": "BLU"
|
|
|
|
"host": "BLU",
|
|
|
|
|
|
|
|
"version": "60.230 build 13699 rev 188"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
More complete example::
|
|
|
|
More complete example::
|
|
|
@ -1232,7 +1234,8 @@ More complete example::
|
|
|
|
"ntlmssp": {
|
|
|
|
"ntlmssp": {
|
|
|
|
"domain": "VNET3",
|
|
|
|
"domain": "VNET3",
|
|
|
|
"user": "administrator",
|
|
|
|
"user": "administrator",
|
|
|
|
"host": "BLU"
|
|
|
|
"host": "BLU",
|
|
|
|
|
|
|
|
"version": "60.230 build 13699 rev 188"
|
|
|
|
},
|
|
|
|
},
|
|
|
|
"request": {
|
|
|
|
"request": {
|
|
|
|
"native_os": "Unix",
|
|
|
|
"native_os": "Unix",
|
|
|
|