Skip to content

Commit 461fba9

Browse files
committed
Update forgotten call to js() in webview exploit.
1 parent fc8bb54 commit 461fba9

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)