When it hangs, it's actually the correct behavior, not a failure.

unstable
sinn3r 2012-08-07 15:00:08 -05:00
parent 955a5af8cf
commit 7221420267
1 changed files with 0 additions and 1 deletions

View File

@ -185,7 +185,6 @@ class Metasploit3 < Msf::Exploit::Remote
#
print_status("Requesting #{@php_fname}...")
res = exe_php(@php_fname)
print_error("Could not request the file.") if not res
handler
end