50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-wp-pagenavi
|
|
|
|
info:
|
|
name: WP-PageNavi Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/wp-pagenavi/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: wp-pagenavi
|
|
wpscan: https://wpscan.com/plugin/wp-pagenavi
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/wp-pagenavi/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/wp-pagenavi.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: 4b0a004830460221009158b8c348ef501b0b8673f2f735b55533d869a69c3f4bfe033e147279dad6b50221009e5aeb20b7d946df69b59423c556a1881e52c47d48918149a44b2c85dc01bd1c:922c64590222798bb761d5b6d8e72950 |