When it hangs, it's actually the correct behavior, not a failure.
parent
955a5af8cf
commit
7221420267
|
@ -185,7 +185,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
#
|
#
|
||||||
print_status("Requesting #{@php_fname}...")
|
print_status("Requesting #{@php_fname}...")
|
||||||
res = exe_php(@php_fname)
|
res = exe_php(@php_fname)
|
||||||
print_error("Could not request the file.") if not res
|
|
||||||
|
|
||||||
handler
|
handler
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue