Skip to content

Commit 115549c

Browse files
committed
Delete old check
1 parent 299978d commit 115549c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/exploits/multi/browser/adobe_flash_opaque_background_uaf.rb

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,6 @@ def exploit
8686
def on_request_exploit(cli, request, target_info)
8787
print_status("Request: #{request.uri}")
8888

89-
if target_info[:os_name] == OperatingSystems::Match::WINDOWS_81 && target_info[:ua_ver] == '11.0'
90-
print_warning("Target setup not supported")
91-
send_not_found(cli)
92-
return
93-
end
94-
9589
if request.uri =~ /\.swf$/
9690
print_status('Sending SWF...')
9791
send_response(cli, @swf, {'Content-Type'=>'application/x-shockwave-flash', 'Cache-Control' => 'no-cache, no-store', 'Pragma' => 'no-cache'})

0 commit comments

Comments
 (0)