Skip to content

Commit 5710c85

Browse files
author
Pedro Ribeiro
committed
Style changes
1 parent b64294a commit 5710c85

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/auxiliary/admin/http/netgear_auth_download.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
require 'msf/core'
77

8-
class Metasploit3 < Msf::Auxiliary
8+
class Metasploit4 < Msf::Auxiliary
99

1010
include Msf::Auxiliary::Report
1111
include Msf::Exploit::Remote::HttpClient
@@ -14,10 +14,10 @@ def initialize(info = {})
1414
super(update_info(info,
1515
'Name' => 'NETGEAR ProSafe Network Management System 300 Authenticated File Download',
1616
'Description' => %q{
17-
Netgear's ProSafe NMS300 is a network management utility that runs on Windows systems.
18-
The application has a file download vulnerability that can be exploited by an
19-
authenticated remote attacker to download any file in the system..
20-
This module has been tested with versions 1.5.0.2, 1.4.0.17 and 1.1.0.13.
17+
Netgear's ProSafe NMS300 is a network management utility that runs on Windows systems.
18+
The application has a file download vulnerability that can be exploited by an
19+
authenticated remote attacker to download any file in the system..
20+
This module has been tested with versions 1.5.0.2, 1.4.0.17 and 1.1.0.13.
2121
},
2222
'Author' =>
2323
[
@@ -28,8 +28,8 @@ def initialize(info = {})
2828
[
2929
['CVE', '2016-1524'],
3030
['US-CERT-VU', '777024'],
31-
['URL', 'TODO_GITHUB_URL'],
32-
['URL', 'TODO_FULLDISC_URL']
31+
['URL', 'https://raw.githubusercontent.com/pedrib/PoC/master/advisories/netgear_nms_rce.txt'],
32+
['URL', 'http://seclists.org/fulldisclosure/2016/Feb/30']
3333
],
3434
'DisclosureDate' => 'Feb 4 2016'))
3535

0 commit comments

Comments
 (0)