Skip to content

Commit 498a0dc

Browse files
author
jvazquez-r7
committed
final cleanup for dlink_dir_300_615_http_login
1 parent cff70e4 commit 498a0dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

modules/auxiliary/scanner/http/dlink_dir_300_615_http_login.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77

88

99
require 'msf/core'
10-
require 'rex/proto/ntlm/message'
11-
1210

1311
class Metasploit3 < Msf::Auxiliary
1412

@@ -22,11 +20,13 @@ def initialize
2220
super(
2321
'Name' => 'DLink DIR-300A / DIR-320 / DIR-615D HTTP Login Utility',
2422
'Description' => %q{
25-
This module attempts to authenticate to different DLink HTTP management services.
26-
Tested devices: D-Link DIR-300 Hardware revision A, D-Link DIR-615 Hardware revision D
27-
and D-Link DIR-320. It is possible that this module also works with other models.
28-
},
29-
'Author' => [
23+
This module attempts to authenticate to different DLink HTTP management
24+
services. It has been tested on D-Link DIR-300 Hardware revision A, D-Link DIR-615
25+
Hardware revision D and D-Link DIR-320 devices. It is possible that this module
26+
also works with other models.
27+
},
28+
'Author' =>
29+
[
3030
'hdm', #http_login module
3131
'Michael Messner <[email protected]>' #dlink login included
3232
],

0 commit comments

Comments
 (0)