49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
id: wordpress-nextend-facebook-connect
|
|
|
|
info:
|
|
name: Nextend Social Login and Register Detection
|
|
author: ricardomaia
|
|
severity: info
|
|
reference:
|
|
- https://wordpress.org/plugins/nextend-facebook-connect/
|
|
metadata:
|
|
plugin_namespace: nextend-facebook-connect
|
|
wpscan: https://wpscan.com/plugin/nextend-facebook-connect
|
|
tags: tech,wordpress,wp-plugin,top-200
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/nextend-facebook-connect/readme.txt"
|
|
|
|
payloads:
|
|
last_version: helpers/wordpress/plugins/nextend-facebook-connect.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: 4a0a0047304502203cd94fde4c95ced14d55f2d330c3d2c48a6d4c72a3878b730ae6172ec79fa9b4022100ebf5ba0a5b0d3d0e0e1f03e5bbb05c4d02375d42e4c6756ff4791901033c6f5c:922c64590222798bb761d5b6d8e72950 |