File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
modules/auxiliary/scanner/http Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
8
8
9
9
require 'msf/core'
10
- require 'rex/proto/ntlm/message'
11
-
12
10
13
11
class Metasploit3 < Msf ::Auxiliary
14
12
@@ -22,11 +20,13 @@ def initialize
22
20
super (
23
21
'Name' => 'DLink DIR-300A / DIR-320 / DIR-615D HTTP Login Utility' ,
24
22
'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
+ [
30
30
'hdm' , #http_login module
31
31
'Michael Messner <[email protected] >' #dlink login included
32
32
] ,
You can’t perform that action at this time.
0 commit comments