Add disclosure date and some explanation about it

bug/bundler_fix
sinn3r 2013-10-13 19:29:51 -05:00
parent e2c5e6c19f
commit 2a1ade2541
1 changed files with 8 additions and 5 deletions

View File

@ -17,23 +17,26 @@ class Metasploit3 < Msf::Auxiliary
def initialize
super(
'Name' => 'DLink User-Agent Backdoor Scanner',
'Description' => %q{
'Name' => 'DLink User-Agent Backdoor Scanner',
'Description' => %q{
This module attempts to find DLink devices running Alphanetworks web interfaces affected
by the backdoor found on the User-Agent header. This module has been tested successfully
on a DIR-100 device with firmware version v1.13.
},
'Author' =>
'Author' =>
[
'Craig Heffner', # vulnerability discovery
'Michael Messner <devnull[at]s3cur1ty.de>', # Metasploit module
'juan vazquez' # minor help with msf module
],
'License' => MSF_LICENSE,
'References' =>
'License' => MSF_LICENSE,
'References' =>
[
[ 'URL', 'http://www.devttys0.com/2013/10/reverse-engineering-a-d-link-backdoor/' ]
],
# First documented in detail by Craig, but looks like it's been known
# (at least to the Russians :-) ) since 2010 - see post at forum.codenet.ru
'DisclosureDate' => "Oct 12 2013"
)
end