2023-01-11 04:02:18 +00:00
|
|
|
id: wordpress-webp-express
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: WebP Express Detection
|
|
|
|
author: ricardomaia
|
|
|
|
severity: info
|
|
|
|
reference:
|
|
|
|
- https://wordpress.org/plugins/webp-express/
|
|
|
|
metadata:
|
2023-11-16 10:31:49 +00:00
|
|
|
max-request: 1
|
2023-01-11 04:02:18 +00:00
|
|
|
plugin_namespace: webp-express
|
|
|
|
wpscan: https://wpscan.com/plugin/webp-express
|
|
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-01-11 04:02:18 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-content/plugins/webp-express/readme.txt"
|
|
|
|
|
|
|
|
payloads:
|
|
|
|
last_version: helpers/wordpress/plugins/webp-express.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.]+)'
|
2023-11-16 11:25:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022053ad86dd7bb1466d991694929b29edc56736c151c361686bab9468ec76ec1de2022020748a22878b9729c8dc2279fe8f3d09a4cb025ec9bcba7fbc9fa7892b7392bf:922c64590222798bb761d5b6d8e72950
|