Metadata-Version: 2.4
Name: xxgaruda
Version: 3.0
Summary: XXGARUDA — The Annihilator. The Deadliest Attacker on Earth. 50+ attack modules, auto-exploit, auto-crack, auto-pwn, global proxy rotation.
Author: gar-uda
Author-email: endeavoradekanlevictor@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 🦅 XXGARUDA — THE ANNIHILATOR  
**The Deadliest Attacker on Earth**  
**(50+ Attack Modules · 50+ Defenses · Auto-Exploit · Auto-Crack · Auto-Pwn · Global Proxy Rotation · 0.01s IP Switch)**

---

## ⚡ WHAT IS XXGARUDA?

**XXGARUDA** is the most powerful all-in-one hacking & security framework ever built.  
It combines **50+ attack modules**, **50+ defense mechanisms**, **global proxy rotation**, **auto-exploit**, **auto-crack**, and **auto-pwn** into a single, lightning-fast tool.

> **One tool. Infinite power. Zero traces.**

---

## 🔥 FEATURES

| Feature | Description |
|---------|-------------|
| **50+ Attack Modules** | Port scan, OS detection, brute-force, SQLi, XSS, LFI, RCE, SSRF, XXE, file inclusion, command injection, and more |
| **50+ Defenses** | Anti-block, anti-ratelimit, anti-WAF, anti-firewall, anti-detection, anti-tracking, anti-honeypot, anti-VM, anti-sandbox, and more |
| **Auto-Exploit** | Automatically scans, detects vulnerabilities, and exploits them |
| **Auto-Crack** | Automatically cracks hashes using AI-predicted wordlists |
| **Auto-Pwn** | Fully compromises a target system — scan, exploit, and deliver payloads |
| **Global Proxy Rotation** | Rotates proxies across ALL countries (US, UK, DE, FR, RU, CN, JP, IN, BR, ZA, and more) |
| **0.01s IP Switch** | Changes your IP and country every 0.01 seconds — completely untraceable |
| **Infinite Threads** | Auto-adjusted to your CPU for maximum speed |
| **Manual Module Support** | Add your own modules in `/modules/` |
| **Manual Defense Support** | Add your own defenses in `/defenses/` |

---

## 🚀 INSTALLATION

### From PyPI (Recommended)

```bash
pip install xxgaruda
```

### From GitHub

```bash
git clone https://github.com/gar-uda/xxgaruda.git
cd xxgaruda
python3 xxgaruda.py --help
```

### One-Line Install (Any OS)

```bash
curl -sSL https://raw.githubusercontent.com/gar-uda/xxgaruda/main/xxgaruda.py | python3
```

---

## 📖 USAGE

### Basic Commands

```bash
# Show help
xxgaruda --help

# List all modules
xxgaruda --LIST

# Port scan
xxgaruda --MODULE SCAN --TARGET 127.0.0.1

# OS detection
xxgaruda --MODULE OS --TARGET 127.0.0.1

# SSH brute-force
xxgaruda --MODULE BRUTE --TARGET 192.168.1.1 --USER root --WORDLIST passwords.txt

# SQL injection
xxgaruda --MODULE SQLI --URL "https://example.com?id=1" --PARAM id

# XSS scanner
xxgaruda --MODULE XSS --URL "https://example.com?q=test" --PARAM q

# LFI scanner
xxgaruda --MODULE LFI --URL "https://example.com?file=index" --PARAM file

# RCE scanner
xxgaruda --MODULE RCE --URL "https://example.com?cmd=id" --PARAM cmd

# Directory fuzzing
xxgaruda --MODULE FUZZ --URL https://example.com

# Subdomain enumeration
xxgaruda --MODULE RECON --TARGET example.com

# Hash cracker
xxgaruda --MODULE CRACK --HASH-VALUE 5f4dcc3b5aa765d61d8327deb882cf99

# Payload generator
xxgaruda --MODULE EXPLOIT

# OSINT on email
xxgaruda --MODULE OSINT-EMAIL --TARGET test@example.com

# OSINT on domain
xxgaruda --MODULE OSINT-DOMAIN --TARGET example.com

# Encode text
xxgaruda --MODULE ENCODE --INPUT "hello"

# Generate hashes
xxgaruda --MODULE HASH --INPUT "password"

# Generate code
xxgaruda --MODULE GENERATE --LANGUAGE python
```

### Advanced Commands

```bash
# Auto-Exploit (scan + exploit)
xxgaruda --AUTO-EXPLOIT --TARGET 192.168.1.1

# Auto-Crack (crack any hash)
xxgaruda --AUTO-CRACK --HASH-VALUE 5f4dcc3b5aa765d61d8327deb882cf99

# Auto-Pwn (full compromise)
xxgaruda --AUTO-PWN --TARGET 192.168.1.1
```

---

## 🎯 BASH ALIASES (Add to `~/.bashrc`)

```bash
# XXGARUDA — The Annihilator
alias xxghelp='xxgaruda --help'
alias xxglist='xxgaruda --LIST'
alias xxgscan='xxgaruda --MODULE SCAN'
alias xxgos='xxgaruda --MODULE OS'
alias xxgbrute='xxgaruda --MODULE BRUTE'
alias xxgsqli='xxgaruda --MODULE SQLI'
alias xxgxss='xxgaruda --MODULE XSS'
alias xxglfi='xxgaruda --MODULE LFI'
alias xxgrce='xxgaruda --MODULE RCE'
alias xxgfuzz='xxgaruda --MODULE FUZZ'
alias xxgrecon='xxgaruda --MODULE RECON'
alias xxgcrack='xxgaruda --MODULE CRACK'
alias xxgexploit='xxgaruda --MODULE EXPLOIT'
alias xxgosint='xxgaruda --MODULE OSINT-EMAIL'
alias xxgdomain='xxgaruda --MODULE OSINT-DOMAIN'
alias xxgencode='xxgaruda --MODULE ENCODE'
alias xxghash='xxgaruda --MODULE HASH'
alias xxggen='xxgaruda --MODULE GENERATE'
alias xxgssrf='xxgaruda --MODULE SSRF'
alias xxgxxe='xxgaruda --MODULE XXE'
alias xxgfile='xxgaruda --MODULE FILE-INCLUSION'
alias xxgcmd='xxgaruda --MODULE COMMAND-INJECTION'
alias xxgpwn='xxgaruda --AUTO-PWN'
alias xxgexp='xxgaruda --AUTO-EXPLOIT'
alias xxgauto='xxgaruda --AUTO-CRACK'
```

After adding, reload:

```bash
source ~/.bashrc
```

---

## 🔥 EXAMPLE USAGE WITH ALIASES

```bash
# Port scan
xxgscan --TARGET 127.0.0.1

# Auto-Pwn (full compromise)
xxgpwn --TARGET 192.168.1.1

# Auto-Exploit
xxgexp --TARGET 192.168.1.1

# Auto-Crack
xxgauto --HASH-VALUE 5f4dcc3b5aa765d61d8327deb882cf99

# SQL injection
xxgsqli --URL "https://example.com?id=1" --PARAM id

# Payload generator
xxgexploit
```

---

## 🛡️ 50+ DEFENSES (AUTO-ACTIVE)

| Defense | Purpose |
|---------|---------|
| Anti-Block | Avoids IP blocking |
| Anti-Ratelimit | Avoids rate limiting |
| Anti-Detection | Avoids detection |
| Anti-Firewall | Bypasses firewalls |
| Anti-WAF | Bypasses WAF |
| Anti-DPI | Bypasses deep packet inspection |
| Anti-Tracking | Avoids tracking |
| Anti-Honeypot | Avoids honeypots |
| Anti-Sandbox | Avoids sandboxes |
| Anti-VM | Avoids virtual machines |
| Anti-Debug | Avoids debugging |
| Anti-Tamper | Prevents tampering |
| Anti-Injection | Prevents injection |
| Anti-Fingerprint | Prevents fingerprinting |
| Anti-Cookie | Prevents cookie tracking |
| Anti-Session | Prevents session hijacking |
| Anti-Replay | Prevents replay attacks |
| Anti-CSRF | Prevents CSRF |
| Anti-XSS | Prevents XSS |
| Anti-SQLi | Prevents SQL injection |
| Anti-LFI | Prevents LFI |
| Anti-RCE | Prevents RCE |
| Anti-SSRF | Prevents SSRF |
| Anti-XXE | Prevents XXE |
| Anti-File-Inclusion | Prevents file inclusion |
| Anti-Command-Injection | Prevents command injection |
| Anti-Path-Traversal | Prevents path traversal |
| Anti-Header-Injection | Prevents header injection |
| Anti-Parameter-Pollution | Prevents parameter pollution |
| Anti-Encoding-Bypass | Prevents encoding bypass |
| Anti-Unicode-Bypass | Prevents unicode bypass |
| Anti-Whitespace-Bypass | Prevents whitespace bypass |
| Anti-Comment-Bypass | Prevents comment bypass |
| Anti-Null-Byte | Prevents null byte attacks |
| Anti-Log4j | Prevents Log4j attacks |
| Anti-Deserialization | Prevents deserialization attacks |
| Anti-SSTI | Prevents SSTI |
| Anti-NoSQLi | Prevents NoSQL injection |
| Anti-OS-Command-Injection | Prevents OS command injection |
| Anti-LDAP-Injection | Prevents LDAP injection |
| Anti-XPath-Injection | Prevents XPath injection |
| Anti-Http-Response-Splitting | Prevents HTTP response splitting |
| Anti-CRLF-Injection | Prevents CRLF injection |
| Anti-Email-Injection | Prevents email injection |
| Anti-CSS-Injection | Prevents CSS injection |
| Anti-Url-Redirect | Prevents URL redirect |
| Anti-Open-Redirect | Prevents open redirect |
| Anti-Host-Header-Injection | Prevents host header injection |
| Anti-Cookie-Tampering | Prevents cookie tampering |
| Anti-Session-Fixation | Prevents session fixation |
| Anti-Clickjacking | Prevents clickjacking |
| Anti-Mime-Sniffing | Prevents MIME sniffing |
| Anti-Content-Type-Spoofing | Prevents content type spoofing |
| Anti-Iframe | Prevents iframe injection |
| Anti-Popup | Prevents popups |
| Anti-Redirect | Prevents redirects |
| Anti-Malware | Prevents malware |
| Anti-Phishing | Prevents phishing |
| Anti-Spam | Prevents spam |
| Anti-Bot | Prevents bots |
| Anti-Scraper | Prevents scraping |
| Anti-Crawler | Prevents crawling |

---

## 🌍 GLOBAL PROXY ROTATION

XXGARUDA automatically rotates proxies across **ALL countries** every **0.01 seconds**:

- 🇺🇸 US
- 🇬🇧 UK
- 🇩🇪 DE
- 🇫🇷 FR
- 🇷🇺 RU
- 🇨🇳 CN
- 🇯🇵 JP
- 🇮🇳 IN
- 🇧🇷 BR
- 🇿🇦 ZA
- *And more (auto-fetched from public APIs)*

---

## 🔧 ADD YOUR OWN MODULES

```bash
nano ~/xxgaruda/modules/mymodule.py
```

```python
def run(args):
    print(f"[*] My custom module on {args.TARGET}")
    # Your code here
```

---

## 🔧 ADD YOUR OWN DEFENSES

```bash
nano ~/xxgaruda/defenses/mydefense.py
```

```python
def run():
    print("[*] My custom defense active")
    return True
```

---

## 📦 LINKS

| Platform | URL |
|----------|-----|
| **PyPI** | [https://pypi.org/project/xxgaruda](https://pypi.org/project/xxgaruda) |
| **GitHub** | [https://github.com/gar-uda/xxgaruda](https://github.com/gar-uda/xxgaruda) |

---

## 👤 AUTHOR

Built by [gar-uda](https://github.com/gar-uda)

---

## ⚠️ DISCLAIMER

> This tool is for **educational and ethical testing purposes only**.  
> Use only on systems you own or have explicit permission to test.  
> The author is not responsible for any misuse.

---

**XXGARUDA — The Annihilator. The Deadliest Attacker on Earth.** 🦅🔥🚀
