xploit47
Plans attack paths step by step using Beam Search or Monte Carlo Tree Search, scoring each step and tracking chains for penetration testing.
Instructions
Xploit47 advanced pentest reasoning engine. Breaks down attack paths step by step using Beam Search or Monte Carlo Tree Search (MCTS). Scores steps, tracks attack chains, and returns strategy metrics. Use for CTF/HTB planning and authorized pentest workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | No | Target asset for this step (optional) | |
| critical | No | Whether this step is on the critical path | |
| attackStep | Yes | Current attack step or action in the penetration test | |
| strategyType | No | Attack strategy to use: beam_search (methodical) or mcts (exploratory) | |
| recommendedTool | No | Recommended tool for this step (optional) | |
| attackStepNumber | Yes | Current step number in the attack chain | |
| totalAttackSteps | Yes | Total expected steps in the attack chain | |
| nextAttackStepNeeded | Yes | Whether another attack step is needed |