diff --git a/helpers/wordpress/plugins/fluentform.txt b/helpers/wordpress/plugins/fluentform.txt index acf69b48b84..3bff059174b 100644 --- a/helpers/wordpress/plugins/fluentform.txt +++ b/helpers/wordpress/plugins/fluentform.txt @@ -1 +1 @@ -5.1.0 \ No newline at end of file +5.1.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/hostinger.txt b/helpers/wordpress/plugins/hostinger.txt new file mode 100644 index 00000000000..b9268dae245 --- /dev/null +++ b/helpers/wordpress/plugins/hostinger.txt @@ -0,0 +1 @@ +1.8.1 \ No newline at end of file diff --git a/helpers/wordpress/plugins/woocommerce-payments.txt b/helpers/wordpress/plugins/woocommerce-payments.txt index 07a7b03c994..1d42024266f 100644 --- a/helpers/wordpress/plugins/woocommerce-payments.txt +++ b/helpers/wordpress/plugins/woocommerce-payments.txt @@ -1 +1 @@ -6.7.0 \ No newline at end of file +6.7.1 \ No newline at end of file diff --git a/technologies/wordpress/plugins/hostinger.yaml b/technologies/wordpress/plugins/hostinger.yaml new file mode 100644 index 00000000000..02894cb60ba --- /dev/null +++ b/technologies/wordpress/plugins/hostinger.yaml @@ -0,0 +1,49 @@ +id: wordpress-hostinger + +info: + name: Hostinger Detection + author: ricardomaia + severity: info + reference: + - https://wordpress.org/plugins/hostinger/ + metadata: + plugin_namespace: hostinger + wpscan: https://wpscan.com/plugin/hostinger + tags: tech,wordpress,wp-plugin,top-100,top-200 + +requests: + - method: GET + + path: + - "{{BaseURL}}/wp-content/plugins/hostinger/readme.txt" + + payloads: + last_version: helpers/wordpress/plugins/hostinger.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.]+)' diff --git a/technologies/wordpress/plugins/under-construction-page.yaml b/technologies/wordpress/plugins/under-construction-page.yaml index 47d06261c90..84ebc149629 100644 --- a/technologies/wordpress/plugins/under-construction-page.yaml +++ b/technologies/wordpress/plugins/under-construction-page.yaml @@ -9,7 +9,7 @@ info: metadata: plugin_namespace: under-construction-page wpscan: https://wpscan.com/plugin/under-construction-page - tags: tech,wordpress,wp-plugin,top-100,top-200 + tags: tech,wordpress,wp-plugin,top-200 requests: - method: GET