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:
|
|
|
|
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
|
2023-11-06 04:02:07 +00:00
|
|
|
|
2023-01-11 04:02:18 +00:00
|
|
|
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-06 06:48:30 +00:00
|
|
|
# digest: 4a0a0047304502207b862655f4821025fb3ed8b40e38b7bbcc63a77fca3c0e13e70ea9680e8a26e3022100bae1c36acb8fcd0dcbb75c4685b873177573d71be3d39240eb6293d4cd22c6ec:922c64590222798bb761d5b6d8e72950
|