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