ZYPHERON-CLI(1)

NAME

Zypheron-CLIZYPHERON CLI Powerful command-line interface for automated security testing. Integrate ZYPHERON into your DevSecOps…

SYNOPSIS

INFO

98 stars
19 forks
0 views

DESCRIPTION

ZYPHERON CLI Powerful command-line interface for automated security testing. Integrate ZYPHERON into your DevSecOps pipeline. Get CLI

README

Zypheron - AI-Powered Penetration Testing CLI

Go Version Python Version License

High-performance penetration testing CLI written in Go with AI-powered analysis.

╔══════════════════════════════════════════════════════════════════════╗
║  ███████╗██╗   ██╗██████╗ ██╗  ██╗███████╗██████╗  ██████╗ ██╗   ██╗ ║
║  ╚══███╔╝╚██╗ ██╔╝██╔══██╗██║  ██║██╔════╝██╔══██╗██╔═══██╗████╗ ██║ ║
║    ███╔╝  ╚████╔╝ ██████╔╝███████║█████╗  ██████╔╝██║   ██║██╔██╗██║ ║
║   ███╔╝    ╚██╔╝  ██╔═══╝ ██╔══██║██╔══╝  ██╔══██╗██║   ██║██║╚████║ ║
║  ███████╗   ██║   ██║     ██║  ██║███████╗██║  ██║╚██████╔╝██║ ╚███║ ║
║  ╚══════╝   ╚═╝   ╚═╝     ╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚══╝ ║
║                AI-Powered Penetration Testing Platform               ║
╚══════════════════════════════════════════════════════════════════════╝

Quick Start

# Clone and build
git clone https://github.com/KKingZero/Zypheron-CLI.git
cd Zypheron-CLI/zypheron-go
go mod tidy && go build -o zypheron ./cmd/zypheron

Install system-wide (optional)

sudo cp zypheron /usr/local/bin/

Start scanning

zypheron scan example.com

Features

  • Fast - Single ~10MB binary, 5-10ms startup
  • 30+ Security Tools - nmap, nuclei, nikto, sqlmap, radare2, and more
  • AI-Powered - Chat assistant, scan analysis, guided scanning
  • Cross-Platform - Linux, macOS, Windows (WSL)
  • OPSEC-Friendly - Minimal footprint, no dependencies

Documentation

GuideDescription
Quick StartGet running in under 5 minutes
InstallationFull installation guide with all options
Setup & UsageConfiguration and usage guide
Go CLI ReferenceComplete command reference
AI FeaturesAI setup and usage
MCP IntegrationConnect AI agents to security tools
TroubleshootingCommon issues and solutions

Commands

# Scanning
zypheron scan example.com              # Basic scan
zypheron scan example.com --web        # Web app scan
zypheron scan example.com --ai-guided  # AI-guided scan

Tool Management

zypheron tools check # Check installed tools zypheron tools install-all # Install all tools

AI Chat

zypheron chat "How do I test for SQLi?"

Reverse Engineering

zypheron reverse-eng binary --tool radare2

Forensics

zypheron forensics image.dd --tool volatility

Integrated Tools

CategoryTools
Scanningnmap, masscan, nuclei
Webnikto, sqlmap, gobuster, ffuf
Passwordhydra, john, hashcat
Reconsubfinder, amass, theharvester
RE/Pwnradare2, gdb, ghidra, pwntools, checksec
Forensicsvolatility, sleuthkit, binwalk

Requirements

  • Go 1.21+ (for building)
  • Python 3.9+ (for AI features)
  • Linux/macOS/WSL (Kali recommended)

Legal

For authorized security testing only. Always obtain written permission before testing any systems. See SECURITY.md for our security policy.

License

MIT License - see LICENSE

SEE ALSO

clihub3/4/2026ZYPHERON-CLI(1)