Skip to content

Speaker Deck User Name Information - Detect

ID: speaker-deck

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,speaker-deck

Speaker Deck user name information check was conducted.

id: speaker-deck
info:
name: Speaker Deck User Name Information - Detect
author: dwisiswant0
severity: info
description: Speaker Deck 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,speaker-deck
self-contained: true
http:
- method: GET
path:
- "https://speakerdeck.com/{{user}}/"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- ") on Speaker Deck</title>"
# digest: 4b0a00483046022100f034695576f784b7e3dbed6ee78d5eeb69bb40c34cd71129d14459b57af3c170022100b1c3e7039eb50d0c6eef54f6a81cb590fa69d8ab791bc3f01fbd7c9bc95c6879: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/speaker-deck.yaml"

View on Github