Fix wrong version in check.
parent
e9212c4d6b
commit
ee8dc49a25
|
@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
end
|
||||
|
||||
def check
|
||||
check_plugin_version_from_readme('website-contact-form-with-file-upload', '1.3.4')
|
||||
check_plugin_version_from_readme('website-contact-form-with-file-upload', '1.4')
|
||||
end
|
||||
|
||||
def exploit
|
||||
|
|
Loading…
Reference in New Issue