50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
id: wordpress-flamingo
|
|
|
|
info:
|
|
name: Flamingo Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/flamingo/
|
|
metadata:
|
|
max-request: 1
|
|
plugin_namespace: flamingo
|
|
wpscan: https://wpscan.com/plugin/flamingo
|
|
tags: tech,wordpress,wp-plugin,top-100,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/flamingo/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/flamingo.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: 490a004630440220278422e662aa17f09c6b8841b754b40a8f6fdab710d975336023b157c6d29ecb02202f349c11e96d3c2fe4d7e4baf9838866030160d7f04fa39522b866f6285257c7:922c64590222798bb761d5b6d8e72950 |