pentestthinkingMCP
Plan and execute penetration testing steps using advanced strategies like Beam Search and Monte Carlo Tree Search. Automates attack path planning, provides step-by-step guidance, and recommends tools for CTF/HTB challenges.
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 |