diff --git a/modules/auxiliary/gather/ms14_052_xmldom.rb b/modules/auxiliary/gather/ms14_052_xmldom.rb index c56085758e..4f452e67bc 100644 --- a/modules/auxiliary/gather/ms14_052_xmldom.rb +++ b/modules/auxiliary/gather/ms14_052_xmldom.rb @@ -4,10 +4,12 @@ ## require 'msf/core' +require 'msf/core/exploit/jsobfu' class Metasploit3 < Msf::Auxiliary include Msf::Exploit::Remote::HttpServer::HTML + include Msf::Exploit::JSObfu def initialize(info={}) super(update_info(info, @@ -146,13 +148,14 @@ class Metasploit3 < Msf::Auxiliary end def html + new_js = js_obfuscate(js) %Q|