Update phpfilemanager_rce.rb
parent
56b810cb18
commit
374b630601
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue