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-better-search-replace
|
|
|
|
info:
|
|
name: Better Search Replace Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/better-search-replace/
|
|
metadata:
|
|
plugin_namespace: better-search-replace
|
|
wpscan: https://wpscan.com/plugin/better-search-replace
|
|
tags: tech,wordpress,wp-plugin,top-100,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/better-search-replace/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/better-search-replace.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: 490a0046304402200fbe9aa6e34d5ddd7da4cc75eaa8a5b8e7a8c312919a6c8f3bb1d551ba9226cc0220306d163c7e1760a1237b76b838e92341ea73c25014f316a67db57e61f3c05593:922c64590222798bb761d5b6d8e72950 |