Skip to content

Translate Multilingual sites – TranslatePress Detection

ID: wordpress-translatepress-multilingual

Severity: info

Author: ricardomaia

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

id: wordpress-translatepress-multilingual
info:
name: Translate Multilingual sites – TranslatePress Detection
author: ricardomaia
severity: info
reference:
- https://wordpress.org/plugins/translatepress-multilingual/
metadata:
plugin_namespace: translatepress-multilingual
wpscan: https://wpscan.com/plugin/translatepress-multilingual
tags: tech,wordpress,wp-plugin,top-200
http:
- method: GET
path:
- "{{BaseURL}}/wp-content/plugins/translatepress-multilingual/readme.txt"
payloads:
last_version: helpers/wordpress/plugins/translatepress-multilingual.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: 490a0046304402206e4b62f9097cc1d4e68196d9c187321c332cb180ea7115d9d22d408416df936402204b4b7f7714e501e40f7c10b40728ae55ddfa49da51e2a4511fe8754675231969: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/translatepress-multilingual.yaml"

View on Github