Fix nil http_method in php_include
parent
129544c18b
commit
997e8005ce
|
@ -121,6 +121,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
end
|
||||
uris.uniq!
|
||||
print_status("Loaded #{uris.length} URLs")
|
||||
http_method = "GET"
|
||||
end
|
||||
|
||||
# Very short timeout because the request may never return if we're
|
||||
|
|
Loading…
Reference in New Issue