@gugut/cli
v1.0.0
Published
Gugut Security Studio - Industrial Cloud CLI
Maintainers
Readme
🛡️ GUGUT SECURITY STUDIO - APOCALYPSE ENGINE CLI
Industrial-Grade Autonomous Security Orchestration & Neural Audit CLI v1.0
Gugut CLI is the command-line interface for the Gugut Security Studio ecosystem. It provides security professionals, DevOps teams, and penetration testers with a high-concurrency, AI-driven engine to perform autonomous reconnaissance, vulnerability mapping, and industrial-grade security audits directly from the terminal.
⚡ CORE CAPABILITIES
- 🧠 Neural Intelligence Bridge: Direct uplink to the Gugut Sentinel v12 AI brain for strategic attack reasoning.
- 🚀 High-Concurrency Orchestration: Concurrent execution of thousands of security vectors via asynchronous architecture.
- 🌐 Universal Target Analysis: Seamless auditing of Web Apps, IP Infrastructures, and GitHub Repositories.
- 📊 Industrial Reporting: Real-time generation of HackerOne and Bugcrowd compliant vulnerability dossiers.
- ☁️ Ecosystem Synchronization: Full integration with
api.gugut.cloudandwww.gugut.cloud.
🛠️ INSTALLATION
Install globally via NPM:
npm install -g @gugut/cliRequires Node.js 18+ and a Gugut Cloud Account.
🚀 QUICK START & USAGE
1. Identity Synchronization
Authenticate your session with the Gugut Cloud Identity Gateway:
gugut login2. Autonomous Security Audit
Initiate a deep-mapping scan on a target infrastructure:
# Standard Scan
gugut scan https://target-app.com3. Monitoring & Dossier Retrieval
Track progress or pull finalized intelligence dossiers directly via the dashboard:
gugut status <scan-id>
gugut report <scan-id> --download🧭 COMMAND SUITE
| Command | Argument | Options | Description |
| :--- | :--- | :--- | :--- |
| login | N/A | N/A | Authenticate via API Token |
| scan | <target> | --deep, --aggressive, --format | Launch autonomous security audit |
| status | <id> | N/A | Real-time progress monitoring |
| report | <id> | --download, --type | Retrieve vulnerability dossier |
| whoami | N/A | N/A | Display current identity context |
🧬 ARCHITECTURE
Gugut CLI acts as a thin-client bridge between the user's local environment and the Gugut Apocalypse Engine.
- Reconnaissance: The CLI gathers initial metadata and target scope.
- Neural Uplink: Target profile is transmitted to Gugut Cloud AI for strategic modeling.
- Payload Injection: Local or Cloud agents execute verified security vectors.
- Dossier Generation: Findings are aggregated into a professional security report.
🛡️ SECURITY & COMPLIANCE
Gugut CLI adheres to the highest standards of secure communication. All data transmitted between the CLI and api.gugut.cloud is encrypted via TLS 1.3. API keys are stored locally in a secured OS-level config vault.
🤝 CONTRIBUTION & SUPPORT
For enterprise support or to contribute to the engine:
- Cloud Dashboard: www.gugut.cloud
- API Documentation: www.gugut.cloud/docs
© 2026 Gugut Security Studio. All Rights Reserved. APOCALYPSE ENGINE is a trademark of Gugut Cloud.
