Skip to content

Commit 7ee4855

Browse files
author
jvazquez-r7
committed
Fix msftidy and delete duplicate stack adjustment
1 parent 7598afa commit 7ee4855

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/exploits/windows/browser/apple_quicktime_rdrf.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def initialize(info={})
4949
'Payload' =>
5050
{
5151
'BadChars' => "\x00", # js_property_spray no like nilz
52-
'StackAdjustment' => -3500
5352
},
5453
'DefaultOptions' =>
5554
{
@@ -136,7 +135,6 @@ def on_request_uri(cli, request)
136135
agent = request.headers['User-Agent']
137136
print_status("Requesting: #{request.uri}")
138137

139-
140138
unless targetable?(agent)
141139
print_error("Browser not supported, sending 404: #{agent}")
142140
send_not_found(cli)

0 commit comments

Comments
 (0)