Skip to content

Mediakits User Name Information - Detect

ID: mediakits

Severity: info

Author: dwisiswant0

Tags: osint,osint-social,mediakits

Mediakits user name information check was conducted.

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

View on Github