49 lines
1.3 KiB
YAML
49 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:
|
|
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: 4a0a004730450220128ce3ceaa397093b558ddc7ba9ff6ffd6871e5645a7db6e42a07f716150e37e022100c5766fc835e082332cafd3bb38a906bd0c29dfbbf370a9a918db8f792aa2500c:922c64590222798bb761d5b6d8e72950 |