Skip to content

Commit 4c90cac

Browse files
committed
Send iframe when URIPATH isnt '/'
1 parent 947aa24 commit 4c90cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/browser/ie_slayoutrun_uaf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def on_request_uri(cli, request)
222222
html = get_exploit(my_target, cli)
223223
html = html.gsub(/^\t\t/, '')
224224
print_status("Sending HTML...")
225-
elsif uri=~ /\/$/
225+
else
226226
html = get_iframe
227227
print_status "Sending IFRAME..."
228228
end

0 commit comments

Comments
 (0)