From 8ff54ff98d0849323124f0fc1d4206100ec5639d Mon Sep 17 00:00:00 2001 From: jvazquez-r7 Date: Mon, 30 Mar 2015 10:58:08 -0500 Subject: [PATCH] Add msb reference --- modules/auxiliary/gather/ms14_052_xmldom.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/auxiliary/gather/ms14_052_xmldom.rb b/modules/auxiliary/gather/ms14_052_xmldom.rb index 4f452e67bc..95db5afffe 100644 --- a/modules/auxiliary/gather/ms14_052_xmldom.rb +++ b/modules/auxiliary/gather/ms14_052_xmldom.rb @@ -29,6 +29,7 @@ class Metasploit3 < Msf::Auxiliary 'References' => [ [ 'CVE', '2013-7331'], + [ 'MSB', 'MS14-052' ], [ 'URL', 'https://soroush.secproject.com/blog/2013/04/microsoft-xmldom-in-ie-can-divulge-information-of-local-drivenetwork-in-error-messages/' ], [ 'URL', 'https://www.alienvault.com/open-threat-exchange/blog/attackers-abusing-internet-explorer-to-enumerate-software-and-detect-securi' ] ],