From f54b622ad37dc8af929018d4f54d81cc94ebf6f1 Mon Sep 17 00:00:00 2001 From: Patrick Webster Date: Fri, 11 Nov 2011 12:04:40 +1100 Subject: [PATCH] Added BID ref for amlibweb module. --- modules/exploits/windows/http/amlibweb_webquerydll_app.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/exploits/windows/http/amlibweb_webquerydll_app.rb b/modules/exploits/windows/http/amlibweb_webquerydll_app.rb index e445554107..fc0c33abcd 100644 --- a/modules/exploits/windows/http/amlibweb_webquerydll_app.rb +++ b/modules/exploits/windows/http/amlibweb_webquerydll_app.rb @@ -36,7 +36,8 @@ class Metasploit3 < Msf::Exploit::Remote 'Version' => '$Revision$', 'References' => [ - [ 'OSVDB', '66814'], + [ 'OSVDB', '66814' ], + [ 'BID', '42293' ], [ 'URL', 'http://www.aushack.com/advisories/' ], ], 'Privileged' => true,