35 lines
842 B
YAML
35 lines
842 B
YAML
|
id: inaturalist
|
||
|
|
||
|
info:
|
||
|
name: Inaturalist User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Inaturalist 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-hobby,inaturalist
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://inaturalist.nz/people/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "s Profile"
|
||
|
|
||
|
# digest: 490a00463044022033869ee82f03e3a59305a34d7c794e146bb0227d8a9f8a0a8f8af7fbd8def844022040930d0ddd65282f676c143f1506fc8de82eea0d7152b07f74e684754a363537:922c64590222798bb761d5b6d8e72950
|