File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
modules/auxiliary/scanner/http Expand file tree Collapse file tree 1 file changed +4
-6
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,10 +20,10 @@ def initialize
22
20
super (
23
21
'Name' => 'DLink DIR-615H 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-615 Hardware revision H.
27
- It is possible that this module also works with other models.
28
- } ,
23
+ This module attempts to authenticate to different DLink HTTP management
24
+ services. It has been tested successfully on D-Link DIR-615 Hardware revision H
25
+ devices. It is possible that this module also works with other models.
26
+ } ,
29
27
'Author' => [
30
28
'hdm' , #http_login module
31
29
'Michael Messner <[email protected] >' #dlink login included
You can’t perform that action at this time.
0 commit comments