This package implements an encoding to bypass entropy antivirus check.
Project description
EntropyEncoding
Description
This package implements an encoding to bypass entropy antivirus check.
Requirements
This package require:
- python3
- python3 Standard Library
Installation
python3 -m pip install EntropyEncoding
git clone "https://github.com/mauricelambert/EntropyEncoding.git"
cd "EntropyEncoding"
python3 -m pip install .
Usages
from EntropyEncoding import *
encoded_shellcode = entropy_encode(b"shellcode_payload")
print(encoded_shellcode)
entropy_decode(encoded_shellcode) == b"shellcode_payload"
print(shannon_entropy)
Links
License
Licensed under the GPL, version 3.
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
EntropyEncoding-0.0.2.tar.gz
(28.3 kB
view details)
File details
Details for the file EntropyEncoding-0.0.2.tar.gz
.
File metadata
- Download URL: EntropyEncoding-0.0.2.tar.gz
- Upload date:
- Size: 28.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 34e57375a04df0cce33be882dc57a77d610da5c1ec35e457727775c8caee8597 |
|
MD5 | dcd9d8c507ac0d266080aa54faf75306 |
|
BLAKE2b-256 | e78f1ce3341bdf947e0e7965976614d338c4ae0a2668c3bdb57b967c29476a37 |