Skip to content
KitploitKITPLOIT
OutilsBlog
Soumettre
OutilsBlog
Soumettre

Outils de Hacking, PenTest et Cybersécurité pour votre Arsenal de Sécurité !

Kitploit est un répertoire d'outils de hacking, de cybersécurité et de pentesting. Découvrez les dernières mises à jour des projets pour trouver des vulnérabilités, analyser des systèmes, automatiser les tests et renforcer votre sécurité.

··Flux·Contact·Confidentialité·© 2026 Kitploit

Répertoire d'outils

Catégories

Voir toutes les catégories
Loading categories
encdecshellcode — Chiffreur et déchiffreur de shellcode via chiffrement XOR | Kitploit
Outils/GitHubGitHub/blacknbunny/encdecshellcode
Outils de Chiffrement/DéchiffrementGénération de PayloadsShellcodeGénération de ShellcodeDéveloppement de Charges Utiles
GitHubblacknbunny/encdecshellcode

encdecshellcode

Chiffreur et déchiffreur de shellcode via chiffrement XOR

Voir le dépôt
6113il y a 6 ansVérifié par Kitploit

Populaires

Voir tout →

Découvrez les outils les plus utilisés par notre communauté.

Explorer tous les outils

Parcourez notre collection d'outils

Voir tous les outils →
Partager

Shellcode-Encrypter-Decrypter

Un chiffreur et déchiffreur de shellcode, utilisant le chiffrement XOR pour chiffrer et déchiffrer le shellcode.

Installation

root@kitploit:~
git clone https://github.com/blacknbunny/Shellcode-Encrypter-Decrypter.git && cd Shellcode-Encrypter-Decrypter/

python encdecshellcode.py --help

Exemple d'utilisation

root@kitploit:~
Encryption:

    python encdecshellcode.py --shellcode \x41\x41\x42\x42 --key SECRETKEY --option encrypt

Decryption:

    python encdecshellcode.py --shellcode \x41\x41\x42\x42 --key SECRETKEY --option decrypt
    

Trouver du shellcode pour n'importe quelle architecture

http://shell-storm.org/shellcode/

Aide

root@kitploit:~
usage: encdecshellcode.py [-h]  [-s SHELLCODE]  [-k KEY]  [-o OPTION]

Encrypting & Decrypting Shellcode

optional arguments:
       -h,  --help			show this help message and exit
        -s  SHELLCODE,	--shelcode SHELCODE
				Shellcode To Encrypt & Decrypt
        -k  KEY,  --key KEY		Key Of The Shellcode To Encrypt & Decrypt
        -o  OPTION,   --option  OPTION
				Argument For Encrypting & Decrypting Shellcode
Télécharger l’outil