🦅 XXGARUDA v2.0 — The Ultimate Tool
🔥 Features
| Feature | Command |
|---|---|
| Port scanning | xxgscan --TARGET 192.168.1.1 |
| OS detection | xxgos --TARGET 192.168.1.1 |
| SSH brute-force | xxgbrute --TARGET 192.168.1.1 --USER root --WORDLIST passwords.txt |
| SQL injection | xxgsqli --URL "https://example.com?id=1" --PARAM id |
| XSS scanner | xxgxss --URL "https://example.com?q=test" --PARAM q |
| LFI scanner | xxglfi --URL "https://example.com?file=index" --PARAM file |
| RCE scanner | xxgrce --URL "https://example.com?cmd=id" --PARAM cmd |
| Payload generator | xxgexp |
| OSINT (email) | xxgosint --TARGET test@example.com |
| OSINT (domain) | xxgosint --TARGET example.com |
| Encode text | xxgencode --INPUT "hello" |
| Hash generator | xxghash --INPUT "password" |
| Code generator | xxggen --LANGUAGE python |
| Directory fuzzing | xxgfuzz --URL https://example.com --WORDLIST common.txt |
| Subdomain enumeration | xxgrecon --TARGET example.com --WORDLIST subdomains.txt |
| Hash cracker | xxgcrack --HASH-VALUE 5f4dcc3b5aa765d61d8327deb882cf99 --WORDLIST passwords.txt |
🚀 Installation
From PyPI
pip install xxgaruda
From GitHub
git clone https://github.com/gar-uda/xxgaruda.git
cd xxgaruda
pip install -r requirements.txt
One-Line Install
curl -sSL https://raw.githubusercontent.com/gar-uda/xxgaruda/main/xxgaruda.py | python3
📖 Usage
xxgaruda --help
xxgaruda --SCAN --TARGET 127.0.0.1
xxgaruda --EXPLOIT
xxgaruda --OSINT --TARGET test@example.com
🎯 Bash Aliases (Add to ~/.bashrc)
# XXGARUDA shortcuts
alias xxghelp='xxgaruda --help'
alias xxgscan='xxgaruda --SCAN'
alias xxgos='xxgaruda --OS'
alias xxgbrute='xxgaruda --BRUTE'
alias xxgsqli='xxgaruda --SQLI'
alias xxgxss='xxgaruda --XSS'
alias xxglfi='xxgaruda --LFI'
alias xxgrce='xxgaruda --RCE'
alias xxgexp='xxgaruda --EXPLOIT'
alias xxgosint='xxgaruda --OSINT'
alias xxgencode='xxgaruda --ENCODE'
alias xxghash='xxgaruda --HASH'
alias xxggen='xxgaruda --GENERATE'
alias xxgfuzz='xxgaruda --FUZZ'
alias xxgrecon='xxgaruda --RECON'
alias xxgcrack='xxgaruda --CRACK'
Reload:
source ~/.bashrc
👤 Author
Built by gar-uda
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xxgaruda-2.0.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xxgaruda-2.0.tar.gz.
File metadata
- Download URL: xxgaruda-2.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b787c8b815374acea5e7b1f825ef417344796007da8a4b55fc5448e0563e41f
|
|
| MD5 |
5a297e478a04ad7059417dea8eb7d92e
|
|
| BLAKE2b-256 |
75c407293ecbedd43fd16025a3a7638a078145f18cdea5c029dcf5da10413437
|
File details
Details for the file xxgaruda-2.0-py3-none-any.whl.
File metadata
- Download URL: xxgaruda-2.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3b323041bb7941de0b5a99f4ee46d660997a5ce85eff8fc66f3673196bc529f
|
|
| MD5 |
f65c7c743cbb7ac54d4844263deee9e7
|
|
| BLAKE2b-256 |
fb3c4b310d015c6ba1f5f4024ae3422fb6a937823fbf7bd06700af15c457194e
|