49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-hello-dolly
|
|
|
|
info:
|
|
name: Hello Dolly Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/hello-dolly/
|
|
metadata:
|
|
plugin_namespace: hello-dolly
|
|
wpscan: https://wpscan.com/plugin/hello-dolly
|
|
tags: tech,wordpress,wp-plugin,top-100,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/hello-dolly/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/hello-dolly.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: 4a0a00473045022044a4e4da8b75da674dd5eecbfaf92227a71d5a4234e74f3be48471e924e252d3022100a3f374bd1a48bf6d9259189242c3d6d943df4645276c6f09be175e13d26457ac:922c64590222798bb761d5b6d8e72950 |