Skip to content

Trello User Name Information - Detect

ID: trello

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,trello

Trello user name information check was conducted.

id: trello
info:
name: Trello User Name Information - Detect
author: dwisiswant0
severity: info
description: Trello 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-social,trello
self-contained: true
http:
- method: GET
path:
- "https://trello.com/1/Members/{{user}}?fields=activityBlocked%2CavatarUrl%2Cbio%2CbioData%2Cconfirmed%2CfullName%2CidEnterprise%2CidMemberReferrer%2Cinitials%2CmemberType%2CnonPublic%2Cproducts%2Curl%2Cusername"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "avatarUrl"
# digest: 4a0a0047304502205a58f7eee9bb439e011eab304af59b2e87b14a5773b905803eacfd39b0f8906802210089733c590ff400ffc30de5a99701d5d10cf014a1091538b4b6982ae700b536da: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/trello.yaml"

View on Github