50 lines
1.3 KiB
YAML
50 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:
|
|
max-request: 1
|
|
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: 4a0a0047304502210098a6d74a6724c2cf06a1fad9052a07afc98e88027490e3cd0b3814bb8b4b3f9902203a5381716d67ea320819cb838facea806f8817bfb75317c45f76e5f68e514cac:922c64590222798bb761d5b6d8e72950 |