Skip to content

Commit 30f44c3

Browse files
author
jvazquez-r7
committed
final cleanup for dlink_dir_615h_http_login
1 parent 8f60d12 commit 30f44c3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

modules/auxiliary/scanner/http/dlink_dir_615h_http_login.rb

Lines changed: 4 additions & 6 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,10 +20,10 @@ def initialize
2220
super(
2321
'Name' => 'DLink DIR-615H HTTP Login Utility',
2422
'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+
},
2927
'Author' => [
3028
'hdm', #http_login module
3129
'Michael Messner <[email protected]>' #dlink login included

0 commit comments

Comments
 (0)