Skip to content

Gist User Name Information - Detect

ID: gist

Severity: info

Author: philippedelteil

Tags: osint,osint-coding,gist,github

Gist user name information check was conducted.

id: gist
info:
name: Gist User Name Information - Detect
author: philippedelteil
severity: info
description: Gist 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:
verified: true
max-request: 1
tags: osint,osint-coding,gist,github
self-contained: true
http:
- method: GET
path:
- "https://gist.github.com/{{user}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "p-nickname vcard-username d-block"
- type: status
status:
- 200
# digest: 490a0046304402200185099456bc775a4900e77b4cdafac8eae6aad81ea73dc5711dc4b23d83d1680220688689d49c4f2364f4c387d51280bb8ac0e8bb28895c8df631eeab7ff8c8364c: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/gist.yaml"

View on Github