mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-simple-page-ordering
|
|
|
|
info:
|
|
name: Simple Page Ordering Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/simple-page-ordering/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: simple-page-ordering
|
|
wpscan: https://wpscan.com/plugin/simple-page-ordering
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/simple-page-ordering/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/simple-page-ordering.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: 4a0a0047304502201ea09696d1f023785e9c0b728779b0da89fc83445ecc0ecd5c55fd843188a5e1022100f149709a8b7fed0895dd80348c3634345c3fdb5555b58b71f7f07c522c356ccd:922c64590222798bb761d5b6d8e72950 |