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:
|
|
max-request: 1
|
|
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: 4a0a00473045022100ff6b96deb1e2bfbf565aa7a09059596fc914b58b86f8f2e32305bfc8172eb22f022025d02145123ffc90a9dc81b173c8c0d00a0c77370c3170e3b4a9e10a5a080af8:922c64590222798bb761d5b6d8e72950 |