-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mendsec edited this page Jun 23, 2026
·
1 revision
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.
| 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) |
catnet scan 192.168.1.0/24 --format json | jq '.devices[] | select(.isAlive) | {ip, hostname, openPorts}'- Home
- Installation
- Getting Started
- CLI Reference
- Output Reference
- Use Cases
- Architecture
- Contributing
- Security
- Roadmap
- Changelog
| 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 |
For roadmap and upcoming releases see the Roadmap page.
© 2026 Fábio Mendes · MIT License · catnet · catnet-core · Report an issue
catnet Wiki
Getting Started
Reference
Guides
Project