Skip to content

Commit 8032a33

Browse files
author
m-1-k-3
committed
report_auth_info - proof
1 parent 1156194 commit 8032a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/dlink_dir_615h_http_login.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def do_login(user='admin', pass='')
108108
:sname => (ssl ? 'https' : 'http'),
109109
:user => user,
110110
:pass => pass,
111-
:proof => "WEBAPP=\"Generic\", PROOF=#{response.to_s}",
111+
:proof => "WEBAPP=\"Dlink Management Interface\", PROOF=#{response.to_s}",
112112
:active => true
113113
)
114114

0 commit comments

Comments
 (0)