49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-loco-translate
|
|
|
|
info:
|
|
name: Loco Translate Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/loco-translate/
|
|
metadata:
|
|
plugin_namespace: loco-translate
|
|
wpscan: https://wpscan.com/plugin/loco-translate
|
|
tags: tech,wordpress,wp-plugin,top-100,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/loco-translate/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/loco-translate.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: 4b0a00483046022100bda71dd45d8bf1eeb282a40d1b5796b28d91ce37cb4f488410f4a2bf88cc099c022100dc6f2b570c8e8f60ad647d6c64f2a1c2dd6007a8de78570b3ad1ae2cd578a1ad:922c64590222798bb761d5b6d8e72950 |