Update phpfilemanager_rce.rb

bug/bundler_fix
JT 2015-12-03 13:57:19 +08:00
parent 56b810cb18
commit 374b630601
1 changed files with 4 additions and 4 deletions

View File

@ -67,10 +67,10 @@ class Metasploit3 < Msf::Exploit::Remote
}
})
if res and res.body =~ /txt/
return Exploit::CheckCode::Vulnerable
end
return Exploit::CheckCode::Safe
if res and res.body =~ /txt/
return Exploit::CheckCode::Vulnerable
end
return Exploit::CheckCode::Safe
end
def push