Couchsurfing User Name Information - Detect
ID: couchsurfing
Severity: info
Author: philippedelteil
Tags: osint,osint-social,couchsurfing
Description
Section titled “Description”Couchsurfing user name information check was conducted. This OSINT template looks for information about a user name in Couchsurfing.CouchSurfing is a hospitality exchange service by which users can request free short-term homestays or interact with other people who are interested in travel.
YAML Source
Section titled “YAML Source”id: couchsurfing
info: name: Couchsurfing User Name Information - Detect author: philippedelteil severity: info description: Couchsurfing user name information check was conducted. This OSINT template looks for information about a user name in Couchsurfing.CouchSurfing is a hospitality exchange service by which users can request free short-term homestays or interact with other people who are interested in travel. 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,couchsurfing
self-contained: true
http: - method: GET path: - "https://www.couchsurfing.com/people/{{user}}"
matchers-condition: and matchers: - type: word part: body words: - 'is on Couchsurfing!' - 'profile_page' condition: and
- type: status status: - 200# digest: 4a0a00473045022100c9a608bdf8a569038ddb6ed2985acc8d5c09c3e964e1cd50ad736f2fbe902aff022047746088dac3edecde976775dee8e8a3d7e5cc3157908fdb153dd3bd8cee0e30: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/couchsurfing.yaml"