Skip to content

Commit 217b263

Browse files
committed
Moved the module to different location and make it msftidy.rb compliant.
1 parent 945dde3 commit 217b263

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

modules/exploits/multi/upnp/miniupnpd_dos.rb renamed to modules/auxiliary/dos/upnp/miniupnpd_dos.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ class Metasploit3 < Msf::Auxiliary
1414

1515
def initialize(info = {})
1616
super(update_info(info,
17-
'Name' => 'MiniUPnPd < 1,4 denial of service (DoS) exploit',
17+
'Name' => 'MiniUPnPd 1.4 Denial of Service (DoS) Exploit',
1818
'Description' =>
1919
%q{
2020
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.
2322
},
2423
'Author' => [ 'Dejan Lukan' ],
2524
'License' => MSF_LICENSE,
@@ -28,7 +27,7 @@ def initialize(info = {})
2827
[ 'CVE', '2013-0229' ],
2928
[ 'OSVDB', '89625' ],
3029
],
31-
'DisclosureData' => 'Mar 27 2013',
30+
'DisclosureDate' => 'Mar 27 2013',
3231
))
3332

3433
register_options(

0 commit comments

Comments
 (0)