Create a new engagement workspace. Usage: /new <platform> <program> [--type web-app|api|mobile|smart-contract]
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 H-mmer/pentest-agents에서 162개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
H-mmer/pentest-agents수집된 skill 162개 중 40개를 표시합니다.
Create a new engagement workspace. Usage: /new <platform> <program> [--type web-app|api|mobile|smart-contract]
원문 언어: 영어
Prepare the battlefield — recon, scanning, and surface ranking. Stops before hunting. Run /hunt or /autopilot after. Usage: /pipeline or /pipeline <target>
원문 언어: 영어
Score a report draft before submission. Usage: /quality <draft-path-or-finding-description>
원문 언어: 영어
Run a quick security scan on a target. Consults the Brain first, validates scope, runs passive recon + vuln scan in parallel.
원문 언어: 영어
Log a finding or pattern to persistent brain memory. Auto-fills from session context. Usage: /remember
원문 언어: 영어
Resume a previous hunt. Shows hunt history, untested endpoints, memory-informed suggestions. Usage: /resume target.com
원문 언어: 영어
Source code vulnerability hunting (SAST). Decomposes analysis into specialized passes: map entry points, map dangerous ops, trace flows, find gaps, adversarial validation, exploit. Usage: /sast <repo_path> [--lang c|cpp|rust|java|python|go|php] [--min-score…
원문 언어: 영어
Show engagement dashboard with program info, scope, brain state, findings, agent activity, and cost estimate.
원문 언어: 영어
Show ranked attack surface for a target. Invokes recon-ranker agent. Usage: /surface target.com
원문 언어: 영어
Sync program scope, policy, and hacktivity from a bug bounty platform. Usage: /sync hackerone tesla or /sync bugcrowd uber
원문 언어: 영어
Batch-validate ALL findings through the 7-Question Gate. Kills weak findings in bulk. Usage: /triage
원문 언어: 영어
Validate a finding through the 7-Question Gate + 4 gates. Kills weak findings FAST. Usage: /validate <finding description>
원문 언어: 영어
Analyze recon output with AI to suggest high-value targets and attack strategies. Usage: /analyze <target>
원문 언어: 영어
Manage the engagement brain. Subcommands: 'init' to set up, 'brief <target>' for pre-flight, 'status' for overview, 'exhausted [target]' to see dead ends.
원문 언어: 영어
Build deep exploit chains — dispatches chain-builder agent. Given bug A, recursively walks the chain graph. Usage: /chain (then describe bug A)
원문 언어: 영어
Run the finding correlation engine to discover attack chains from individual findings.
원문 언어: 영어
Show cost tracking and ROI for this engagement.
원문 언어: 영어
Check if a vulnerability has already been reported. Searches platform hacktivity + local findings. Usage: /dupcheck <vuln_type> e.g. /dupcheck XSS in search endpoint
원문 언어: 영어
Full security assessment with brain coordination. Multi-phase, skips known-exhausted areas, builds on prior knowledge.
원문 언어: 영어
Record a platform response and update learning. Usage: /learn <report_id> <status> [--bounty 500] [--vuln-type XSS]
원문 언어: 영어
Generate a text-based attack surface mindmap. Shows tech stack → vuln class → endpoint relationships. Usage: /mindmap <target>
원문 언어: 영어
Monitor targets for changes. Usage: /monitor baseline (first run), /monitor check (detect changes), /monitor scope (check platform for scope updates)
원문 언어: 영어
Create a new engagement workspace. Usage: /new <platform> <program> [--type web-app|api|mobile|smart-contract]
원문 언어: 영어
Prepare the battlefield — recon, scanning, and surface ranking. Stops before hunting. Run /hunt or /autopilot after. Usage: /pipeline or /pipeline <target>
원문 언어: 영어
Score a report draft before submission. Usage: /quality <draft-path-or-finding-description>
원문 언어: 영어
Run a quick security scan on a target. Consults the Brain first, validates scope, runs passive recon + vuln scan in parallel.
원문 언어: 영어
Log a finding or pattern to persistent brain memory. Auto-fills from session context. Usage: /remember
원문 언어: 영어
Resume a previous hunt. Shows hunt history, untested endpoints, memory-informed suggestions. Usage: /resume target.com
원문 언어: 영어
Source code vulnerability hunting (SAST). Decomposes analysis into specialized passes: map entry points, map dangerous ops, trace flows, find gaps, adversarial validation, exploit. Usage: /sast <repo_path> [--lang c|cpp|rust|java|python|go|php] [--min-score…
원문 언어: 영어
Show engagement dashboard with program info, scope, brain state, findings, agent activity, and cost estimate.
원문 언어: 영어
Show ranked attack surface for a target. Invokes recon-ranker agent. Usage: /surface target.com
원문 언어: 영어
Sync program scope, policy, and hacktivity from a bug bounty platform. Usage: /sync hackerone tesla or /sync bugcrowd uber
원문 언어: 영어
Batch-validate ALL findings through the 7-Question Gate. Kills weak findings in bulk. Usage: /triage
원문 언어: 영어
Validate a finding through the 7-Question Gate + 4 gates. Kills weak findings FAST. Usage: /validate <finding description>
원문 언어: 영어
Hunting skill for business-logic vulnerabilities (CWE-840 Business Logic Errors, CWE-841 Improper Enforcement of Behavioral Workflow, CWE-639 Authorization Bypass via User-Controlled Key in business contexts, CWE-362 race conditions on financial flows). Built…
원문 언어: 영어
Hunting skill for Insecure Direct Object Reference / Broken Object Level Authorization (BOLA — OWASP API1:2023). Built from 1,117 public IDOR bug bounty reports across HackerOne, Bugcrowd, Intigriti, GitHub Security Advisories, Huntr, plus 2024-2026 meta…
원문 언어: 영어
Hunting skill for LLM and Agentic AI vulnerabilities — direct + indirect prompt injection, ASCII smuggling data exfil, agentic tool-use abuse, system prompt leakage, vector DB cross-tenant, model server RCE, insecure output handling. Built from public bug…
원문 언어: 영어
Hunting skill for OAuth 2.0 / 2.1, OpenID Connect (OIDC), SAML SSO, and JWT authentication. Built from 365 public OAuth/SSO bug bounty reports across HackerOne, GitHub Security Advisories, PortSwigger Research, GitHub Security Lab, Detectify, Doyensec, Salt…
원문 언어: 영어
Hunting skill for remote code execution. Built from 1,218 public RCE bug bounty reports across HackerOne, Project Zero, Intigriti, GitHub Security Advisories, and curated awesome-* lists, plus 2024-2026 meta verified against NVD — React Server Components…
원문 언어: 영어
Hunting skill for Cross-Site Scripting (XSS) — DOM-based, stored, reflected, mutation-based (mXSS), and modern variants. Built from public bug bounty reports across HackerOne, Intigriti, Bugcrowd, Huntr, and GitHub Security Advisories, plus 2024-2026 meta…
원문 언어: 영어