Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

pentest-platform

pentest-platform には Seal-Re から収集した 30 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
30
Stars
4
更新
2026-04-20
Forks
2
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

httpx
情報セキュリティアナリスト

Fast HTTP probing and lightweight fingerprinting using ProjectDiscovery httpx. Use for web recon with redirect-awareness and JSON output.

2026-04-20
v5-micro-sample
ソフトウェア開発者

V5 样板 Micro-Skill:Pydantic 入参、micro_executor SDK、落盘 parsed.json、stderr S-06、stdout Agent 摘要 JSON(嵌入 raw_stdout)。

2026-04-20
init
ソフトウェア開発者

Build a basic understanding of the current project by scanning source code and available docs. Use when user asks for /init, project onboarding, quick repo familiarization, or initial architecture context.

2026-04-18
baidu-search
情報セキュリティアナリスト

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

2026-04-18
curl-raw
情報セキュリティアナリスト

Raw HTTP probing with curl. Use for custom method, headers and body requests in recon and validation.

2026-04-18
dirsearch
情報セキュリティアナリスト

Advanced web path scanner using multithreaded brute-force. Use for discovering hidden files, directories, and endpoints on web servers.

2026-04-18
dispatcher
ソフトウェア開発者

ETL + path-template dedupe + chunking + manifest. operation=prepare (default) or finalize. Context (Cookie/UA/tags) stored in manifest for nuclei.

2026-04-18
ehole
情報セキュリティアナリスト

Web fingerprint reconnaissance using EHole. Use for lightweight CMS/framework identification during recon.

2026-04-18
exploit-thinkphp
情報セキュリティアナリスト

ThinkPHP 5.x RCE exploit via invokefunction route (CVE-2018-20062). Targets PHP applications built on ThinkPHP 5.0/5.1 framework. Use after fingerprinting confirms ThinkPHP presence.

2026-04-18
exploit-tomcat
情報セキュリティアナリスト

Apache Tomcat CVE-2017-12615 PUT arbitrary file upload RCE via JSP webshell. Targets Tomcat instances with HTTP PUT enabled and write permissions on the webroot.

2026-04-18
exploit-weblogic
情報セキュリティアナリスト

Oracle WebLogic T3/IIOP deserialization RCE exploit (CVE-2023-21839, CVE-2020-14882). Targets Oracle WebLogic Server admin consoles and T3 listener ports.

2026-04-18
fastjson-exploit
情報セキュリティアナリスト

Fastjson 1.2.24-1.2.47 JNDI injection RCE via autoType bypass (CVE-2019-14540). Targets Java REST APIs that deserialize user-supplied JSON using the Fastjson library.

2026-04-18
fenjing
情報セキュリティアナリスト

Automated Jinja2 SSTI exploitation tool for bypassing WAF and detecting template injection vulnerabilities. Designed for CTF competitions with automatic parameter fuzzing and payload generation.

2026-04-18
ffuf-dir-enum
情報セキュリティアナリスト

Directory and endpoint brute-force using ffuf. Use for web content discovery after basic fingerprinting.

2026-04-18
fscan
情報セキュリティアナリスト

Comprehensive network security scanner. Performs port scanning, service detection, vulnerability discovery, and asset enumeration. Use for quick reconnaissance and vulnerability assessment.

2026-04-18
http-enum
情報セキュリティアナリスト

Basic HTTP fingerprint and header enumeration using curl. Use for web recon when only lightweight tooling is available.

2026-04-18
jndi-exploit
情報セキュリティアナリスト

JNDI injection server to deliver deserialization payloads via LDAP/RMI. Acts as the callback server for fastjson, log4shell, and WebLogic JNDI exploits.

2026-04-18
katana
情報セキュリティアナリスト

Katana crawl (+ optional Dirsearch). Writes discovery/katana_urls.txt under WORKSPACE_ROOT/{task_id}/web-vuln/{run_id}/. Default depth=2, `-ct` crawl cap, `-ef` static extensions filter; pair with dispatcher → nuclei.

2026-04-18
metasploit
情報セキュリティアナリスト

Penetration testing framework for exploit development and execution. Supports vulnerability scanning, exploitation, and post-exploitation. Use for comprehensive security testing and exploit testing.

2026-04-18
nikto-scan
情報セキュリティアナリスト

Web vulnerability scanning using Nikto. Use in VULN_SCAN for common web misconfigurations and known issues.

2026-04-18
nmap
情報セキュリティアナリスト

Network discovery and service detection. Scans hosts for open ports, service versions, and basic scripts (e.g. -sV -sC). Use for reconnaissance and mapping target attack surface.

2026-04-18
nuclei
情報セキュリティアナリスト

Nuclei scan using only `temlists/` as the template root (no bundled projectdiscovery/nuclei-templates); framework-routed matrix and phase-isolated tags (`safe-poc` / `exploit`).

2026-04-18
pua
コンピュータ・情報システムマネージャー

让你的 AI 不敢摆烂。用大厂 PUA 话术穷尽一切方案。触发条件:(1) 任务失败 2+ 次或反复微调同一思路; (2) 即将说'我无法解决'、建议用户手动操作、未验证就归因环境; (3) 被动等待——不搜索、不读源码、只等指示; (4) 用户不满:'try harder'、'stop giving up'、'换个方法'、'为什么还不行'、'你再试试'、'你怎么又失败了'。适用于所有任务类型。首次失败或已知修复正在执行时不触发。

2026-04-18
python-sandbox
情報セキュリティアナリスト

Secure Python execution sandbox for custom payload testing and HTTP requests. Allows agents to execute Python code with common libraries for penetration testing.

2026-04-18
read-target-list
情報セキュリティアナリスト

读取工作区内纯文本 URL 列表文件,返回 urls 数组(不合并 raw 日志,避免截断丢失)。

2026-04-18
read-workspace-artifact
情報セキュリティアナリスト

Read raw workspace artifact files by artifact_ref/path for PoC verification and false-positive validation.

2026-04-18
shiro-exploit
情報セキュリティアナリスト

Apache Shiro rememberMe deserialization RCE (CVE-2016-4437) with CommonsBeanutils chain. Targets Java web apps using Apache Shiro authentication framework.

2026-04-18
sqlmap
情報セキュリティアナリスト

Automated SQL injection detection and exploitation. Tests web URLs for SQLi with configurable risk/level. Use in exploit phase for validated targets.

2026-04-18
whatweb-fingerprint
情報セキュリティアナリスト

Fingerprint web technologies with WhatWeb. Use for tech stack detection and quick web profiling.

2026-04-18
ysoserial
情報セキュリティアナリスト

Java deserialization payload generator for common gadget chains (CommonsBeanutils, CC1-CC6). Used as a helper skill to produce serialized Java payloads for delivery via other exploit skills.

2026-04-18