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
Obfuscator — O programa é projetado para ofuscar o shellcode. | Kitploit
Ferramentas/GitHubGitHub/3xpl01tc0d3r/obfuscator
Ferramentas de Criptografia/DescriptografiaGeração de PayloadsShellcodeGeração de ShellcodeDesenvolvimento de Payloads
GitHub3xpl01tc0d3r/obfuscator

Obfuscator

O programa é projetado para ofuscar o shellcode.

Ver Repositório
20348há 5 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

Obfuscator


O programa foi projetado para ofuscar o shellcode. Atualmente, a ferramenta suporta 2 criptografias.

root@kitploit:~
1) XOR
2) AES

A ferramenta aceita shellcode em 4 formatos.

root@kitploit:~
1) base64
2) hex
3) c
4) raw

Uso via Linha de Comando

root@kitploit:~
Usage           Description
-----           -----------
/f              Specify the format of the shellcode
                base64
                hex
                c
                raw
/enc            Specify the encryption type (aes or xor) in which the shellcode will be encrypted
/key            Specify the key that will be used to encrypt the shellcode (default = SuperStrongKey)
/path           Specify the path of the file that contains the shellcode
/url            Specify the url where the shellcode is hosted
/o              Specify the file path to save the encrypted shellcode (default = output.bin)
/help           Show help

Post do Blog

https://3xpl01tc0d3r.blogspot.com/2020/08/introduction-to-obfuscator.html

Baixar ferramenta