Update forgotten call to js() in webview exploit.

This commit is contained in:
joev
2014-06-15 23:43:05 -05:00
parent fc8bb54eb7
commit 461fba97d7
@@ -148,6 +148,6 @@ class Metasploit3 < Msf::Exploit::Remote
end
def html(arch)
"<!doctype html><html><body><script>#{js(arch)}</script></body></html>"
"<!doctype html><html><body><script>#{add_javascript_interface_exploit_js(arch)}</script></body></html>"
end
end