Changed the targets to be more specific
parent
76fb6ff48f
commit
ce9f11aeb3
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue