24 lines
521 B
YAML
24 lines
521 B
YAML
id: basic-auth-creds
|
|
|
|
info:
|
|
name: Basic Authorization Credentials Check
|
|
author: gaurang
|
|
severity: high
|
|
description: Basic authorization credentials check was conducted.
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cwe-id: CWE-200
|
|
tags: token,file,auth
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "[a-zA-Z]{3,10}://[^/\\s:@]{3,20}:[^/\\s:@]{3,20}@.{1,100}[\"'\\s]"
|
|
|
|
# Enhanced by md on 2023/05/04
|