Skip to main content
Glama

PentestThinkingMCP

by LT7T

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

NameRequiredDescriptionDefault
attackStepYesCurrent attack step or action in the penetration test
attackStepNumberYesCurrent step number in the attack chain
nextAttackStepNeededYesWhether another attack step is needed
strategyTypeNoAttack strategy to use (beam_search or mcts)
totalAttackStepsYesTotal expected steps in the attack chain

Input Schema (JSON Schema)

{ "properties": { "attackStep": { "description": "Current attack step or action in the penetration test", "type": "string" }, "attackStepNumber": { "description": "Current step number in the attack chain", "minimum": 1, "type": "integer" }, "nextAttackStepNeeded": { "description": "Whether another attack step is needed", "type": "boolean" }, "strategyType": { "description": "Attack strategy to use (beam_search or mcts)", "enum": [ "beam_search", "mcts" ], "type": "string" }, "totalAttackSteps": { "description": "Total expected steps in the attack chain", "minimum": 1, "type": "integer" } }, "required": [ "attackStep", "attackStepNumber", "totalAttackSteps", "nextAttackStepNeeded" ], "type": "object" }

Other Tools from PentestThinkingMCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/LT7T/SecMCP'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server