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 Posted [desc]
    Thread: Can't get it to crack known hashes
Post: RE: Can't get it to crack known hashes

there is not algorithm implementation difference in linux and windows. thing is, passwords are usually not stored in utf8 / utf16. if you want to crack utf8 passwords you have to use hex-charsets. but...
atom Old hashcat Support 8 17,224 01-19-2012, 10:15 PM
    Thread: Just want to confirm it doesn't support
Post: RE: Just want to confirm it doesn't support

you are lucky. both hashcat cpu and hashcat-plus as well support this algorithm. the new -lite also support it in beta, which is not yet released. in plus, its the algorithm type 2811. Quote: -- ro...
atom Very old oclHashcat-plus Support 6 13,645 01-19-2012, 10:18 PM
    Thread: Can't get it to crack known hashes
Post: RE: Can't get it to crack known hashes

thats right, hashcat does not support HMAC for sha1 or md5. they are rarely requested. actually you are the first who asks for it.
atom Old hashcat Support 8 17,224 01-20-2012, 12:06 AM
    Thread: reading directories with dictionaries in combinator mode
Post: RE: reading directories with dictionaries in combi...

Quote: -- I think it will be good to grab all the dictionaries from the folder (or folders, if the second "dictionary" will be actually a directory too) and mix them sequentially. -- do it with...
atom Very old oclHashcat-plus Support 4 10,429 01-20-2012, 01:43 PM
    Thread: Just want to confirm it doesn't support
Post: RE: Just want to confirm it doesn't support

ok good info, thanks
atom Very old oclHashcat-plus Support 6 13,645 01-20-2012, 01:43 PM
    Thread: OpenCL bruteforcing via hcGui
Post: RE: OpenCL bruteforcing via hcGui

start with the following: put "?d?d?d?d?d?d?d?d" into the mask and try again
atom Old hashcat Support 10 19,979 01-20-2012, 01:52 PM
    Thread: Need Help : Bruteforce NTLM + Challenge
Post: RE: Need Help : Bruteforce NTLM + Challenge

not enough requests
atom Very old oclHashcat-lite Support 16 48,847 01-21-2012, 09:48 AM
    Thread: Are the same limits present for NTLM and DCC
Post: RE: Are the same limits present for NTLM and DCC

no, its doing the unicode convert on gpu kernel. its bound to has the same limits as md5.
atom Very old oclHashcat-plus Support 1 5,069 01-21-2012, 09:49 AM
    Thread: reading directories with dictionaries in combinator mode
Post: RE: reading directories with dictionaries in combi...

rc = returncode
atom Very old oclHashcat-plus Support 4 10,429 01-21-2012, 09:50 AM
    Thread: Weird problem with -m 400
Post: RE: Weird problem with -m 400

rejects are usually the result of incomaptible words in the dictionary. if the whole dictionary is rejected its mostly because of a bad newline seperator. for example, if the dictionary was stored on ...
atom Very old oclHashcat-plus Support 4 8,880 01-21-2012, 09:54 AM
    Thread: SHA1 bad result
Post: RE: SHA1 bad result

ok thanks for the files. i was able to reproduce what happend. Quote: -- $ echo -n 1234 | iconv -f iso-8859-1 -t unicodelittle | sha1sum 139f69c93c042496a8e958ec5930662c6cccafbf - -- your orig...
atom Very old oclHashcat-plus Support 3 7,548 01-21-2012, 04:54 PM
    Thread: Hashcat Development Report II
Post: Hashcat Development Report II

Welcome to the second hashcat development report :) NOTE: If you follow the hashcat twitter you already know some of this. [hr] I will start with the most interessting thing first! On a stock cloc...
atom Organisation and Events 0 21,142 01-21-2012, 09:42 PM
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped

hey chort, much thanks for the report. i was able to reproduce and fix it. new b3 is up, pls try again.
atom Old hashcat Support 11 20,671 01-23-2012, 11:06 AM
    Thread: Generating new custom dictionary
Post: RE: Generating new custom dictionary

this can be done by using the new multirules feature from oclHashcat-plus. use the rules/toggle* rules for the case switching and the rules/hybrid/prepend* rules for the additional chars. ex: oclHashc...
atom Very old oclHashcat-plus Support 2 10,542 01-23-2012, 11:07 AM
    Thread: oclHashcat-plus32 backtrack clGetDeviceIDs() -1
Post: RE: oclHashcat-plus32 backtrack clGetDeviceIDs() -...

As you can see yourself it is not finding your GPU, only the CPU. Maybe you are not executing it inside an x11 window?
atom Very old oclHashcat-plus Support 2 7,350 01-25-2012, 12:03 AM
    Thread: Mask error?
Post: RE: Mask error?

hey ho.. i cant reproduce this locally, see my tests: Quote: -- root@sf:~/oclHashcat-plus-0.08# mkpasswd -m md5 panthers77 > hash root@sf:~/oclHashcat-plus-0.08# echo -n panthers77 | ./oclHashcat-...
atom Very old oclHashcat-plus Support 5 9,985 01-25-2012, 11:27 PM
    Thread: Implement SL3 for hashcat/hashcat-gui ?
Post: RE: Implement SL3 for hashcat/hashcat-gui ?

that makes no sense, cpu would require to long (several years) per hash.
atom Feature Requests 2 9,095 01-25-2012, 11:28 PM
    Thread: Long passwords
Post: RE: Long passwords

you can exploit hashcat by using salted hashes for that. but, 20 chars is still to much
atom General Help 5 12,200 01-25-2012, 11:29 PM
    Thread: HashCat wont load SHA-1 Hashes?
Post: RE: HashCat wont load SHA-1 Hashes?

looks like you have spaces at line end
atom Old hashcat Support 3 8,125 01-25-2012, 11:31 PM
    Thread: Mask error?
Post: RE: Mask error?

excellent find. i can confirm its a bug. i was able to reproduce this locally and i have already fixed it. it occours in -a 6 when the base word side is < length 8, because oclhashcat-plus reject...
atom Very old oclHashcat-plus Support 5 9,985 01-26-2012, 07:10 AM