Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

z2e-mcp

Go Version MCP Claude Desktop

MCP server that exposes security tools to AI clients via stdio.

Installation

make

Configuration

Add to Claude Desktop config (~/.config/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "z2e": {
      "command": "/your/z2e-mcp/binary/path",
      "args": [],
      "env": {
        "PATH": "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
      }
    }
  },
  "preferences": {
    "sidebarMode": "chat"
  }
}

Available Tools

Reconnaissance

  • subfinder - Subdomain discovery
  • nmap - Network port scanner
  • gobuster - Directory/file & DNS busting tool
  • enum4linux-ng - SMB/NetBIOS enumeration tool
  • fierce - DNS reconnaissance tool
  • masscan - Fast TCP port scanner

Exploitation

  • sqlmap - SQL injection detection and exploitation
  • hydra - Network logon cracker
  • nikto - Web server vulnerability scanner
  • wpscan - WordPress vulnerability scanner
  • john - John the Ripper password cracker
  • hashcat - Advanced password recovery tool

System Commands

  • ping - ICMP host availability check (default 3 packets)
  • curl - Make HTTP requests
  • ifconfig - Network interface configuration
  • find - Search for files and directories
  • checksum - CRC checksum calculation
  • md5sum - MD5 hash calculation
  • file - File type identification

Binary Analysis

  • binwalk - Firmware analysis and embedded file extraction
  • checksec - Check binary security properties
  • strings - Extract printable strings from binaries
  • objdump - Disassembly and object file information

Forensics

  • volatility3 - Memory forensics framework
  • foremost - File recovery based on headers/footers
  • steghide - Steganography detection and extraction
  • exiftool - Metadata analysis for images/PDFs/videos

Development

make        # Binary will be built as `z2e-mcp`

About

Z2E-MCP is built on a multi-agent architecture that utilizes MCP and runs over 100+ security tools.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages