Ferramenta multifuncional para pentest, DNS, IPs e payloads
Project description
KANGA-HACK — Versão Python
Projeto 100% em Python, com banner compartilhado e ofuscação zlib+base64.
Estrutura
KANGA-HACK/
├── kanga_banner.py ← Banner/cores compartilhado (importado por todos)
├── KANGA.py ← Menu principal
├── denny.py ← Instalador (substitui denny.sh)
├── dnsfinder.py ← DNS Finder
├── divide_uni_arquivo.py ← Dividir / Unir arquivos
├── extractor_hosts_e_ips.py ← Extrator de IPs e Hosts
├── host-to-payload.py ← Gerador de Payload por Host
├── ip_range_e_CIDR.py ← Expansão de IP Range / CIDR
├── proxy_finder.py ← Scanner de Proxy
├── kanga_cli.py ← Abrir Arquivos VPN (novo)
├── ofuscar.py ← Ofuscador do projeto
└── ofuscado/ ← Versões ofuscadas de todos os scripts
Instalação (Termux)
pkg install python git unzip -y
pip install requests dnspython
python3 denny.py
Uso
python3 KANGA.py
Menu
| Opção | Ferramenta |
|---|---|
| 1 | DNS FINDER |
| 2 | DIVIDIR / UNIR |
| 3 | EXTRACTOR |
| 4 | IP RANGE / CIDR |
| 5 | SCANEAR PROXY |
| 6 | DELIMITADOR |
| 7 | GERADOR PAYLOAD |
| 8 | BUGSCANX (pip) |
| 9 | HOST → PAYLOAD |
| 10 | ABRIR ARQUIVOS VPN |
| 11 | DESINSTALAR KANGA |
| 0 | SAIR |
Ofuscação
Para gerar a versão ofuscada de todos os scripts:
python3 ofuscar.py
Os arquivos ofuscados ficam em ofuscado/. Cada arquivo tem 2 linhas:
try:
import base64,zlib
exec(zlib.decompress(base64.b64decode("...")).decode())
except KeyboardInterrupt:
print("Operação cancelada.")
Técnica usada:
- Compressão zlib nível 9
- Codificação base64
- Wrapper try/except para Ctrl+C
- Sem marshal (compatível com Termux)
- Sem dependências externas para desofuscar
By Denny-a Gvo | @Denny_a_gvo (Telegram)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
worldofkanga_v2-1.0.1.tar.gz
(522.1 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 worldofkanga_v2-1.0.1.tar.gz.
File metadata
- Download URL: worldofkanga_v2-1.0.1.tar.gz
- Upload date:
- Size: 522.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb677bc5d588ccc3db3a700956e743a9e2be8d64b41012e64e4b7c581607097b
|
|
| MD5 |
468fde9461fd3c4d3ea69e23d51cc339
|
|
| BLAKE2b-256 |
22814d0e41cc328e47197c9c995fd58b7e49ad3a188411f492d6dfddca9d5199
|
File details
Details for the file worldofkanga_v2-1.0.1-py3-none-any.whl.
File metadata
- Download URL: worldofkanga_v2-1.0.1-py3-none-any.whl
- Upload date:
- Size: 518.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
336f8721a741befdb6fd2f6d07d9be16fee42c17cf8e07e9caee680fb7f3ae8a
|
|
| MD5 |
8bf2e91c490979c62b52614ea6a8f324
|
|
| BLAKE2b-256 |
855898c6a1a12683ce4bcecdde3d81762b5f4f7bdaf4acf88c1986449abdc57a
|