mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-02 16:53:25 +08:00
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-code-snippets
|
|
|
|
info:
|
|
name: Code Snippets Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/code-snippets/
|
|
metadata:
|
|
plugin_namespace: code-snippets
|
|
wpscan: https://wpscan.com/plugin/code-snippets
|
|
tags: tech,wordpress,wp-plugin,top-100,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/code-snippets/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/code-snippets.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: 4a0a0047304502203f5b5e890ba4cbefaaae26c3a21d6ba526f8012d0b0a72f5c58c0bc67273d6c1022100fe63645ced90c684235cc9ba73799c36866241a553a7573faaa6885726691a69:922c64590222798bb761d5b6d8e72950 |