Skip to content

Commit aba69d8

Browse files
author
jvazquez-r7
committed
fix indentation
1 parent 4c64676 commit aba69d8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

modules/exploits/linux/samba/setinfopolicy_heap.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ def initialize(info = {})
9999
}
100100
],
101101
['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-
}
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+
}
112112
]
113113
],
114114
'DisclosureDate' => 'Apr 10 2012',

0 commit comments

Comments
 (0)