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:
|
|
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: 4b0a00483046022100c3ca3c29f5ffa73203f1537e927563bcebbe45e281ad800edf2f69937f105c39022100e6b7b0cd638908a40a1328fae33c4ed02e7fe45aa994bd1b6f14f8dc8f4b312e:922c64590222798bb761d5b6d8e72950 |