Update phpfilemanager_rce.rb

bug/bundler_fix
JT 2015-12-03 12:44:41 +08:00
parent 5414f33804
commit 56b810cb18
1 changed files with 1 additions and 1 deletions

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']