You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnExploit::CheckCode::Safe('The target does not support NTLM.')
75
+
end
71
76
72
-
Exploit::CheckCode::Detected('Server replied that authentication is required and NTLM is supported.')
77
+
ifdatastore['SSL']
78
+
# if the target is over SSL, downgrade to "Detected" because Extended Protection for Authentication may or may not be enabled
79
+
Exploit::CheckCode::Detected('Server replied that authentication is required and NTLM is supported. Target is over SSL, Extended Protection for Authentication (EPA) may or may not be enabled.')
80
+
else
81
+
Exploit::CheckCode::Appears('Server replied that authentication is required and NTLM is supported.')
0 commit comments