返回顶部
S

SecLists Pattern-Matching安全模式匹配

Sensitive data patterns for security testing: API keys, credit cards, emails, SSNs, phone numbers, IPs, and more. Use for data discovery and validation.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
143
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

SecLists Pattern-Matching

SecLists 模式匹配

描述

用于安全测试的敏感数据模式:API密钥、信用卡号、电子邮件、社会安全号码、电话号码、IP地址等。可用于数据发现和验证。

来源: SecLists/Pattern-Matching
仓库: https://github.com/danielmiessler/SecLists
许可证: MIT

何时使用此技能

当您需要以下功能时,可使用此技能:

  • - 在代码/日志中检测API密钥
  • 信用卡验证测试
  • 电子邮件模式匹配
  • IP地址发现
  • 社会安全号码格式验证
  • 电话号码模式测试

⚠️ 重要提示: 仅用于授权的安全测试、漏洞赏金计划、CTF竞赛或教育目的。

此技能中的关键文件

  • - api-keys.txt - API密钥模式
  • credit-cards.txt - 信用卡格式
  • email-addresses.txt - 电子邮件模式
  • ip-addresses.txt - IP地址模式
  • ssn.txt - 社会安全号码模式
  • phone-numbers.txt - 电话号码格式

使用示例

python

从此技能访问文件


import os

示例:加载模式/载荷

skill_path = references/Pattern-Matching

列出所有可用文件

for root, dirs, files in os.walk(skill_path): for file in files: if file.endswith(.txt): filepath = os.path.join(root, file) print(f找到:{filepath})

# 读取文件内容
with open(filepath, r, errors=ignore) as f:
content = f.read().splitlines()
print(f 行数:{len(content)})

安全与道德

授权使用场景 ✅

  • - 获得书面授权的渗透测试
  • 漏洞赏金计划(在范围内)
  • CTF竞赛
  • 受控环境下的安全研究
  • 测试自己的系统
  • 教育演示

禁止使用场景 ❌

  • - 未经授权的访问尝试
  • 未经许可的测试
  • 恶意活动
  • 侵犯隐私
  • 任何非法活动

完整的SecLists集合

这是SecLists的精选子集。如需完整集合:

  • - 完整仓库: https://github.com/danielmiessler/SecLists
  • 大小: 4.5 GB,包含6000+个文件
  • 所有类别: 密码、用户名、发现、模糊测试、载荷、Web Shell、模式匹配、AI、杂项



由Skill Seeker生成 | SecLists模式匹配集合
许可证: MIT - 请在获得适当授权后负责任地使用

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 pattern-matching-1776108927 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 pattern-matching-1776108927 技能

通过命令行安装

skillhub install pattern-matching-1776108927

下载

⬇ 下载 SecLists Pattern-Matching v1.0.0(免费)

文件大小: 30.39 KB | 发布时间: 2026-4-14 13:32

v1.0.0 最新 2026-4-14 13:32
Initial release of SecLists Pattern-Matching skill:

- Provides sensitive data patterns for security testing—API keys, credit cards, emails, SSNs, phone numbers, and IP addresses.
- Includes reference text files for common sensitive data patterns.
- Helpful for data discovery and validation tasks.
- Designed for authorized security testing, educational use, bug bounty, and CTFs.
- Guidance on ethical and authorized usage included.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部