Skip to content

Periscope User Name Information - Detect

ID: periscope

Severity: info

Author: dwisiswant0

Tags: osint,osint-video,periscope

Periscope user name information check was conducted.

id: periscope
info:
name: Periscope User Name Information - Detect
author: dwisiswant0
severity: info
description: Periscope 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-video,periscope
self-contained: true
http:
- method: GET
path:
- "https://www.periscope.tv/{{user}}"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<label>Followers"
# digest: 4b0a00483046022100f9a09dc80e0c1bb4d05fa653c7e8e91e278fec7e3e5eccf129bb34b991f78648022100cf9c9e05ccde19f42d32a884a0b4c0b22b2120287ba4f0a23f9dcbe11d7a0622: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/periscope.yaml"

View on Github