File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
modules/auxiliary/dos/upnp Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ class Metasploit3 < Msf::Auxiliary
14
14
15
15
def initialize ( info = { } )
16
16
super ( update_info ( info ,
17
- 'Name' => 'MiniUPnPd < 1,4 denial of service (DoS) exploit ' ,
17
+ 'Name' => 'MiniUPnPd 1.4 Denial of Service (DoS) Exploit ' ,
18
18
'Description' =>
19
19
%q{
20
20
This module allows remote attackers to cause a denial of service in MiniUPnP 1.0
21
- server via specifically crafted UDP request. This vulnerability was identified
22
- as CVE-2013-0229.
21
+ server via specifically crafted UDP request.
23
22
} ,
24
23
'Author' => [ 'Dejan Lukan' ] ,
25
24
'License' => MSF_LICENSE ,
@@ -28,7 +27,7 @@ def initialize(info = {})
28
27
[ 'CVE' , '2013-0229' ] ,
29
28
[ 'OSVDB' , '89625' ] ,
30
29
] ,
31
- 'DisclosureData ' => 'Mar 27 2013' ,
30
+ 'DisclosureDate ' => 'Mar 27 2013' ,
32
31
) )
33
32
34
33
register_options (
You can’t perform that action at this time.
0 commit comments