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: 4a0a0047304502201baaa1595d74718f272bf2cd450f2f63c48b0000b319213c6a525c1cec3d522a022100ec8cb33c4f75cbe4cda0c85b7fd43122669e3a3397f6cac0c8565b20186cd259:922c64590222798bb761d5b6d8e72950 |