Don't really care about the return value for the last send_request_raw
parent
13ba51db34
commit
efdcda55ef
|
@ -242,7 +242,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
counter += 1
|
||||
break if counter > 10
|
||||
print_status("Trying file: #{f}")
|
||||
res = send_request_raw({
|
||||
send_request_raw({
|
||||
'method' => 'GET',
|
||||
'uri' => "#{base}mods/documents/uploads/#{f}",
|
||||
'cookie' => cookie
|
||||
|
|
Loading…
Reference in New Issue