一个精选的YAML目录,收录了软件产品、SaaS和服务器的已知默认凭据、凭据位置和暴露模式,帮助安全团队识别和修复凭据风险。

Stars

46

7 天增长

暂无数据

Fork 数

5

开放 Issue

0

开源协议

暂无数据

最近更新

2026-07-19

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

系统记录了默认凭据和暴露模式,使安全工程师能够快速检查并验证多种产品的凭据表面,从而减少因默认或弱凭据而导致的攻击面。

适合谁使用

  • 安全工程师
  • 渗透测试人员
  • DevOps/SRE团队
  • 产品安全团队

典型使用场景

  • 在部署时审计默认凭据
  • 验证云/SaaS配置中的凭据暴露
  • 为加固指南构建安全检查清单
  • 研究凭据模式以进行漏洞评估

项目优势

  • 社区驱动且开源(CC BY 4.0)
  • 结构化的YAML格式便于机器读取
  • 涵盖多种类别(监控、云等)并附有官方文档和公告的引用
  • 包括静态默认凭据和生成凭据及其位置模式

使用前须知

  • 覆盖范围依赖社区贡献,可能不包含所有产品
  • 条目基于公开信息,可能不涵盖所有未文档化的行为
  • 不包含实时泄露的凭据或泄露数据(设计如此)

README 快速开始

LOLCreds Data

This repository contains the YAML data entries for LOLCreds - Living Off the Land Credentials.

LOLCreds is a catalog of public credential defaults, credential locations, and exposure patterns for real products, SaaS/cloud services, appliances, and deployment packages.

The goal is to make product credential surfaces easier to check, understand, validate, explain, and fix.

Structure

Each product is described as a YAML file under entries/.

Example:

entries/adobe-experience-manager.yaml

Each entry may describe:

  • known defaults;
  • static default or generated credentials;
  • undocumented credential behaviors linked to public advisories;
  • credential locations;
  • exposure patterns;
  • what credentials look like;
  • what they can unlock;
  • public references.

Example entry

id: grafana
name: Grafana
category: monitoring
vendor: Grafana Labs
author: haxxm0nkey

credentials:

  - id: default-admin
    name: Default Admin Login
    description: >
      Grafana ships with a default admin user for first sign-in. Grafana
      documents the default username and password as admin/admin unless
      changed through configuration or packaging.
    type: username_password
    nature: [static_default]
    sensitivity: secret
    default:
      username: admin
      password: admin
    location:
      - type: public_interface
        path: /login
        detail: Grafana web UI, default port 3000
      - type: config_file
        path: grafana.ini
        detail: '[security] admin_user and admin_password override defaults'
      - type: environment
        path: GF_SECURITY_ADMIN_USER, GF_SECURITY_ADMIN_PASSWORD
      - type: secret_store
        detail: Helm/Kubernetes Secrets, Docker secrets, CI/CD variables
    notes: >
      The first-login password-change prompt is not a substitute for changing
      the default before exposure. Admin access can read dashboards, data
      source configuration, and other stored integration secrets.

  - id: kube-prometheus-stack-admin
    name: kube-prometheus-stack Default Admin
    description: >
      The kube-prometheus-stack Helm chart deploys Grafana with a chart-level
      admin password override commonly set to prom-operator.
    type: username_password
    nature: [static_default]
    sensitivity: secret
    default:
      username: admin
      password

项目描述

Living Off the Land Credentials. Public credential defaults, locations, and exposure patterns for real products, SaaS/cloud services, appliances, and deployment packages.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

MoonshotAI
精选
MoonshotAI GitHub avatar

Kimi-K3

Kimi K3 is an open-weight, 2.8T-parameter native multimodal agentic model with a 1M-token context window, designed for frontier coding, knowledge work, and reasoning tasks.

AI 与机器学习AI 智能体
3,348
xuchonglang
精选
xuchonglang GitHub avatar

investing-for-beginners

A structured investing guide for Chinese beginners covering US stocks, options, and cryptocurrency, with focus on foundational concepts and risk awareness.

区块链与 Web3
2,739
Krishnagangwal
精选
Krishnagangwal GitHub avatar

CS-Fundamentals

A curated collection of Computer Science fundamentals (PDFs, notes, cheatsheets, interview question banks) for placement preparation, covering seven core subjects plus general resources.

数据与数据库数据库与存储
2,326