stdout issue
#1
Hello,

I am complete noob in your world. So first, thank you for letting me write here. It has been a week that I have discover linux, I boot on a USB key on my mac, and read and play with hashcat.

I am trying to recover my old ethereum wallet. I have got an old computer, so I am trying to get organized and mostly willing to learn in the process and alleviate the frustration of a password loss. (There is very little money in my wallet)

I am trying to build a list of all the passwords I have tried. I thought that --stdout could give all possibilities that hashcat tried when I try a combinator attack. For example 
hashcat -m 15700 -w 2 hashcode.txt -a 1 combileft.txt combiright1.txt --stdout   
But this option is not accepted. I have tried with -p too.

Is it possible to put in a file all the passwords that have been tried by hashcat so that I build a list of all failed passwords and avoid computing twice the same ?

Thanks a lot
Reply


Messages In This Thread
stdout issue - by JuanPelota - 05-06-2021, 07:23 PM
RE: stdout issue - by marc1n - 05-06-2021, 08:13 PM
RE: stdout issue - by Snoopy - 05-06-2021, 08:41 PM
RE: stdout issue - by JuanPelota - 05-06-2021, 09:17 PM