52 lines
1.3 KiB
YAML
52 lines
1.3 KiB
YAML
id: wordpress-themeisle-companion
|
|
|
|
info:
|
|
name: Orbit Fox by ThemeIsle Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/themeisle-companion/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: themeisle-companion
|
|
wpscan: https://wpscan.com/plugin/themeisle-companion
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/themeisle-companion/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/themeisle-companion.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: 4a0a00473045022100812dd3f4766581cb3c10162d5ddde3136909d83acfc62b9e3bb686dec17e8a77022017a6db388cd90f556efac03b0e2989be82184e1ed9a7f8e10a5f95f60c5adfb3:922c64590222798bb761d5b6d8e72950
|