Postcrossing User Name Information - Detect
ID: postcrossing
Severity: info
Author: dwisiswant0
Tags: osint,osint-social,postcrossing
Description
Section titled “Description”Postcrossing user name information check was conducted.
YAML Source
Section titled “YAML Source”id: postcrossing
info: name: Postcrossing User Name Information - Detect author: dwisiswant0 severity: info description: Postcrossing user 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: max-request: 1 tags: osint,osint-social,postcrossing
self-contained: true
http: - method: GET path: - "https://www.postcrossing.com/user/{{user}}"
matchers-condition: and matchers: - type: status status: - 200
- type: word part: body words: - ", from"# digest: 4b0a00483046022100d958419fb3a9f5c6840a9768145ea33678689f01c7783af6713f0143806b2eb2022100aa80173e650f76fac91a24435c49bd3d8f24511555410f393f5d4911be74b390: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/postcrossing.yaml"