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