50 lines
1.4 KiB
YAML
50 lines
1.4 KiB
YAML
id: wordpress-favicon-by-realfavicongenerator
|
|
|
|
info:
|
|
name: Favicon by RealFaviconGenerator Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/favicon-by-realfavicongenerator/
|
|
metadata:
|
|
plugin_namespace: favicon-by-realfavicongenerator
|
|
wpscan: https://wpscan.com/plugin/favicon-by-realfavicongenerator
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/favicon-by-realfavicongenerator/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/favicon-by-realfavicongenerator.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: 4a0a00473045022100ea15ca186f4bd6003c373f93948021a4ce5a00109c7c74f51fdfe2305dc5c2db02206d94b9123a3894b41c25b0eeeb25d6d2c5f82ee3746c36bc5ecf4e22665b8130:922c64590222798bb761d5b6d8e72950 |