← 返回 Skills 市场
299
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install subdomain-enum
功能描述
Enumerate subdomains for any domain using DNS brute-force and certificate transparency logs (crt.sh). Use when a user needs to discover subdomains, perform r...
安全使用建议
This skill is a straightforward subdomain enumerator. Before installing/running: only scan domains you own or are authorized to test; review any custom wordlist files you pass in (they may contain words that expand scan scope); be aware the script will write output to any file path you specify (avoid overwriting important files and don't run it as root). Installing the 'requests' package requires network access and appropriate permissions in the environment. If you plan to let an agent invoke this automatically, ensure network egress to crt.sh is acceptable and that the agent is not given broader file-system access than necessary.
功能分析
Type: OpenClaw Skill
Name: subdomain-enum
Version: 1.0.0
The skill provides a standard subdomain enumeration tool using DNS brute-forcing and public certificate transparency logs (crt.sh). The Python script `scripts/subenum.py` uses legitimate libraries (socket, requests) for its stated purpose and contains no evidence of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
Name and description match the included script and SKILL.md: DNS brute-force and crt.sh lookups are exactly what the script implements; no unrelated binaries, env vars, or services are requested.
Instruction Scope
SKILL.md simply instructs running the included Python script and documents options. The script may read a user-supplied wordlist file and can write results to a file — both expected for this tool, but these capabilities mean it can access arbitrary paths you pass as arguments.
Install Mechanism
No install spec; the only runtime dependency is the widely used 'requests' package (pip). This is proportionate, but installing packages via pip requires network access and privileges in the environment where the agent runs.
Credentials
No environment variables, credentials, or config paths are required. The script only performs DNS lookups and HTTPS requests to crt.sh; requested capabilities are minimal and aligned with the purpose.
Persistence & Privilege
Skill is not always-enabled and does not modify other skills or system-wide settings. It does not persist credentials or enable itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install subdomain-enum - 安装完成后,直接呼叫该 Skill 的名称或使用
/subdomain-enum触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of subdomain-enum.
- Enumerates subdomains using DNS brute-force and certificate transparency logs (crt.sh)
- No API keys required; supports built-in or custom wordlists
- Allows concurrent DNS queries with configurable threads
- Optional JSON output and direct file saving
- Includes switches for skipping crt.sh lookup and enabling verbose progress
元数据
常见问题
Subdomain Enum 是什么?
Enumerate subdomains for any domain using DNS brute-force and certificate transparency logs (crt.sh). Use when a user needs to discover subdomains, perform r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 299 次。
如何安装 Subdomain Enum?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install subdomain-enum」即可一键安装,无需额外配置。
Subdomain Enum 是免费的吗?
是的,Subdomain Enum 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Subdomain Enum 支持哪些平台?
Subdomain Enum 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Subdomain Enum?
由 John Wang(@johnnywang2001)开发并维护,当前版本 v1.0.0。
推荐 Skills