PROBLEM SOLVED SEEMS TO BE SOMETHING BAD WITH HASHCAT RECOGONIZING THE FILE, CAUSE I TRY WITH ANOTHER FILE WITH THE SAME HASH AND IT WORKS. IT DESHASES 7% IN 15H BUT ANYWAY WORKS
COMMAND :
hashcat.exe -m 2711 -a 0 here hash directory here wordlist directory --force --username
The same adapted to windows hash and still the same error
When i sue -m 2611 these error:
And these if 2711
I try to check if hashcat detect hashed and it does out off 3milion lines it detects 2.2milion hashes .
But im not able to crack anything. Im doind something bad? Really i just maybe ask a lot but really i dont know what im doing wrong. If someone can point me in the good direction i would be really greated.
I try to change to unicode or utf-8 nothing worked.
What i will try waiting to someones reply:
1) Put OpenCL ( i dont have but even if goes slow it should work witout it)
2) Split file every 100k lines to see if with small files works
3)
For separate each hashcat
2711 type in one
2611 in other one.
PROBLEM SOLVED SEEMS TO BE SOMETHING BAD WITH HASHCAT RECOGONIZING THE FILE, CAUSE I TRY WITH ANOTHER FILE WITH THE SAME HASH AND IT WORKS. IT DESHASES 7% IN 15H BUT ANYWAY WORKS
COMMAND :
hashcat.exe -m 2711 -a 0 here hash directory here wordlist directory --force --username
The same adapted to windows hash and still the same error
When i sue -m 2611 these error:
Code:
Hashfile '/se/gw/Pwd/Hashed/hash/Userhashsalt.txt ' on line 157654 (*empty*):[b][u][i] Line-length exception[/i][/u][/b]
And these if 2711
Code:
Hashfile '/se/gw/Pwd/Hashed/hash/25hash.txt' on line 8147 (*empty*): [b][i][u]Hash-encoding exception[/u][/i][/b]
I try to check if hashcat detect hashed and it does out off 3milion lines it detects 2.2milion hashes .
But im not able to crack anything. Im doind something bad? Really i just maybe ask a lot but really i dont know what im doing wrong. If someone can point me in the good direction i would be really greated.
I try to change to unicode or utf-8 nothing worked.
What i will try waiting to someones reply:
1) Put OpenCL ( i dont have but even if goes slow it should work witout it)
2) Split file every 100k lines to see if with small files works
3)
PHP Code:
hashcat.exe -m 2711 --left --outfile=here outfile directory | here hashes directory(editado)
"|" should be a space
For separate each hashcat
2711 type in one
2611 in other one.
PROBLEM SOLVED SEEMS TO BE SOMETHING BAD WITH HASHCAT RECOGONIZING THE FILE, CAUSE I TRY WITH ANOTHER FILE WITH THE SAME HASH AND IT WORKS. IT DESHASES 7% IN 15H BUT ANYWAY WORKS