35 lines
858 B
YAML
35 lines
858 B
YAML
id: instructables
|
|
|
|
info:
|
|
name: Instructables User Name Information - Detect
|
|
author: dwisiswant0
|
|
severity: info
|
|
description: Instructables 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,instructables
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://www.instructables.com/member/{{user}}/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- ">Joined"
|
|
|
|
# digest: 4a0a00473045022100d0986a441695051b1912fbf9e2f34a1f496eec86278f26857df8bd8b2e592e7a02201a7d43bd3c44db92710b58a838163d2ea043965f1345cf189e20626189a7ab43:922c64590222798bb761d5b6d8e72950
|