35 lines
831 B
YAML
35 lines
831 B
YAML
|
id: bitbucket
|
||
|
|
||
|
info:
|
||
|
name: Bitbucket User Name Information - Detect
|
||
|
author: dwisiswant0
|
||
|
severity: info
|
||
|
description: Bitbucket 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,bitbucket
|
||
|
|
||
|
self-contained: true
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "https://bitbucket.org/{{user}}/"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "Repositories"
|
||
|
|
||
|
# digest: 490a0046304402206eb1aeaf5db429b2aeb5c6af9c28c3708417f3d1c5c5499bc48a251aee4edff002200ced4903440c229775b47e933f6f274acbd61a5de3fcb3d37d920f5d7987a707:922c64590222798bb761d5b6d8e72950
|