35 lines
817 B
YAML
35 lines
817 B
YAML
|
id: gitlab
|
||
|
|
||
|
info:
|
||
|
name: GitLab User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: GitLab 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,gitlab
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://gitlab.com/{{user}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "Member since"
|
||
|
|
||
|
# digest: 4a0a0047304502201655b16fdeadf5381b266a037100fcf5077613a35ced9e4101ee3218513ac60b022100cd54d48bb5a738112b9895b2b133aeec9648e0dc224f160cb6e9573645525e45:922c64590222798bb761d5b6d8e72950
|