Skip to content

Commit

Permalink
Auto WordPress Plugins Update [Tue Oct 31 04:18:56 UTC 2023] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 31, 2023
1 parent 1a1c9b7 commit 07bdcf2
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 4 deletions.
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/all-in-one-seo-pack.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.4.9.1
4.4.9.2
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/header-footer.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.6
3.2.7
1 change: 1 addition & 0 deletions helpers/wordpress/plugins/metform.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.7.0
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/translatepress-multilingual.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.4
2.6.5
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/wp-seopress.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1
7.1.1
49 changes: 49 additions & 0 deletions technologies/wordpress/plugins/metform.yaml
Original file line number Diff line number Diff line change
@@ -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.]+)'

0 comments on commit 07bdcf2

Please sign in to comment.