Fix typo
git-svn-id: file:///home/svn/framework3/trunk@12773 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
4d044ee592
commit
b950219b0d
|
@ -46,7 +46,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'Platform' => 'win',
|
||||
'Targets' =>
|
||||
[
|
||||
#Service packs do not have any influce on the exploit
|
||||
#Service packs do not have any influence on the exploit
|
||||
[ 'Windows XP', {} ],
|
||||
[ 'Windows 7', {} ],
|
||||
[ 'Windows Server 2003 / R2' , {} ],
|
||||
|
@ -171,4 +171,4 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
select(nil, nil, nil, 1)
|
||||
disconnect
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue