49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
id: wordpress-tablepress
|
||
|
||
info:
|
||
name: TablePress – Tables in WordPress made easy Detection
|
||
author: ricardomaia
|
||
severity: info
|
||
reference:
|
||
- https://wordpress.org/plugins/tablepress/
|
||
metadata:
|
||
plugin_namespace: tablepress
|
||
wpscan: https://wpscan.com/plugin/tablepress
|
||
tags: tech,wordpress,wp-plugin,top-100,top-200
|
||
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}/wp-content/plugins/tablepress/readme.txt"
|
||
|
||
payloads:
|
||
last_version: helpers/wordpress/plugins/tablepress.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: 4b0a00483046022100a1b15f276bd0b37b61b9d8d3bd41745446e8e1701d1a5db34591920a5d1e683f0221009fc18b9191ac06c0ba592801204f6baedcd1a324eea57d08d9bd6734dcfeb618:922c64590222798bb761d5b6d8e72950 |