Skip to main content
Glama
VERMAXVR

awsome_kali_MCPServers

actions.py480 B
import asyncio from src.kali_mcps.base.kali_command import CommandRunner class TracerouteCommand(CommandRunner): def __init__(self): super().__init__("traceroute", network_enabled=True, memory_limit="1g", timeout=120) def traceroute_action(target: str): """ Traceroute to the target """ cmd = TracerouteCommand() command = ["traceroute", target] return cmd.execute(command) if __name__ == "__main__": print(traceroute_action("8.8.8.8"))

Latest Blog Posts

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/VERMAXVR/awsome_kali_MCPServers'

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