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

i keep getting this error can u help me with it would love to see it running #4

Closed lolzminer123 closed 1 year ago

lolzminer123 commented 1 year ago

File "C:\Users\eehom\Documents\cracker\ethereum-wallet-cracker-main\test\lib\python3.9\site-packages\ethereum-wallet-cracker\ethereum-wallet-cracker.py", line 275, in main() File "C:\Users\eehom\Documents\cracker\ethereum-wallet-cracker-main\test\lib\python3.9\site-packages\ethereum-wallet-cracker\ethereum-wallet-cracker.py", line 221, in main for sourceFile in os.listdir(entropySourceDirectory): NotADirectoryError: [WinError 267] The directory name is invalid: 'C:\Users\eehom\Videos\New folder (2)\ethereum-wallet-cracker-main\english.txt' PS C:\Users\eehom\Documents\cracker\ethereum-wallet-cracker-main\test\lib\python3.9\site-packages\ethereum-wallet-cracker>

keewenaw commented 1 year ago

The error is saying the directory that holds your source file doesn't exist. Check for typos, navigate to that directory in your command prompt, do a 'pwd', and copy that.

lolzminer123 commented 1 year ago

still no joy ive checked th espelling etc all perfect just throws the same message over and over

lolzminer123 commented 1 year ago

finally got it working had to change directorys and make a new folder called wordlists and place a wordlists file in that folder maybe u need to ammend this in ur doc

lolzminer123 commented 1 year ago

[INFO] Connecting to Ethereum mainnet ... [INFO] Generating keys, this will take a while ... [INFO] Pulling entropy from 'wordlists.txt' ...

andres1138 commented 1 year ago

what are the chances of this actually working? I am just curious, it cannot be this easy.

keewenaw commented 1 year ago

Check line #181 in the Python file for your answer. It's not hard to modify the relevant logic to another use case.