50 lines
1.2 KiB
YAML
50 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: 4a0a004730450221008d6a1296d3d1bccdb1c4f0d2d4b5f9433d31323b88e2842641ea137c5cfe28cb02203de9ec9efa5a7f50aa1f2036d4e7ec17b2bb80b5b93e49ba6dfb7c6d8dfb13a7:922c64590222798bb761d5b6d8e72950 |