We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc8bb54 + 461fba9 commit e02a134Copy full SHA for e02a134
modules/exploits/android/browser/webview_addjavascriptinterface.rb
@@ -148,6 +148,6 @@ def normalize_arch(arch)
148
end
149
150
def html(arch)
151
- "<!doctype html><html><body><script>#{js(arch)}</script></body></html>"
+ "<!doctype html><html><body><script>#{add_javascript_interface_exploit_js(arch)}</script></body></html>"
152
153
0 commit comments