pentestthinkingMCP
Plan and optimize penetration testing attack paths using Beam Search and Monte Carlo Tree Search algorithms for step-by-step guidance, CTF solutions, and tool recommendations.
Instructions
Advanced reasoning tool with multiple strategies including Beam Search and Monte Carlo Tree Search
Input Schema
Name | Required | Description | Default |
---|---|---|---|
attackStep | Yes | Current attack step or action in the penetration test | |
attackStepNumber | Yes | Current step number in the attack chain | |
nextAttackStepNeeded | Yes | Whether another attack step is needed | |
strategyType | No | Attack strategy to use (beam_search or mcts) | |
totalAttackSteps | Yes | Total expected steps in the attack chain |