Skip to content

Commit

Permalink
Send iframe when URIPATH isnt '/'
Browse files Browse the repository at this point in the history
  • Loading branch information
jjarmoc committed Feb 14, 2013
1 parent 947aa24 commit 4c90cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/windows/browser/ie_slayoutrun_uaf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ def on_request_uri(cli, request)
html = get_exploit(my_target, cli)
html = html.gsub(/^\t\t/, '')
print_status("Sending HTML...")
elsif uri=~ /\/$/
else
html = get_iframe
print_status "Sending IFRAME..."
end
Expand Down

0 comments on commit 4c90cac

Please sign in to comment.