Skip to content

Commit

Permalink
Auto WordPress Plugins Update [Sat Nov 4 04:18:55 UTC 2023] :robot:
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 4, 2023
1 parent e780df9 commit 61525ec
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 3 deletions.
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/fluentform.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.1.1
1 change: 1 addition & 0 deletions helpers/wordpress/plugins/hostinger.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.8.1
2 changes: 1 addition & 1 deletion helpers/wordpress/plugins/woocommerce-payments.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.7.0
6.7.1
49 changes: 49 additions & 0 deletions technologies/wordpress/plugins/hostinger.yaml
Original file line number Diff line number Diff line change
@@ -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.]+)'
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61525ec

Please sign in to comment.