Skip to content

Commit 766257d

Browse files
author
jvazquez-r7
committed
pointed by @m-1-k-3 while working on rapid7#1472
1 parent e5ad74f commit 766257d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/admin/http/linksys_wrt54gl_exec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def run
136136
res = send_request_cgi({
137137
'uri' => uri,
138138
'method' => 'POST',
139-
'basic_auth' => "#{pass}:#{pass}",
139+
'basic_auth' => "#{user}:#{pass}",
140140
#'data' => data_cmd,
141141

142142
'vars_post' => {

0 commit comments

Comments
 (0)