Skip to content
mendsec edited this page Jun 23, 2026 · 1 revision

catnet

Scriptable Go CLI for network discovery, powered by catnet-core. Zero external dependencies in the engine. Designed for security engineers, sysadmins, and CI/CD pipelines. Part of the CatNet ecosystem.

At a Glance

Property Value
Language Go 1.26+
License MIT
Engine catnet-core v0.2.0
Platforms Linux · macOS · Windows
Install Binary / go install / Homebrew (coming M7)

Quick Example

catnet scan 192.168.1.0/24 --format json | jq '.devices[] | select(.isAlive) | {ip, hostname, openPorts}'

Wiki Navigation

Ecosystem

Repository Role GitHub URL
catnet-core Shared scanning engine github.com/mendsec/catnet-core
catnet Scriptable CLI (this project) github.com/mendsec/catnet
catnet-tui Interactive TUI interface github.com/mendsec/catnet-tui
catnet-scanner Desktop GUI application github.com/mendsec/catnet-scanner

Project Status

CI Go Version Release License: MIT

For roadmap and upcoming releases see the Roadmap page.

Clone this wiki locally