Skip to content
KitploitKITPLOIT
FerramentasBlog
Enviar
FerramentasBlog
Enviar

Ferramentas de Hacking, PenTest e Cibersegurança para o seu Arsenal de Segurança!

Kitploit é um diretório de ferramentas de hacking, cibersegurança e pentesting. Descubra as últimas atualizações de projetos para encontrar vulnerabilidades, analisar sistemas, automatizar testes e fortalecer sua segurança.

··Feeds·Contato·Privacidade·© 2026 Kitploit

Diretório de Ferramentas

Categorias

Ver todas as categorias
Loading categories
encdecshellcode — Criptografador & Descriptografador de Shellcode via Cifra XOR | Kitploit
Ferramentas/GitHubGitHub/blacknbunny/encdecshellcode
Ferramentas de Criptografia/DescriptografiaGeração de PayloadsShellcodeGeração de ShellcodeDesenvolvimento de Payloads
GitHubblacknbunny/encdecshellcode

encdecshellcode

Criptografador & Descriptografador de Shellcode via Cifra XOR

Ver Repositório
6113há 6 anosRevisado pelo Kitploit

Mais Populares

Ver todos →

Descubra as ferramentas mais usadas pela nossa comunidade.

Explore todas as ferramentas

Navegue pela nossa coleção de ferramentas

Ver todas as ferramentas →
Compartilhar

Shellcode-Encrypter-Decrypter

Um Encriptador e Desencriptador de Shellcode, usando Cifra XOR para encriptar e desencriptar shellcode.

Instalação

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

python encdecshellcode.py --help

Exemplo de Uso

root@kitploit:~
Encriptação:

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

Desencriptação:

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

Encontrar Shellcode Para Qualquer Arquitetura

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

Ajuda

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
Baixar ferramenta