Skip to content

Commit 0ad9f95

Browse files
committed
Remove stray alert() for debugging.
1 parent 88040fb commit 0ad9f95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/auxiliary/gather/android_object_tag_webview_uxss.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ def on_request_uri(cli, request)
7272
domains = datastore['TARGET_URLS'].split(',')
7373

7474
script = js_obfuscate <<-EOS
75-
window.onerror=alert;
7675
var targets = JSON.parse(atob("#{Rex::Text.encode_base64(JSON.generate(domains))}"));
7776
targets.forEach(function(target, i){
7877
var obj = document.createElement('object');

0 commit comments

Comments
 (0)