Skip to main content

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.4.tar.gz (523.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

worldofkanga_v2-1.0.4-py3-none-any.whl (518.8 kB view details)

Uploaded Python 3

File details

Details for the file worldofkanga_v2-1.0.4.tar.gz.

File metadata

  • Download URL: worldofkanga_v2-1.0.4.tar.gz
  • Upload date:
  • Size: 523.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for worldofkanga_v2-1.0.4.tar.gz
Algorithm Hash digest
SHA256 d4ee619c0e899dbce9e2b615c7c42821ac1cfdfadba607a78c7cbcd341db31d6
MD5 32bd22e5a1a756da15c09575df26e973
BLAKE2b-256 24759bffdfd722709b3991b7889e9c57788744e8a3d79174e3b5fb9e72a402d5

See more details on using hashes here.

File details

Details for the file worldofkanga_v2-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: worldofkanga_v2-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 518.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.13

File hashes

Hashes for worldofkanga_v2-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 8600d1cb24247d84c0883aa43947d9285f1ff4bc3a2a930c2a335b3dc5817c82
MD5 be7673cfb6a0cc5eb4a045fcbd237e0f
BLAKE2b-256 c83bab459ecba1841a7c8b8f8a70b0621d00a5bea739cfd0079d2bf40026e78a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page