Agent Plugins Marketplace
All plugins

pentest-rs

v0.1.0

rust-script 渗透测试体系:五域(资产侦察/漏洞扫描/漏洞利用/后渗透操作/攻击产物分析)单文件脚本、pentest-lib 框架、wssd 远程壳 daemon、vulhub 实证回归。仅限合法授权测试。

CodexClaude Code5 Skills

By raystyleLicense: MIT0 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 20, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install pentest-rs for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add pentest-rs@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/raystyle/pentest_rs

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

pentest-rs/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/artifact-analysis/SKILL.md
├── skills/asset-reconnaissance/SKILL.md
├── skills/initial-exploitation/SKILL.md
├── skills/post-exploitation/SKILL.md
└── skills/vulnerability-scan/SKILL.md

Included Skills5

artifact-analysisskills/artifact-analysis/SKILL.md

攻击产物分析域:从攻击产物(access log/runtime log)复盘操作效果、判定攻击是否成功。当用户要求验证扫描或攻击是否生效、分析靶场日志、排查 WAF 干扰时使用。

asset-reconnaissanceskills/asset-reconnaissance/SKILL.md

资产侦察域:主机存活、端口扫描、递归目录爆破、指纹批量识别、子域枚举。当用户要求探测存活主机、扫端口、爆目录、识别 Web 指纹、枚举子域时使用。

initial-exploitationskills/initial-exploitation/SKILL.md

漏洞利用域:POC 触发证明漏洞可利用。当用户要求验证 RCE 可执行、提取注入数据(如 user())等无副作用利用证据时使用。

post-exploitationskills/post-exploitation/SKILL.md

后渗透操作域:经 wssd 远程壳的 W 系协议对已控 Windows 目标做 WMI/CIM 只读信息收集。当用户要求收集系统画像、进程服务、共享、补丁、检测 EDR/杀软时使用。

vulnerability-scanskills/vulnerability-scan/SKILL.md

漏洞扫描域:SSRF 借道端口探测、XSS 反射、SQLi 错误回显、nuclei 模板执行、模块化检测、Redis/FTP 未授权。当用户要求验证漏洞是否存在、跑 nuclei 模板、检测未授权服务时使用。

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "pentest-rs",
  "version": "0.1.0",
  "description": "rust-script 渗透测试体系:五域(资产侦察/漏洞扫描/漏洞利用/后渗透操作/攻击产物分析)单文件脚本、pentest-lib 框架、wssd 远程壳 daemon、vulhub 实证回归。仅限合法授权测试。",
  "author": {
    "name": "raystyle"
  },
  "license": "MIT",
  "keywords": [
    "pentest",
    "rust",
    "rust-script",
    "offensive-security",
    "red-team",
    "reconnaissance",
    "vulnerability-scan",
    "wmi",
    "wssd"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Pentest RS",
    "shortDescription": "五域 rust-script 渗透测试体系(侦察/漏扫/利用/后渗透/产物分析)。",
    "longDescription": "Agent 工作区式渗透测试体系:单文件 rust-script 脚本 + pentest-lib 框架 + wssd 远程壳(W 系 WMI 协议)+ vulhub 实证回归。统一 AgentResult JSON 契约,./pdt 统一管理入口。",
    "developerName": "raystyle",
    "category": "Security",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "用资产侦察域扫描 192.168.88.0/24 的存活主机与开放端口",
      "对目标跑指纹识别并接漏洞扫描",
      "用 wssd C2 收集 Windows 靶场系统画像与进程列表",
      "分析靶场 access log 判定攻击是否成功"
    ],
    "brandColor": "#B7410E"
  }
}
.claude-plugin/plugin.json
{
  "name": "pentest-rs",
  "description": "rust-script 渗透测试体系:五域(资产侦察/漏洞扫描/漏洞利用/后渗透操作/攻击产物分析)单文件脚本、pentest-lib 框架、wssd 远程壳 daemon、vulhub 实证回归。仅限合法授权测试。",
  "version": "0.1.0",
  "author": {
    "name": "raystyle"
  },
  "homepage": "https://github.com/raystyle/pentest_rs",
  "repository": "https://github.com/raystyle/pentest_rs",
  "license": "MIT",
  "keywords": [
    "pentest",
    "rust",
    "rust-script",
    "offensive-security",
    "red-team"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[pentest-rs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/pentest-rs)