49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-copy-delete-posts
|
|
|
|
info:
|
|
name: Duplicate Post Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/copy-delete-posts/
|
|
metadata:
|
|
plugin_namespace: copy-delete-posts
|
|
wpscan: https://wpscan.com/plugin/copy-delete-posts
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/copy-delete-posts/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/copy-delete-posts.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: 490a004630440220540e166c41d2bc2be57b847c482d90d70e3a75917b2a595770af83bcf278b8b402201687dab9e77e4b5e16af34da41e742a459a03ece759191722e8967108d0936a3:922c64590222798bb761d5b6d8e72950 |