Basic Authorization Credentials Check
ID: basic-auth-creds
Severity: high
Author: gaurang
Tags: file,keys,token,auth
Description
Section titled “Description”Basic authorization credentials check was conducted.
YAML Source
Section titled “YAML Source”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: file,keys,token,authfile: - 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# digest: 4a0a00473045022100adab349203f3598a0410c8f3c1001334e81f7234bdc2a08b635ac94e1235f58b022058d28c28d56d9c932f402b4e1b8eb2288a650b28dcdf417ca5e93efae90b402e:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "file/keys/credentials.yaml"