Changed the targets to be more specific

unstable
bwall 2013-03-27 17:22:29 -04:00
parent 76fb6ff48f
commit ce9f11aeb3
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,8 @@ class Metasploit3 < Msf::Exploit::Remote
},
'Targets' =>
[
[ 'Ra1NX', { } ]
['Ra1NX / Unix', { 'Platform' => 'unix' } ],
['Ra1NX / Windows', { 'Platform' => 'win' } ]
],
'Privileged' => false,
'DisclosureDate' => 'Mar 24 2013',