Merge pull request #6890 from pdelteil/patch-159

Create couchsurfing.yaml
patch-1
pussycat0x 2023-03-14 23:26:28 +05:30 committed by GitHub
commit a4d9c5310c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

32
osint/couchsurfing.yaml Normal file
View File

@ -0,0 +1,32 @@
id: couchsurfing
info:
name: Couchsurfing
author: philippedelteil
severity: info
description: |
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
self-contained: true
requests:
- 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