No longer default a target for XP systems; some obscure builds of XP Embedded SP1 have a different offset and not good way to differentiate

git-svn-id: file:///home/svn/framework3/trunk@13214 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2011-07-19 01:40:26 +00:00
parent 3c261c346f
commit 7dbb56b38b
1 changed files with 2 additions and 1 deletions

View File

@ -129,8 +129,9 @@ class Metasploit3 < Msf::Exploit::Remote
return
end
print_status("Detected a Windows XP target (unknown patch level)")
print_status("To exploit this system, \"set TARGET 2\" and run this exploit again")
end
mytarget = targets[2]
return
when /Windows Server 2003 (\d+)$/
print_status("Detected a Windows 2003 SP0 target, but have not confirmed English language")