Nültack - Python Code Steganography Library
Project description
Nültack - Python Code Steganography Library
Versi: 1.8.0
Lisensi: MIT
Author: Eternals-Satya
Apa Itu Nültack?
Nültack adalah pustaka Python untuk menyembunyikan (encode), mengeksekusi (execute), dan melindungi (protect) kode Python dalam bentuk payload yang sulit dianalisis secara statis. Cocok untuk penggunaan seperti anti-debugging, anti-AI, dan sistem keamanan tingkat lanjut.
Instalasi
pip install nultack
Atau untuk memastikan versi terbaru:
pip install --upgrade --no-cache-dir nultack==1.8.0
Fitur Utama
Encode: Mengubah kode Python menjadi payload yang terenkripsi. Execute: Menjalankan payload terenkripsi tanpa perlu decode manual. Protect: Menyisipkan mekanisme perlindungan seperti anti-decode, anti-debugger, dan anti-AI static analyzer. Hide: Membuat payload siap eksekusi dengan satu baris.
Contoh Penggunaan
- Encode Kode Python
import nultack
source_code = '''
print("Halo dari dalam payload!")
'''
payload = nultack.encode(source_code)
print(payload)
- Eksekusi Payload
import nultack
payload = "<payload yang dihasilkan>"
nultack.execute(payload)
- Shortcut: hide()
import nultack
source = '''
print("Payload rahasia...")
'''
print(nultack.hide(source))
Output:
import nultack; nultack.execute("payload_terenkripsi_di_sini")
Fitur Perlindungan
Kelas NültackProtector dapat digunakan untuk menyisipkan proteksi tambahan terhadap kode:
from nultack.protection import NültackProtector
protected_code = NültackProtector().protect('''
print("Coba bypass aku kalau bisa.")
''')
print(protected_code)
Docs
GitHub: Eternals TikTok: gw PyPI: pypi.org/project/nultack
Contribute
Pull request dan laporan isu sangat diterima! Jangan ragu untuk ikut serta dalam pengembangan.
Copyright © 2025 Eternals dari Vlazars
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 nultack-1.8.1.tar.gz.
File metadata
- Download URL: nultack-1.8.1.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53bcfc57b15c1f1126d7a898a299c124a778543ad0c5363d72eea16958004926
|
|
| MD5 |
9dea78342baccd7c9c8013d3aa67dd1e
|
|
| BLAKE2b-256 |
05117f76dd39bcd5e38de7ac5f7300426f85e08db97239b2b9b18facfeccc1f1
|
File details
Details for the file nultack-1.8.1-py3-none-any.whl.
File metadata
- Download URL: nultack-1.8.1-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db811eacf0df31bcbe2468e29bc3ee358ac2eb148d38f1315a85b915436f9b74
|
|
| MD5 |
eb4d1ce16e1c7d1d21744b5843f512ce
|
|
| BLAKE2b-256 |
283b742ebb7d96ae09cbae5d846234d6a4b157cec5a4ee3eaff64909ac64ab7b
|