keewenaw / Ethereum-Wallet-Cracker

A fun script to steal Ether from wallets suffering from insufficient entropy during key generation.
GNU General Public License v3.0
56 stars 19 forks source link

please help me how to start #1

Closed MAITHI19 closed 1 year ago

MAITHI19 commented 1 year ago

1) Enter your entropy source directory: (Default: '/usr/share/wordlists/') Source directory: 2a) Enter a CSV filename to store generated keypairs: (Default: 'keys.csv') Filename: Traceback (most recent call last): File "ethereum-wallet-cracker.py", line 275, in main() File "ethereum-wallet-cracker.py", line 213, in main checkConfig() File "ethereum-wallet-cracker.py", line 43, in checkConfig print(" 2b) Enter a directory to save the CSV file in:\n\t(Default: \'" + dbFileLocation + "\')") NameError: name 'dbFileLocation' is not defined

keewenaw commented 1 year ago

Issue just patched. Swap lines 45 and 46 in your copy or just download the new ethereum-wallet-cracker.py version.