Fix version check

GSoC/Meterpreter_Web_Console
Jacob Robles 2018-11-28 17:43:33 -06:00
parent bc32a16b8f
commit 43cef24f6b
No known key found for this signature in database
GPG Key ID: 3EC9F18F2B12401C
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class MetasploitModule < Msf::Auxiliary
end
def check
check_plugin_version_from_readme('wp-gdpr-compliance', '1.4.2')
check_plugin_version_from_readme('wp-gdpr-compliance', '1.4.3')
end
def set_wp_option(name, value, ajax_security)