How to get older version?
I want to try stuff with older ocl and legacy hashcat
thanks
I want to try stuff with older ocl and legacy hashcat
thanks
hashcat64.exe -m 0 -o C:\hashcat-3.00\hashcat-3.00\cracked.txt --remove C:\hashcat-3.00\hashcat-3.00\hash.txt --username --outfile-format=2 C:\hashcat-3.00\hashcat-3.00\wordlists
hashcat -a 0 -m 400 example400.hash example.dict
cat
dog
horse
u
u $1
c $1
c $2
u cat + u cat = CATCAT
u cat + u$1 cat = CATCAT1
u cat + c$1 cat = CATCat1
u cat + c$2 cat = CATCat2
u cat + u dog = CATDOG
u cat + u$1 dog = CATDOG1
u cat + c$1 dog = CATDog1
u cat + c$2 dog = CATDog2
…
c$2 horse + c$2 dog = Horse2Dog2
c$2 horse + u horse = Horse2HORSE
c$2 horse + u$1 horse = Horse2HORSE1
c$2 horse + c$1 horse = Horse2Horse1
c$2 horse + c$2 horse = Horse2Horse2
./hashcat -m 0 -a 1 hash.txt words.dict words.dict -r rules.rule -r rules.rule
ERROR: clGetPlatformIDs() : -1001 : CL_UNKNOWN_ERROR