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
NoMoreXOR — Ferramenta para ajudar a adivinhar a chave XOR de 256 bytes de um arquivo usando análise de frequência. | Kitploit
Ferramentas/GitHubGitHub/hiddenillusion/nomorexor
Análise EstáticaEngenharia ReversaAnálise ForenseAnálise de MalwareCriptografiaAnálise de Binários
GitHubhiddenillusion/nomorexor

NoMoreXOR

Ferramenta para ajudar a adivinhar a chave XOR de 256 bytes de um arquivo usando análise de frequência.

Ver Repositório
9119há 8 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

NoMoreXOR.py

Ferramenta para ajudar a adivinhar a chave XOR de 256 bytes de um arquivo usando análise de frequência.

Uso

root@kitploit:~
usage: NoMoreXOR.py [-h] [-a] [-c] [-xor key] [-g] [-o outfile] [-y YARARULES]
					Path

Tool to help guess a files 256 byte XOR key by using frequency analysis.

positional arguments:
Path                  Path to file to be analyzed

optional arguments:
-h, --help            show this help message and exit
-a, --analyze         Auto analyze the specified file by looking for all
					  possible XOR keys then apply each of them & scan with
				      YARA to try and determine if it's the correct XOR key
					 (requires an output file)
-c, --convert         Convert the input file to a hex_file (requires an
					  output file)
-xor key              XOR the file with the supplied XOR key (requires an
					  output file)
-g, --guess           Print out information from the hex_file including most
					  common characters and possible SHA256 keys
-o outfile, --out outfile
					  Name of output file to create
-y YARARULES, --yararules YARARULES
					  Path to YARA rules to be used during auto analysis if
					  different than what's hardcoded

Leitura Adicional

Você pode encontrar mais informações em esta publicação do blog.

Baixar ferramenta