mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-wp-multibyte-patch
|
|
|
|
info:
|
|
name: WP Multibyte Patch Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/wp-multibyte-patch/
|
|
metadata:
|
|
plugin_namespace: wp-multibyte-patch
|
|
wpscan: https://wpscan.com/plugin/wp-multibyte-patch
|
|
tags: tech,wordpress,wp-plugin,top-100,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/wp-multibyte-patch/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/wp-multibyte-patch.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: 4a0a00473045022100d4c2aa93799dd882c5035d80bd89fe40a5cc6c168f044e3075e70c9b40d227600220364a0fbe31533255e0b8abe777904c63cf3aaa02882c86e54323949993ab89af:922c64590222798bb761d5b6d8e72950 |