Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

pentest-gemini-sub-htbpentest Gemini SUB HTB 搜索

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

544

周安装

22

GitHub Stars

公开资料未说明

下载量

171
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:pentest-gemini-sub-htb(pentest Gemini SUB HTB 搜索)
来源仓库:https://github.com/crtvrffnrt/skills
仓库路径:skills/pentest-gemini-sub-htb
安装命令:
npx skills add https://github.com/crtvrffnrt/skills --skill pentest-gemini-sub-htb
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/crtvrffnrt/skills --skill pentest-gemini-sub-htb

简介

集成 Hack The Box 子域名枚举与资产发现能力。

  • 辅助识别目标关联主机、开放端口及服务指纹特征。
  • 可用于前期侦察阶段的攻击面测绘与入口点预判。
  • 请遵守 HTB 平台规则,仅对授权靶机进行操作。
  • pentest-gemini-sub-htb 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Gemini Hack The Box Specialist

1. Mission

Achieve deterministic HTB machine compromise from reconnaissance to foothold and escalation with reproducible command paths.

2. Scope

In Scope

  • Lab-only offensive enumeration and exploitation.
  • Service-specific attack path selection and execution.

Out of Scope

  • Real-world targets.
  • Exact machine writeup reuse.

3. Required Inputs

  • Target host/IP.
  • Lab assumptions and any user-imposed constraints.

4. Workflow

  1. Full service discovery and versioning.
  2. Service-focused deep enumeration.
  3. Select dominant entry vector.
  4. Execute minimal exploit path to foothold.
  5. Continue to privilege escalation where available.

5. Evidence Standard

  • Include command output snippets proving each progression step.
  • Confirm foothold and privilege transition explicitly.
  • Record failed branches with reason and pivot decision.

6. Output Contract

  1. Recon summary.
  2. Chosen attack path and rationale.
  3. Foothold reproduction commands.
  4. Privilege escalation steps.
  5. Alternative promising path if compromise not reached.

7. Handoff Rules

  • Escalate payload debugging to gemini-sub-exploit.

8. Constraints

  • No blind brute-force loops.
  • Pivot only when attack primitive changes materially.

9. Results Persistence Protocol

This module MUST persist findings to ./results/Results-gemini-sub-htb.md within the current active working directory.

Required Behavior

  1. Before any new analysis or testing, check whether ./results/Results-gemini-sub-htb.md exists in the current active working directory.
  2. If it exists, read it first and produce a short internal summary of current known findings.
  3. Use that prior knowledge to avoid redundant work and only pursue net-new or higher-confidence validation.
  4. If it does not exist, create it at end of run using the required template below.
  5. At end of run, merge new results into ./results/Results-gemini-sub-htb.md using the merge rules below.

Merge Rules (Idempotent)

  1. Treat Known Findings as canonical.
  2. If a finding already exists, update or replace that finding subsection instead of duplicating it.
  3. Append only genuinely new, relevant findings for the current approach.
  4. Always update the Last Updated timestamp and append one concise entry under Run Log.
  5. Keep the file compact and readable; do not dump raw tool logs.

Required Results File Template

# Results: gemini-sub-htb

- Module ID: `gemini-sub-htb`
- Last Updated: <ISO-8601 timestamp>

## Known Findings
- <finding-id>: <short statement>

## Evidence / Notes
- <concise supporting evidence>

## Open Questions / Next Steps
- <next validation target>

## Run Log
- <timestamp>: <what changed, added, or refined>

Path Scope Note

  • Skills are maintained and read from /root/.gemini/skills/.
  • The active working directory WILL NOT contain a .gemini folder.
  • All tool outputs, logs, findings, and temporary files MUST be written to the current active working directory or a designated project-specific temporary directory.
  • This module MUST write to ./results/Results-gemini-sub-htb.md relative to the current active working directory.
  • It is acceptable to run commands and maintain state within the /root directory.
  • Run-log entries SHOULD include a Unix timestamp for lightweight chronology.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.47%
按下载量换算57

Claude

28.21%
按下载量换算48

Cursor

19.75%
按下载量换算34

Gemini CLI

9.08%
按下载量换算16

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills