How to: Add a login page with Windows NT LAN Manager (NTLM) authentication¶
You can add a login page that uses NTLM authentication.
{
"login-pages": [
{
"accessValidation": {
"cookieContains": "LoginCookie"
},
"authenticationType": "ntlm",
"url": {
"method": "*",
"name": "/BruteForce/html_login.php",
"protocol": "http",
"type": "explicit"
},
"usernameParameterName": "user",
"passwordParameterName": "pass"
}
]
}