Enhancement: file/keys/credentials.yaml by md

patch-1
MostInterestingBotInTheWorld 2023-05-04 13:39:17 -04:00
parent 8b6c7da916
commit fdb5851404
1 changed files with 8 additions and 1 deletions

View File

@ -1,9 +1,14 @@
id: basic-auth-creds
info:
name: Basic Auth Credentials
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:
@ -14,3 +19,5 @@ file:
- type: regex
regex:
- "[a-zA-Z]{3,10}://[^/\\s:@]{3,20}:[^/\\s:@]{3,20}@.{1,100}[\"'\\s]"
# Enhanced by md on 2023/05/04