Skip to content

Inaturalist User Name Information - Detect

ID: inaturalist

Severity: info

Author: dwisiswant0

Tags: osint,osint-hobby,inaturalist

Inaturalist user name information check was conducted.

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: 490a004630440220486805c20215df95ac87c46a2d70a897e3ac74afa4fd1e3e993c02c43402eff002201f361f9592ab76531fdd075842c623f58428f1ace169f8c9f001deff531b3439:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/osint/user-enumeration/inaturalist.yaml"

View on Github