
Génère des clés privées de cryptomonnaie à partir des vulnérabilités CVE-2023-39910 (Libbitcoin) et CVE-2022-40769 (Profanity). Produit des clés hexadécimales pour utilisation avec des scanners de blockchain afin de vérifier les soldes des portefeuilles affectés.
DONATE: bc1qps62cyk9f9unmdkc9k3ccj9e2h8ywfhg2j53ec
Construit avec ❤️ pour la communauté de recherche crypto.
DESCRIPTION : Cet outil génère des clés privées à partir de deux vulnérabilités critiques qui ont affecté les portefeuilles de cryptomonnaies. Il crée des fichiers TXT avec des clés privées hexadécimales (64 caractères = 256 bits) qui peuvent être injectées dans AllChainScanner pour la génération d'adresses et la vérification de soldes.
🔴 GÉNÈRE DES CLÉS À PARTIR DE 2 VULNÉRABILITÉS MAJEURES CRYPTO !
CVE-2023-39910 (Libbitcoin Explorer / Milk Sad)
CVE-2022-40769 (Profanity - Générateur d'adresses Ethereum de vanité)
Étape 1 : Générer les clés ./keygen 0 1000000 keys.txt
Étape 2 : Fichiers de sortie créés
Étape 3 : Alimenter AllChainScanner ./AllChainScanner -f libbitcoin_keys.txt -o found.txt -t all ./AllChainScanner -f profanity_keys.txt -o found.txt -t all
Étape 4 : Le scanner convertit l'hexa 64 caractères en :
COMPILER : g++ -O3 -march=native -o keygen keygen.cpp -std=c++17
UTILISATION : ./keygen [seed_début] [seed_fin] [fichier_sortie.txt]
PARAMÈTRES : seed_début Seed de départ (par défaut : 0) seed_fin Seed de fin (par défaut : 1000000) fichier_sortie Nom du fichier de sortie (par défaut : keys.txt)
EXEMPLES : ./keygen 0 1000000 keys.txt → Génère 1 000 000 de clés (0 à 999 999)
./keygen 1000000 2000000 keys.txt → Génère 1 000 000 de clés (1 000 000 à 1 999 999)
./keygen 0 10000000 keys.txt → Génère 10 000 000 de clés (prend ~1-2 minutes)
Fichier : libbitcoin_.txt
Fichier : profanity_.txt
LIEN : https://github.com/ethicbrudhack/AllChainScanner-Bitcoin-eth-zcash-etc..-
Générer les clés : ./keygen 0 10000000 keys.txt
Scanner les clés 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
Scanner les clés Ethereum : ./AllChainScanner -f profanity_keys.txt -o eth_found.txt -t ethereum
Scanner toutes les pièces : ./AllChainScanner -f libbitcoin_keys.txt -o all_found.txt -t HEX
Toutes les clés générées fonctionnent avec : ✅ 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) :
*Basé sur :
Exécution : ./keygen 0 5 keys.txt
Plage : 0 - 5 Nombre de clés : 5 Fichier de sortie : keys.txt
[1] CVE-2023-39910 (Libbitcoin/Milk Sad) - génération... 5/5 | 2 500 000 clés/s Enregistré : libbitcoin_keys.txt (0,0s)
[2] CVE-2022-40769 (Profanity) - génération... 5/5 | 2 500 000 clés/s Enregistré : profanity_keys.txt (0,0s)
Toujours utiliser les deux générateurs
Générer de grandes plages
Combiner avec d'autres scanners
Garder found.txt en sécurité
⚠️ CET OUTIL GÉNÈRE DE VÉRITABLES CLÉS PRIVÉES ! ⚠️ TESTER UNIQUEMENT SUR DES ADRESSES QUE VOUS POSSÉDEZ ! ⚠️ NE PAS UTILISER POUR DES ACTIVITÉS ILLÉGALES ! ⚠️ GARDER FOUND.TXT EN SÉCURITÉ - CONTIENT DES CLÉS PRIVÉES !
Les clés générées par cet outil :
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..-
Licence MIT - Usage éducatif et de recherche uniquement
============================================================
| Générateur | Vitesse (clés/s) | Temps 1M clés | Temps 10M clés |
|---|
| CVE-2023-39910 | ~2 000 000 | ~0,5 s | ~5 s |
| CVE-2022-40769 | ~2 000 000 | ~0,5 s | ~5 s |
| Combiné | ~1 000 000 | ~1 s | ~10 s |
| Vulnérabilité | Entropie | Possibilités | Temps de force brute* |
|---|
| CVE-2023-39910 | 32 bits | 4,29 × 10^9 | ~8 secondes (24 mots) |
| CVE-2023-39910 | 32 bits | 4,29 × 10^9 | ~12 minutes (BIP32) |
| CVE-2022-40769 | 32 bits | 4,29 × 10^9 | ~8 secondes (24 mots) |
| CVE-2022-40769 | 32 bits | 4,29 × 10^9 | ~12 minutes (BIP32) |
| RÉEL 256 bits | 256 bits | 1,16 × 10^77 | Impossible |