Skip to content

Commit 7d1e9af

Browse files
author
jvazquez-r7
committed
final cleanup for dlink_dir_session_cgi_http_login
1 parent 0b9fe53 commit 7d1e9af

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

modules/auxiliary/scanner/http/dlink_dir_session_cgi_http_login.rb

Lines changed: 8 additions & 8 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,12 +20,14 @@ def initialize
2220
super(
2321
'Name' => 'DLink DIR-300B / DIR-600B / DIR-815 / DIR-645 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 B, D-Link DIR-600 Hardware revision B,
27-
D-Link DIR-815 Hardware revision A and DIR-645 Hardware revision A.
28-
It is possible that this module also works with other models.
29-
},
30-
'Author' => [
23+
This module attempts to authenticate to different DLink HTTP management
24+
services. It has been tested successfully on D-Link DIR-300 Hardware revision B,
25+
D-Link DIR-600 Hardware revision B, D-Link DIR-815 Hardware revision A and DIR-645
26+
Hardware revision A devices.It is possible that this module also works with other
27+
models.
28+
},
29+
'Author' =>
30+
[
3131
'hdm', #http_login module
3232
'Michael Messner <[email protected]>' #dlink login included
3333
],

0 commit comments

Comments
 (0)