52 lines
1.4 KiB
YAML
52 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:
|
|
max-request: 1
|
|
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: 4a0a004730450221009a0c27b6b082bb093152cc83c18d492ee5dbe0e339ee82acade0b73d449c51db022006a8e3d3fc969380411cd742ef4bff99510731c4eb31453ae1a3c67c8b4432fe:922c64590222798bb761d5b6d8e72950
|