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
No known key found for this signature in database
GPG Key ID: 127B05FB3E85A2B0
1 changed files with 1 additions and 1 deletions

View File

@ -148,6 +148,6 @@ class Metasploit3 < Msf::Exploit::Remote
end end
def html(arch) 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
end end