Update forgotten call to js() in webview exploit.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user