8000 Releases · code3hr/opencode · GitHub
[go: up one dir, main page]

Skip to content

Releases: code3hr/opencode

Release v1.3.0

23 Jan 18:41

Choose a tag to compare

Release v1.2.5

23 Jan 10:05

Choose a tag to compare

Wiz v1.1.0 - Initial Release

17 Jan 18:15

Choose a tag to compare

Wiz v1.1.0 - Initial Release

AI-Powered Security Operations Platform

Features

  • Natural language tool orchestration
  • Governance engine with policy-based approval
  • Scope enforcement for authorized targets
  • Comprehensive audit logging
  • Structured findings management
  • Professional report generation

Integrated Security Tools

  • Reconnaissance: nmap, masscan, amass, subfinder
  • Web Scanning: nikto, nuclei, gobuster, ffuf, sqlmap
  • Network Analysis: SMB, SNMP, DNS, LDAP enumeration
  • Active Directory: User/group enumeration, Kerberoasting
  • API Security: OpenAPI parsing, JWT analysis

Platform Support

  • Kali Linux
  • Parrot OS
  • Any Linux with manual tool installation

Installation

Debian/Kali/Parrot:

wget https://github.com/code3hr/opencode/releases/download/v1.1.0/wiz_1.1.0-1_all.deb
sudo dpkg -i wiz_1.1.0-1_all.deb
sudo apt-get install -f

From source:

git clone https://github.com/code3hr/opencode.git wiz
cd wiz
bun install
bun run --cwd packages/opencode src/index.ts

Requirements

  • Bun runtime (installed automatically by .deb)
  • LLM API key (Anthropic or OpenAI)
0