nuclei-templates/http/osint/couchsurfing.yaml

37 lines
994 B
YAML
Raw Normal View History

id: couchsurfing
info:
2023-03-17 14:32:27 +00:00
name: Couchsurfing User Name Information - Detect
author: philippedelteil
severity: info
2023-03-17 14:48:38 +00:00
description: Couchsurfing user name information check was conducted.
2023-03-14 17:45:34 +00:00
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.0
cwe-id: CWE-200
tags: osint,osint-social,couchsurfing
metadata:
max-request: 1
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!'
2023-03-14 17:45:34 +00:00
- 'profile_page'
condition: and
- type: status
status:
- 200
# Enhanced by cs 03/17/2023