← 返回 Skills 市场
0x-professor

Pentest Active Directory

作者 Muhammad Mazhar Saeed · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
829
总下载
1
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install pentest-active-directory
功能描述
Assess Active Directory identity attack paths including roasting, relay, and delegation abuse.
安全使用建议
This skill appears to be an AD pentest orchestration tool that properly emphasizes scope checks and requires explicit authorization for live runs, but exercise caution before using it against real targets. Actions to take before installing or running: - Inspect the shared helper module (autonomous-pentester/shared/pentest_common or equivalent) referenced by the script; unknown code there could perform network, file, or credential operations. - Run the tool in --dry-run mode first and review the generated artifacts. - Confirm you have an isolated test environment and written authorization before supplying --i-have-authorization or removing --dry-run. - Verify you have a trusted Python runtime and decide whether you need the external pentest binaries (BloodHound/SharpHound/Impacket/etc.) that the references imply; these are not installed automatically. - If you plan to let an autonomous agent invoke this skill, understand the agent could run it without further prompts; restrict autonomous invocation until you’ve audited the shared code.
功能分析
Type: OpenClaw Skill Name: pentest-active-directory Version: 0.1.0 This skill bundle is benign. It is a well-structured template for an Active Directory pentesting skill, emphasizing strong security controls like explicit authorization (`--i-have-authorization`), scope validation, and a dry-run mode. The `active_directory.py` script, despite its name, does not execute any actual offensive tools or perform AD attacks; it only generates placeholder findings and output files. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts against the agent. The listed pentesting tools in `references/tools.md` are not invoked by this skill.
能力评估
Purpose & Capability
Name/description align with files and references (BloodHound, SharpHound, Impacket, mimikatz, etc.). The included script is an orchestrator that produces canonical artifacts and enforces scope/authorization. Minor mismatch: metadata lists no required binaries while the skill clearly needs a Python runtime and (for real testing) external pentest tools; this is plausible but should be declared.
Instruction Scope
SKILL.md and the script enforce scope validation, dry-run behavior, and explicit --i-have-authorization for live runs, which is good. However the runtime script imports pentest_common from a shared path (skills/autonomous-pentester/shared) that is not included in the package metadata shown; load_payload, validate_scope and other helpers are opaque here and could perform additional file/network/credential access. You should inspect that shared module before running non-dry-run executions.
Install Mechanism
No install spec (instruction-only with a Python script) — lowest installer risk. Nothing is downloaded or written by an installer step in the registry manifest.
Credentials
No environment variables, credentials, or config paths are requested in metadata or SKILL.md. This is conservative, but real AD pentesting would normally require credentials and external tools; this skill instead expects input payloads and a shared helper. Confirm where credentials or tool invocations would actually occur before granting access.
Persistence & Privilege
always:false and no indications the skill modifies other skills or system-wide settings. The skill writes output artifacts when run (unless dry-run) but does not request permanent presence or elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pentest-active-directory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pentest-active-directory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of pentest-active-directory skill. - Assesses Active Directory attack paths, including roasting, relay, and delegation abuse. - Enforces validation of scope and authorization before active actions. - Supports dry-run mode and requires explicit authorization for live execution. - Produces findings, attack paths, and report artifacts in standardized formats. - Aligns with PTES, MITRE, OWASP WSTG, and NIST SP 800-115 testing standards.
元数据
Slug pentest-active-directory
版本 0.1.0
许可证
累计安装 5
当前安装数 4
历史版本数 1
常见问题

Pentest Active Directory 是什么?

Assess Active Directory identity attack paths including roasting, relay, and delegation abuse. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 829 次。

如何安装 Pentest Active Directory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pentest-active-directory」即可一键安装,无需额外配置。

Pentest Active Directory 是免费的吗?

是的,Pentest Active Directory 完全免费(开源免费),可自由下载、安装和使用。

Pentest Active Directory 支持哪些平台?

Pentest Active Directory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pentest Active Directory?

由 Muhammad Mazhar Saeed(@0x-professor)开发并维护,当前版本 v0.1.0。

💬 留言讨论