Skip to content

Loco Translate Detection

ID: wordpress-loco-translate

Severity: info

Author: ricardomaia

Tags: tech,wordpress,wp-plugin,top-100,top-200

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: 4b0a0048304602210091848901365acf77296ee13e9614aaab0cb744faf27b5c3f1364f32339ed1357022100e1f84db0bf6f80887dbed580200379647261b9ba6d5018648abd741903929739:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/technologies/wordpress/plugins/loco-translate.yaml"

View on Github