Skip to main content
Glama

get_john_formats

Check available John the Ripper hash formats to identify compatible cracking methods before starting password recovery processes.

Instructions

check available john format before cracking a hash

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler function for the 'get_john_formats' tool. It executes the command 'john --list=formats' using the run_command helper to list available hash formats supported by John the Ripper.
    async def get_john_formats(): return run_command(["john","--list=formats"])
  • Registration of the 'get_john_formats' tool using the MCP decorator, specifying its name and description.
    @mcp.tool(name="get_john_formats",description="check available john format before cracking a hash")

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/YoussefSahnoun/PentestMCP'

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