35 lines
837 B
YAML
35 lines
837 B
YAML
id: dockerhub
|
|
|
|
info:
|
|
name: DockerHub User Name Information - Detect
|
|
author: dwisiswant0
|
|
severity: info
|
|
description: DockerHub 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,dockerhub
|
|
|
|
self-contained: true
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "https://hub.docker.com/v2/users/{{user}}/"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "username"
|
|
|
|
# digest: 490a0046304402206066998878b6984d52994f22f807f11eb60231d7e425fcb7aeb405d1c19ed81402206484317c52844e2140342f5d93381d7e69f8ec17fa6deed8ace2ac0145f3e8e1:922c64590222798bb761d5b6d8e72950
|