Skip to main content
Glama

check_SMB_signing

Check SMB signing configuration on IP addresses to identify potential security vulnerabilities in network communication protocols.

Instructions

used to check smb signgings of an ip address or some range of ip addresses with the needed options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ipsYes

Implementation Reference

  • The handler function for the 'check_SMB_signing' tool. It takes a list of IP addresses and runs the 'netexec smb' command on them to check SMB signing status.
    def check_SMB_signing(ips:List[str]): return run_command(["netexec","smb"]+ips)
  • Registers the 'check_SMB_signing' tool in the MCP server using the @mcp.tool decorator.
    @mcp.tool(name="check_SMB_signing",description="used to check smb signgings of an ip address or some range of ip addresses with the needed options")

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