49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
id: wordpress-worker
|
|
|
|
info:
|
|
name: ManageWP Worker Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/worker/
|
|
metadata:
|
|
plugin_namespace: worker
|
|
wpscan: https://wpscan.com/plugin/worker
|
|
tags: tech,wordpress,wp-plugin,top-100,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/worker/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/worker.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.]+)'
|
|
# digest: 490a00463044022030687c59b20aac720cab39f3965fc9f696073069b63b505473197a0b8c1f1da302203712a2b3514519dd67ea1d32e13fc121c48ed3370d7eb081f72e249e432996b7:922c64590222798bb761d5b6d8e72950 |