Skip to content

Commit e02a134

Browse files
committed
Land rapid7#3452, addjsif regression fix
2 parents fc8bb54 + 461fba9 commit e02a134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/android/browser/webview_addjavascriptinterface.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@ def normalize_arch(arch)
148148
end
149149

150150
def html(arch)
151-
"<!doctype html><html><body><script>#{js(arch)}</script></body></html>"
151+
"<!doctype html><html><body><script>#{add_javascript_interface_exploit_js(arch)}</script></body></html>"
152152
end
153153
end

0 commit comments

Comments
 (0)