From f4ceb83e40807a6eb8fc4695ce449d59194de943 Mon Sep 17 00:00:00 2001 From: amaloteaux <> Date: Wed, 16 Mar 2011 20:01:28 +0000 Subject: [PATCH] send spn avp by default ; it wont hurt at all git-svn-id: file:///home/svn/framework3/trunk@11992 4d416f70-5f16-0410-b530-b9f4589650da --- lib/msf/core/exploit/smb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/msf/core/exploit/smb.rb b/lib/msf/core/exploit/smb.rb index 271b4776cc..f374abdc28 100644 --- a/lib/msf/core/exploit/smb.rb +++ b/lib/msf/core/exploit/smb.rb @@ -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 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)