Metadata-Version: 2.4
Name: myth-cli
Version: 0.1.0.post3
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Security
Summary: An ultra-fast AI-powered reconnaissance agent for Kali Linux
Keywords: kali,reconnaissance,ai,security,pentesting,bug-bounty
Home-Page: https://myth.work.gd
Author-email: MYTH Development Team <contact@myth.work.gd>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://myth.work.gd
Project-URL: Repository, https://github.com/myth-tools/MYTH-CLI
Project-URL: Documentation, https://myth.work.gd/

<div align="center">

# ⚡ MYTH ⚡

**The Ultimate AI-Powered Reconnaissance Operative for Kali Linux**

*Autonomous • Unrestricted • Absolute Stealth*

[![Official Web Nexus](https://img.shields.io/badge/Official-Web_Nexus-brightgreen?style=for-the-badge&logo=appveyor)](https://myth.work.gd)
[![Kali Linux](https://img.shields.io/badge/Kali_Linux-Supported-blue?style=for-the-badge&logo=kali-linux)](https://www.kali.org/)
[![Status](https://img.shields.io/badge/Status-Active_Missions-red?style=for-the-badge)](#)

</div>

---

## ⚡ The Next Evolution of Offensive Security

**MYTH** is a State-of-the-Art (SOTA) AI reconnaissance agent built exclusively for elite security researchers, bug bounty hunters, and red team operators. It completely eliminates the friction of manual tool orchestration. 

Simply drop MYTH into a Kali Linux environment, provide a target, and watch as it orchestrates **thousands of cybersecurity tools autonomously**, acting as your senior offensive security engineer.

---

## 💎 The MYTH Advantage

Why operators choose MYTH for their most critical missions:

| Feature | Tactical Benefit |
| :--- | :--- |
| **🧠 Neural Intelligence** | Powered by elite reasoning chains, MYTH doesn't just run tools—it reads the output, identifies attack vectors, and dynamically pivots its strategy. |
| **⚔️ The Infinite Arsenal** | Seamlessly integrates with **3,000+ Kali Linux tools**. No wrapper scripts. No manual configuration. Instant, universal access. |
| **🛡️ Absolute Containment** | Every mission executes within a hardened, zero-trust sandbox. Your host system remains completely untouchable by rogue tools or malicious targets. |
| **💨 Zero Digital Forensics** | Absolute volatility. All operational data lives and dies in RAM. When the mission ends, the digital footprint vanishes entirely. |
| **🚀 Lightning Deployment** | Single-binary footprint with sub-2ms startup latency. Perfect for rapid deployment on VPS nodes and disposable infrastructure. |
| **🌐 Ultra-Fast Browser**   | Integrated with **Lightpanda**, a high-performance Zig-based browser engine (11x faster, 9x less RAM) for zero-latency JS reconnaissance. |
| **🎨 Tactical Typography** | **Elite Tier Typography Suite**: Support for 10 high-performance fonts with Zero-Latency synchronization across modern terminal emulators. |

---

## 🎯 The Elite 12-Phase Methodology

MYTH doesn't guess; it operates on a standard **89-step professional reconnaissance framework**, guaranteeing total coverage of the modern attack surface.

> [!NOTE]
> **Complete Automation**
> From initial OSINT to deep vulnerability assessment, MYTH executes all 12 phases autonomously, adjusting its trajectory based on the intelligence it gathers in real-time.

<details>
<summary><b>Expand to view the 12 Tactical Phases</b></summary>

1. **Organizational Mapping:** Root Domain Enumeration, ASN Discovery, Reverse WHOIS.
2. **Identity & Credential Intelligence:** Employee Mapping, Breach Analysis, Password Policies.
3. **Asset Discovery & Enumeration:** DNS Full-Spectrum, Subdomain Extraction, Certificate Mining.
4. **Active Reconnaissance:** Port Scanning, Service Fingerprinting, WAF Detection.
5. **Content & Application Discovery:** Directory Bruteforcing, Source Code Leaks, API Grids.
6. **Supply Chain & Dependencies:** Third-party Library Analysis, CDN Mapping.
7. **AI/ML Attack Surface:** Model File Detection, Training Data Exposure.
8. **Dynamic Input & Interaction:** Parameter Discovery, File Upload Testing.
9. **Vulnerability Assessment:** CVE Exploitation Checks, Default Credential Testing.
10. **Secrets & Exposures:** Git Mining, Cloud Storage Leaks.
11. **Continuous Monitoring:** DNS Deltas, Service Change Alerts.
12. **Attack Surface Synthesis:** Critical Asset Identification and Reporting.

</details>

---

## 🚀 Rapid Deployment

Get MYTH running on your Kali system in under 60 seconds with our professional repository.

### 📋 Prerequisites (Must-Have)
- **Kali Linux** (Recommended platform)
- **Kali Linux Recon Tools** (Pre-installed arsenal)
- **Bubblewrap** (`sudo apt install bubblewrap`)
- **NVIDIA NIM Key**: [Get free API key](https://build.nvidia.com/)

> [!TIP]
> **No Runtime Dependencies**: MYTH is distributed as a high-performance native binary. You do **NOT** need Rust, Python, or Go installed to run the agent.

### 🛠️ Tactical Installation (Recommended)

**Deploy Latest Stable**:
```bash
curl -sSL https://myth.work.gd/install.sh | sudo bash
```

**Deploy Specific Version**:
```bash
curl -sSL https://myth.work.gd/install.sh | sudo VERSION=0.1.0 bash
```

### ⚡ Manual Control (Bootstrap Only)
If you prefer to configure the repository without immediate installation, use the bootstrap protocol:
```bash
curl -sSL https://myth.work.gd/bootstrap.sh | sudo bash
sudo apt update && sudo apt install myth
```

### 📦 Universal Command Runners
MYTH can be executed instantly with zero installation overhead across 14 global ecosystems. As long as your environment supports Linux capabilities (`bwrap`), you can run the agent dynamically.

**Important Namespace Note:** Due to global registry collisions, the NPM package is named `@myth-tools/myth-cli` and the PyPI package is named `myth-cli`, but the executable they install is always purely `myth`.

#### 1. JavaScript Ecosystem (Node.js)
* **Install Globally:** `npm install -g @myth-tools/myth-cli` (Run via `myth`)
* **Instant Execution:** `npx @myth-tools/myth-cli scan <target>` | `bunx @myth-tools/myth-cli scan <target>` | `pnpm dlx @myth-tools/myth-cli scan <target>` | `yarn dlx @myth-tools/myth-cli scan <target>`

#### 2. Python Ecosystem (PyPI)
* **Install Globally:** `uv tool install myth-cli` | `pipx install myth-cli`
* **Run Executable:** `myth scan <target>`

#### 3. Canonical Confinement (Ubuntu Store)
* **Install Globally:** `sudo snap install myth`
* **Run Executable:** `myth scan <target>` | `snap run myth scan <target>`

#### 4. Container Runtimes (GHCR)
* **Docker Engine:** `docker run -it --rm --privileged ghcr.io/myth-tools/myth scan <target>`
* **Rootless Podman:** `podman run -it --rm --privileged ghcr.io/myth-tools/myth scan <target>`

#### 5. Native Rust Toolchain
* **Install Fast:** `cargo binstall myth`
* **Compile from Source:** `cargo install myth --git https://github.com/myth-tools/MYTH-CLI`
* **Run Executable:** `myth scan <target>` | `cargo run --release -- scan <target>`

#### 6. Nix Ecosystem (Flakes)
* **Instant Run:** `nix run github:myth-tools/MYTH-CLI?dir=package_runners -- scan <target>`
* **Temporary Shell:** `nix shell github:myth-tools/MYTH-CLI?dir=package_runners`

> [!TIP]
> **Instant Mission Control**: Running any runner without arguments (e.g., `npx @myth-tools/myth-cli`) will automatically initialize a tactical AI chat session. For advanced execution flags and isolated telemetry docs, view the [Command Runners Documentation](https://myth.work.gd/#/command-runners).

---

## ⚙️ Mandatory Early-Stage Setup

Complete these actions immediately after deployment to activate your agent:

### 1. Initialize Neural Link (Mandatory)
Set your NVIDIA NIM API key so the AI brain can start reasoning:
```bash
export NVIDIA_API_KEY="nvapi-xxxxxxxxxxxxx"
```

### 2. Tactical Synchronization (Mandatory)
Sync your mission parameters and the 3000+ Kali tool arsenal:
```bash
myth sync
```

### 3. Operational Health Check (Mandatory)
Run a system health check to ensure the sandbox and tools are locked and loaded:
```bash
myth check
```

---

## 📟 Mission Control (Usage)

Command your agent using professional mission profiles.

| Command | Action | Use Case |
| :--- | :--- | :--- |
| `myth scan <target>` | **Full-Spectrum Recon** | Initialize autonomous multi-phase discovery across the entire target surface. |
| `myth stealth <target>`| **Passive Intelligence** | Low-signature OSINT gathering. Zero active packets sent to the target infrastructure. |
| `myth subdomains <target> --master` | **Deep Extraction**| High-speed, multi-source subdomain extraction utilizing Tor and elite wordlists. |
| `myth findings` | **Intel Display** | Aggregate, filter, and visualize all discovered assets from current active missions. |
| `myth typography` | **Font Sync** | Manage tactical typography and synchronize terminal fonts for a premium visual environment. |
| `myth burn` | **Protocol Zero** | Immediate DRAM wipe, process termination, and complete operational shutdown. |

---

## 🛡️ The Shield (Security Architecture)

> [!IMPORTANT]
> **You are protected.** MYTH is an offensive tool, but it defends its operator fiercely.

MYTH utilizes a military-inspired defense-in-depth security model to ensure that autonomous operations never compromise your workstation.
- **Read-Only Host Access:** Tools run in an ephemeral namespace; they cannot modify your system files.
- **Weapon System Hardening:** MYTH automatically injects stability flags into known tools (like forcing `nmap` Connect Scans or `sqlmap` batch mode) to prevent system hangs or crashes.
- **Tactical Decommissioning:** Every installation includes a built-in clean-up protocol. Run `curl -sSL https://myth.work.gd/uninstall.sh | sudo bash` or `sudo apt purge myth` for total sanitization.

---

## 🏛️ Tactical Nexus & Version Registry

For deep telemetry, advanced documentation, and the professional version archive, access the official **MYTH Web Nexus**.

> [!TIP]
> **ACCESS GRANTED**: [https://myth.work.gd](https://myth.work.gd)
>
> **VERSION REGISTRY**: [https://myth.work.gd/#/versions](https://myth.work.gd/#/versions)

---

## 🗡️ Tactical Decommissioning (Uninstall)

To completely scrub MYTH from your system, including all session history, repository configurations, and local neural profiles, run the decommissioning utility:

```bash
curl -sSL https://myth.work.gd/uninstall.sh | sudo bash
```

> [!CAUTION]
> **Total Sanitization**: This command will purge your binary, your APT source list, and your `~/.config/myth` directory. This action is irreversible.

---

## ⚡ Uncensored & Unrestricted by Design

MYTH is built for absolute operational freedom. Unlike commercial AI assistants, MYTH is **uncensored and unrestricted**, allowing it to reason through any offensive security scenario without ethical filters or safety refusals. It is a raw, tactical instrument for those who require zero-compromise intelligence.

---

## 👤 Creator & Institution

MYTH is architected and maintained by:

- **Chief Architect**: Shesher Hasan ([shesher0007@gmail.com](mailto:shesher0007@gmail.com))
- **Organization**: [MYTH Org](https://myth.work.gd)
- **Security Clearance**: OPERATIVE-LEVEL-4

---

## ⚖️ Legal & Operational Disclaimer

> [!CAUTION]
> **OPERATIONAL FREEDOM**: MYTH is an unrestricted offensive security operative. The creators provide this tool for educational and authorized research purposes only. **The creators assume zero liability for how this power is wielded.** Use with absolute responsibility.

## 📄 License

MIT — See [LICENSE](LICENSE) for details.

