V3.10 signature unmatched
#9
(11-03-2016, 07:53 PM)Bops Wrote:
(11-03-2016, 04:38 PM)atom Wrote: Just do what darkseid4nk said. Just paste it into a file to save struggling with quotes and escapes.

I did try that, ie paste it directly into a txt file, unfortunatly I still have the same problem.
Tried pasting in Linux using Getit 3.22.0 as the text editor and in Windows using notepad. Also pulled across the Gedit created hash.txt file to Windows. Same issue.

Rem the command line entry I am using is
hashcat64 -m 1800 -a 0 -o cracked.txt hash.txt rockyou.txt

Thanks
I got it working, despite reading many other posts that say enclosing the hash in " in the command line will not work, that is what worked for me.

hashcat64 -m 1800 -a 0 -o cracked.txt "$6$07PSYWWk$lBbhaqMhn.YUQIu7/082y2BGnD0JNH2dWiHrG2Ot9HIepc0DJvemHLa7BaxH2hj6RayvP8J8B1LJM2QM3EYGl." I:\ZZZ\Hashcat-3.10\H\rockyou.txt

I exhausted all my wordlists in a few minutes, so I'll see if I can get brute force running. 1st attempt produced a speed of 0H/s so something is not quite right. I do some searching and reading on this.


Messages In This Thread
V3.10 signature unmatched - by Bops - 11-02-2016, 01:17 AM
RE: V3.10 signature unmatched - by darkseid4nk - 11-02-2016, 09:05 PM
RE: V3.10 signature unmatched - by atom - 11-03-2016, 12:09 AM
RE: V3.10 signature unmatched - by Bops - 11-03-2016, 01:06 AM
RE: V3.10 signature unmatched - by atom - 11-03-2016, 01:29 AM
RE: V3.10 signature unmatched - by Bops - 11-03-2016, 11:24 AM
RE: V3.10 signature unmatched - by atom - 11-03-2016, 04:38 PM
RE: V3.10 signature unmatched - by Bops - 11-03-2016, 07:53 PM
RE: V3.10 signature unmatched - by Bops - 11-04-2016, 01:41 AM
RE: V3.10 signature unmatched - by atom - 11-04-2016, 08:55 AM