Skip to content

Commit ce9f11a

Browse files
author
bwall
committed
Changed the targets to be more specific
1 parent 76fb6ff commit ce9f11a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/exploits/multi/misc/Ra1NX_pubcall_exec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ def initialize(info = {})
4545
},
4646
'Targets' =>
4747
[
48-
[ 'Ra1NX', { } ]
48+
['Ra1NX / Unix', { 'Platform' => 'unix' } ],
49+
['Ra1NX / Windows', { 'Platform' => 'win' } ]
4950
],
5051
'Privileged' => false,
5152
'DisclosureDate' => 'Mar 24 2013',

0 commit comments

Comments
 (0)