send spn avp by default ; it wont hurt at all

git-svn-id: file:///home/svn/framework3/trunk@11992 4d416f70-5f16-0410-b530-b9f4589650da
unstable
amaloteaux 2011-03-16 20:01:28 +00:00
parent f317d60e04
commit f4ceb83e40
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ module Exploit::Remote::SMB
# SendSPN will send an avp of type 9/SPN in the ntlmv2 client blob, this is mandatory on windows seven / 2008 r2 if
# Microsoft network server : Server SPN target name validation level is set to <Required from client> or we get an STATUS_ACCESS_DENIED
#
OptBool.new('NTLM::SendSPN', [ true, 'Send an avp of type SPN in the ntlmv2 client Blob, this allow authentification on windows Seven/2008r2 when SPN is required', false]),
OptBool.new('NTLM::SendSPN', [ true, 'Send an avp of type SPN in the ntlmv2 client Blob, this allow authentification on windows Seven/2008r2 when SPN is required', true]),
], Msf::Exploit::Remote::SMB)