Skip to content

Asciinema User Name Information - Detect

ID: asciinema

Severity: info

Author: dwisiswant0

Tags: osint,osint-coding,asciinema

Asciinema user name information check was conducted.

id: asciinema
info:
name: Asciinema User Name Information - Detect
author: dwisiswant0
severity: info
description: Asciinema 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-coding,asciinema
self-contained: true
http:
- method: GET
path:
- "https://asciinema.org/~{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "s profile - asciinema"
# digest: 4a0a00473045022100c5fdbc64e4e2fbd906909c67ad07764af38b41045c034a6f46495d3fce9fbccd0220762325f9a4f4f41ea879cb223ce4f2b398469f376484e57504042964e8f44bf4: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/asciinema.yaml"

View on Github