updated matcher
parent
8c7caee522
commit
2fe9087122
|
@ -4,8 +4,8 @@ info:
|
||||||
name: Couchsurfing
|
name: Couchsurfing
|
||||||
author: philippedelteil
|
author: philippedelteil
|
||||||
severity: info
|
severity: info
|
||||||
description: This OSINT template looks for information about a user name in Couchsurfing.
|
description: |
|
||||||
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.
|
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:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
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
|
cvss-score: 0.0
|
||||||
|
@ -24,6 +24,9 @@ requests:
|
||||||
part: body
|
part: body
|
||||||
words:
|
words:
|
||||||
- 'is on Couchsurfing!'
|
- 'is on Couchsurfing!'
|
||||||
|
- 'profile_page'
|
||||||
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
Loading…
Reference in New Issue