pointed by @m-1-k-3 while working on #1472

bug/bundler_fix
jvazquez-r7 2013-02-11 21:21:43 +01:00
parent e5ad74f99c
commit 766257d26a
1 changed files with 1 additions and 1 deletions

View File

@ -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' => {