Facebook Page Name Information - Detect
ID: facebook-page
Severity: info
Author: gpiechnik2
Tags: osint,osint-business,osint-social
Description
Section titled “Description”Facebook Page name information check was conducted.
YAML Source
Section titled “YAML Source”id: facebook-page
info: name: Facebook Page Name Information - Detect author: gpiechnik2 severity: info description: | Facebook Page name information check was conducted. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0 cwe-id: CWE-200 metadata: verified: "true" max-request: 1 tags: osint,osint-business,osint-social
self-contained: true
http: - raw: - | GET https://facebook.com/{{user}} HTTP/2 Host: www.facebook.com User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.127 Safari/537.36 Sec-Fetch-Mode: navigate Accept-Language: en-US,en;q=0.9
matchers-condition: and matchers: - type: status status: - 200
- type: word part: header words: - "Link: <https://www.facebook.com/{{user}}>"# digest: 4a0a00473045022067faf6e79abc87fab84a87c3e74df72916dffab05e790fda6af8edcee55bb077022100b15a0d328689f3ede96007d5d762cd4e85740c0f5196f840ed3a8ff7f03b82cc:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/osint/user-enumeration/facebook-page.yaml"