Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views [asc] Posted
    Thread: Hashcat 0.41 mode 1731 fails?
Post: RE: Hashcat 0.41 mode 1731 fails?

Some hashes: Code: -- 0x020031beb03d33c6aaa299cd0e4e877947a909d6bb54e4b222ea561991c871d5668ed81cafa6846175d6de190b7f33e1dd76028a7da20447149657c9758ba54c76987cc753a3:hashcat! 0x02004cd3357923b0c7365...
M@LIK Old hashcat Support 5 8,983 09-26-2012, 05:55 PM
    Thread: hashcat-lite 0.8+ AMD 7970 Work?
Post: RE: hashcat-lite + AMD 7970 Work?

-lite is oclHashcat-lite-0.10 (https://hashcat.net/oclhashcat-lite/) now!
M@LIK Hardware 4 8,947 10-09-2012, 07:15 PM
    Thread: help with proper configuration
Post: RE: help with proper configuration

i have one of those (GT540M).. u can have maximum of 4500c/s @ WPA/WPA2 with this command -m2500 -n160 -o[OUTPUT_FiLE].out [HCcap_FiLE].hccap [DiCT].dict the [-n160] would help a little bit.. tr...
M@LIK Very old oclHashcat-plus Support 4 8,879 03-27-2012, 03:59 PM
    Thread: Problem with plus vs little
Post: RE: Problem with plus vs little

He's right. oclHashcat-plus is NOT cracking any vBulletin < v3.8.5 hashes using brute-force attack. (At least for me) Feels like an awful bug.
M@LIK Very old oclHashcat-plus Support 5 8,834 06-19-2012, 07:21 PM
    Thread: Problems with prefix rule.
Post: RE: Problems with prefix rule.

Simply the rules apply from left to right: ^1^2^3 Code: -- ^1 ^2 ^3 ^1 === 1test >>> ^2 === 21test >>> ^3 === 321test -- BUT: ^3^2^1 Code: -- ^3 ^2 ^1 ^3 === 3tes...
M@LIK Very old oclHashcat-plus Support 4 8,778 05-17-2012, 01:06 AM
    Thread: can hashcat crack md5($s.'-'.md5($p)) ?
Post: RE: can hashcat crack md5($s.'-'.md5($p)) ?

I think epixoip (https://hashcat.net/forum/user-1746.html) meant mode 3710 instead of "7".
M@LIK Old hashcat Support 4 8,721 11-08-2012, 03:56 PM
    Thread: How to find two strings with same MD5?
Post: RE: How to find two strings with same MD5?

as far as i know u can't find 2 hashes with the same string unless its salted BUT.. heres a similar one:: 6d41402abc4b2a76b9719d911017c592 spend the next good 30 years trying to crack it LOL xD
M@LIK Old hashcat Support 2 8,694 04-28-2012, 02:25 PM
    Thread: oclHashcat-plus --show question
Post: RE: Bruteforce LM

@Mem5 (https://hashcat.net/forum/user-513.html):: Hashcat deals with LM hashes as chunks (16-bit hashes): 1- --remove doesn't work with LMs. 2- I just noticed this, --show doesn't work too! whatever ...
M@LIK Very old oclHashcat-plus Support 4 8,597 05-15-2012, 01:53 PM
    Thread: oclHashcat-plus --show question
Post: RE: oclHashcat-plus --show question

@atom (https://hashcat.net/forum/user-1.html):: Yes! you are right, it's working for me. I didn't know you have to set "-m" when using "--show". And yeah, bytes not bits -__- Too much ****.
M@LIK Very old oclHashcat-plus Support 4 8,597 05-16-2012, 12:22 PM
    Thread: Bugs at new version
Post: RE: Bugs at new version

Yes, seen before. As far as I can tell, this happens because of the dict caching thing. Try removing hashcat.dictstat and try again. Btw, it's no big deal the attack will exhaust when its finished.
M@LIK Very old oclHashcat-plus Support 4 8,506 01-03-2013, 12:32 AM
    Thread: Sorting results after cracking
Post: RE: Sorting results after cracking

https://hashcat.net/forum/thread-1700.html Might help.
M@LIK General Help 4 8,472 03-03-2013, 09:14 PM
    Thread: auto length increment?
Post: RE: auto length increment?

Add --pw-min=17 to your command-line.
M@LIK Very old oclHashcat-lite Support 3 8,377 11-21-2012, 10:37 AM
    Thread: Directory pointing using hashcat-plus-0.12
Post: RE: Directory pointing using hashcat-plus-0.12

Simple. Code: -- -plus ..\DirectoryWithDicts // Run all files in that dict // Note: On Windows, make sure there's no trailing (back)slash -plus ..\DirectoryWithDicts\*.txt // Run all .txt fi...
M@LIK General Help 4 8,368 01-13-2013, 03:44 AM
    Thread: Directory pointing using hashcat-plus-0.12
Post: RE: Directory pointing using hashcat-plus-0.12

Of course, that's wildcard basics. You can also do: dicts\*non-english* To run all files having "non-english" in their filenames. With a bit of brains, you can utilize this for a very efficient di...
M@LIK General Help 4 8,368 01-13-2013, 04:23 AM
    Thread: oclHashcat-lite v0.10 release soon
Post: RE: oclHashcat-lite v0.10 release soon

That sounds good, because I had a long list of bugs for you.
M@LIK Beta Tester 8 8,312 06-27-2012, 03:14 PM
    Thread: oclHashcat-lite v0.10 release soon
Post: RE: oclHashcat-lite v0.10 release soon

@undeath (https://hashcat.net/forum/user-85.html):: Works for me. You just have to specify --markov-hcstat=[hcstat_file]. Or simply put your .hcstat file in the same directory and name it hashcat.hcst...
M@LIK Beta Tester 8 8,312 06-28-2012, 08:28 PM
    Thread: Hashcat 0.41 external salt file and --remove error
Post: RE: Hashcat 0.41 external salt file and --remove ...

Don't use --remove flag with -e, use awk\gawk command to remove cracked hashes instead: Code: -- awk -F: "FNR==NR{ a[$1]++ } a[$1]!=1" cracked original_hashfile > leftfile --
M@LIK Old hashcat Support 4 8,276 10-24-2012, 10:24 AM
    Thread: Hashcat stdout problem
Post: RE: Hashcat stdout problem

https://hashcat.net/forum/thread-1016.html
M@LIK General Help 2 8,240 08-29-2012, 01:27 AM
    Thread: problem whit this character |
Post: RE: problem whit this character |

On Windows: xe1xxxxxd1a8xxx95xx648xxxxxx77xx:?^|M On Linux, probably: xe1xxxxxd1a8xxx95xx648xxxxxx77xx:?\|M
M@LIK Very old oclHashcat-lite Support 4 8,180 06-19-2012, 07:37 PM
    Thread: oclhashcat-lite-0.11 error: ./kernels/4098/markov_le.llvmir: no such file...
Post: RE: oclhashcat-lite-0.11 error: ./kernels/4098/mar...

Is this oclHashcat-lite-0.11b2? It works fine here. Maybe some kernels are not updated yet on AMD.
M@LIK Beta Tester 9 8,123 07-08-2012, 07:44 PM