Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
encdecshellcode — Cifrador y Descifrador de Shellcode mediante Cifrado XOR | Kitploit
Herramientas/GitHubGitHub/blacknbunny/encdecshellcode
Herramientas de Cifrado/DescifradoGeneración de PayloadsShellcodeGeneración de ShellcodeDesarrollo de Payloads
GitHubblacknbunny/encdecshellcode

encdecshellcode

Cifrador y Descifrador de Shellcode mediante Cifrado XOR

Ver Repositorio
6113hace 6 añosRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

Shellcode-Encrypter-Decrypter

Un cifrador y descifrador de shellcode, usando cifrado XOR para cifrar y descifrar shellcode.

Instalación

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

python encdecshellcode.py --help

Ejemplo de Uso

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
    

Encontrar Shellcode Para Cualquier Arquitectura

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

Ayuda

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
Descargar herramienta