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