Add php version to check
parent
e25fdebd8d
commit
3ac041386b
|
@ -93,6 +93,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
end
|
||||
end
|
||||
end
|
||||
else
|
||||
print_status("Unknown PHP Version")
|
||||
end
|
||||
|
||||
if res.body =~ /pmaversion = '(.*)';/
|
||||
|
|
Loading…
Reference in New Issue