Skip to content

Kickstarter User Name Information - Detect

ID: kickstarter

Severity: info

Author: dwisiswant0

Tags: osint,osint-shopping,kickstarter

Kickstarter user name information check was conducted.

id: kickstarter
info:
name: Kickstarter User Name Information - Detect
author: dwisiswant0
severity: info
description: Kickstarter 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-shopping,kickstarter
self-contained: true
http:
- method: GET
path:
- "https://www.kickstarter.com/profile/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "projects"
# digest: 490a0046304402206b0da573d067858f7013676333c32bc8a0c3c2041a81d4a4df7a851d1a06225e0220646bc6ce2b64e4166d936a9dcf1023a5c28a5e03576c542dfac233ac35c90050: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/kickstarter.yaml"

View on Github