lexansoft / ethcracker

Ethereum password cracker
63 stars 13 forks source link

Stored password #21

Open alvy1111 opened 6 years ago

alvy1111 commented 6 years ago

Hi,

I have a large combinations of passwords I would like to check and it takes a few days. I come back to the program closed and not sure if it found the right password. Is there a way to check a log file to see the results?

turndealer commented 3 years ago

Yes ,

Instead of running program directly.

Firstly open CMD or terminal.. Then open your ethcraker from there

That ways when program ends, its output would be visible on screen.

There is also one way ,

Using > filename.txt

Example

./ethcracker211.exe -pk prv.txt -l pass.txt -re 1000 >output_saved.txt

This way it would save results in output_saved.txt file and later you can see it .

Thanks