Enhancement: file/keys/credentials.yaml by md
parent
8b6c7da916
commit
fdb5851404
|
@ -1,9 +1,14 @@
|
||||||
id: basic-auth-creds
|
id: basic-auth-creds
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Basic Auth Credentials
|
name: Basic Authorization Credentials Check
|
||||||
author: gaurang
|
author: gaurang
|
||||||
severity: high
|
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
|
tags: token,file,auth
|
||||||
|
|
||||||
file:
|
file:
|
||||||
|
@ -14,3 +19,5 @@ file:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- "[a-zA-Z]{3,10}://[^/\\s:@]{3,20}:[^/\\s:@]{3,20}@.{1,100}[\"'\\s]"
|
- "[a-zA-Z]{3,10}://[^/\\s:@]{3,20}:[^/\\s:@]{3,20}@.{1,100}[\"'\\s]"
|
||||||
|
|
||||||
|
# Enhanced by md on 2023/05/04
|
||||||
|
|
Loading…
Reference in New Issue