diff --git a/helpers/wordpress/plugins/all-in-one-seo-pack.txt b/helpers/wordpress/plugins/all-in-one-seo-pack.txt index de54ea0106a..1cf51651482 100644 --- a/helpers/wordpress/plugins/all-in-one-seo-pack.txt +++ b/helpers/wordpress/plugins/all-in-one-seo-pack.txt @@ -1 +1 @@ -4.4.9.1 \ No newline at end of file +4.4.9.2 \ No newline at end of file diff --git a/helpers/wordpress/plugins/header-footer.txt b/helpers/wordpress/plugins/header-footer.txt index c4a602db6ef..6a3913b0491 100644 --- a/helpers/wordpress/plugins/header-footer.txt +++ b/helpers/wordpress/plugins/header-footer.txt @@ -1 +1 @@ -3.2.6 \ No newline at end of file +3.2.7 \ No newline at end of file diff --git a/helpers/wordpress/plugins/metform.txt b/helpers/wordpress/plugins/metform.txt new file mode 100644 index 00000000000..240bba90696 --- /dev/null +++ b/helpers/wordpress/plugins/metform.txt @@ -0,0 +1 @@ +3.7.0 \ No newline at end of file diff --git a/helpers/wordpress/plugins/translatepress-multilingual.txt b/helpers/wordpress/plugins/translatepress-multilingual.txt index e46a05b1967..68167133b95 100644 --- a/helpers/wordpress/plugins/translatepress-multilingual.txt +++ b/helpers/wordpress/plugins/translatepress-multilingual.txt @@ -1 +1 @@ -2.6.4 \ No newline at end of file +2.6.5 \ No newline at end of file diff --git a/helpers/wordpress/plugins/wp-seopress.txt b/helpers/wordpress/plugins/wp-seopress.txt index 986084f369c..ef09838cb29 100644 --- a/helpers/wordpress/plugins/wp-seopress.txt +++ b/helpers/wordpress/plugins/wp-seopress.txt @@ -1 +1 @@ -7.1 \ No newline at end of file +7.1.1 \ No newline at end of file diff --git a/technologies/wordpress/plugins/metform.yaml b/technologies/wordpress/plugins/metform.yaml new file mode 100644 index 00000000000..df3d2c25d63 --- /dev/null +++ b/technologies/wordpress/plugins/metform.yaml @@ -0,0 +1,49 @@ +id: wordpress-metform + +info: + name: Metform Elementor Contact Form Builder Detection + author: ricardomaia + severity: info + reference: + - https://wordpress.org/plugins/metform/ + metadata: + plugin_namespace: metform + wpscan: https://wpscan.com/plugin/metform + tags: tech,wordpress,wp-plugin,top-200 + +requests: + - method: GET + + path: + - "{{BaseURL}}/wp-content/plugins/metform/readme.txt" + + payloads: + last_version: helpers/wordpress/plugins/metform.txt + + extractors: + - type: regex + part: body + internal: true + name: internal_detected_version + group: 1 + regex: + - '(?i)Stable.tag:\s?([\w.]+)' + + - type: regex + part: body + name: detected_version + group: 1 + regex: + - '(?i)Stable.tag:\s?([\w.]+)' + + matchers-condition: or + matchers: + - type: dsl + name: "outdated_version" + dsl: + - compare_versions(internal_detected_version, concat("< ", last_version)) + + - type: regex + part: body + regex: + - '(?i)Stable.tag:\s?([\w.]+)'