pointed by @m-1-k-3 while working on #1472
parent
e5ad74f99c
commit
766257d26a
|
@ -136,7 +136,7 @@ class Metasploit3 < Msf::Auxiliary
|
|||
res = send_request_cgi({
|
||||
'uri' => uri,
|
||||
'method' => 'POST',
|
||||
'basic_auth' => "#{pass}:#{pass}",
|
||||
'basic_auth' => "#{user}:#{pass}",
|
||||
#'data' => data_cmd,
|
||||
|
||||
'vars_post' => {
|
||||
|
|
Loading…
Reference in New Issue