1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

Update phpfilemanager_rce.rb

This commit is contained in:
JT 2015-12-03 12:44:41 +08:00
parent 5414f33804
commit 56b810cb18

View File

@ -88,7 +88,7 @@ class Metasploit3 < Msf::Exploit::Remote
if res.nil?
vprint_error("#{peer} - Connection timed out")
fail_with(Failure::Unknown, "Failed to trigger the Enter button .")
fail_with(Failure::Unknown, "Failed to trigger the Enter button")
end
location = res.headers['Location']