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: hashcat cracking special chars error
Post: RE: hashcat cracking special chars error

it reads 40 chars of the line to be the hash, yes, regardless of the position of the seperator. the reason therefore is the problematic hash:salt format. it is possible that the seperator char itself ...
atom Very old oclHashcat Support 7 20,100 05-29-2010, 06:38 AM
    Thread: Driver/SDK version message and a few tweaks
Post: RE: Driver/SDK version message

this is an ATI related problem and comes up due the combination of two single problems. first, to get the full performance out of ATI it requires vectorizing. this means it is best crunching 4 passwor...
atom Very old oclHashcat Support 6 14,060 05-29-2010, 07:02 AM
    Thread: SHA-256
Post: RE: SHA-256

thanks. what speed do you expect? i mean, which gpu cracker are you currently using to crack sha-256?
atom Feature Requests 3 9,914 05-29-2010, 07:08 AM
    Thread: What are rules?
Post: RE: What are rules?

elimist Wrote: -- What are rules? -- they are used to manipulate words from your dictionary a bit like changing the original case, appending numbers and so on... elimist Wrote: -- does my word ...
atom General Help 2 9,003 05-30-2010, 09:08 AM
    Thread: Per position charset support
Post: RE: Per position charset support

i am not sure if i understood you 100% correctly. but if i do, then you are lucky. it is already implemented in. using the mask you described, you need to run oclhashcat 6 times oclHashcat.exe examp...
atom Feature Requests 4 11,975 05-30-2010, 02:11 PM
    Thread: oclHashcat - Single worlist attack
Post: RE: oclHashcat - Single worlist attack

as you said, hashcat is very fast in doing dictionary attack. even on my biggest wordlists that are greater than 1gb it is finished in less than a minute. why adding dictionary attack on oclHashcat?
atom Feature Requests 6 13,356 06-01-2010, 09:15 AM
    Thread: oclHashcat and memory
Post: RE: oclHashcat and memory

next version v0.20 will have wordlist segmentation. this allows wordlists to be of arbitrary size. limited memory will no longer be an issue.
atom Hardware 7 22,894 06-01-2010, 11:59 AM
    Thread: mysql5
Post: RE: mysql5

ok i have a beta ready. next version v0.20 will have MySQL4.1/MySQL5 support :)
atom Feature Requests 3 9,933 06-04-2010, 08:34 AM
    Thread: What linux distro do you recommend?
Post: RE: What linux distro do you recommend?

not sure if the distribution make a diffrence. ubuntu 9.x has been tested a lot and it works fine on there. more important is that the cpus support sse2 :) $ grep sse2 /proc/cpuinfo
atom Old hashcat Support 8 17,360 06-04-2010, 01:36 PM
    Thread: Domain Cached Credentials
Post: RE: Domain Cached Credentials

ok i have a beta ready. next version v0.20 will have domain cached credentials (DCC) support
atom Feature Requests 4 18,226 06-04-2010, 09:59 PM
    Thread: Domain Cached Credentials
Post: RE: Domain Cached Credentials

not sure yet
atom Feature Requests 4 18,226 06-07-2010, 04:27 PM
    Thread: What linux distro do you recommend?
Post: RE: What linux distro do you recommend?

unrar x hashcat-0.34.rar ./hashcat-cli.bin -h
atom Old hashcat Support 8 17,360 06-10-2010, 11:02 AM
    Thread: ERROR: clEnqueueReadBuffer() -5
Post: RE: ERROR: clEnqueueReadBuffer() -5

thx for report
atom Very old oclHashcat Support 4 10,709 06-10-2010, 11:09 AM
    Thread: Problem using -l option with double nvidia cards
Post: RE: Problem using -l option with double nvidia car...

the -l parameter is only needed if you want to split the workload to work on gpus of multiple computers. otherwise you do not need to set it. the optimum value depends on the number of computers, the ...
atom Very old oclHashcat Support 3 8,878 06-10-2010, 11:30 AM
    Thread: What linux distro do you recommend?
Post: RE: What linux distro do you recommend?

hashcat is a 32 bit only app and you are on 64 bit linux. so you need to install 32 bit compatibility libraries. maybe this helps: sudo apt-get install ia32-libs
atom Old hashcat Support 8 17,360 06-10-2010, 08:06 PM
    Thread: Problem using -l option with double nvidia cards
Post: RE: Problem using -l option with double nvidia car...

phrst Wrote: -- Here are my thoughts on this subject. From what I gather the -l value works like this: If I set -l 1000, it does not mean that it will test 1000 strings. Rather it will test 1000*...
atom Very old oclHashcat Support 3 8,878 06-11-2010, 08:20 AM
    Thread: OclHashcat rules
Post: RE: OclHashcat rules

mastercracker Wrote: -- I think it would be a good idea to either post or put a link to a file that contains all the rules available in OclHashcat so that we can refer to it when we need it. -- OK,...
atom Very old oclHashcat Support 3 9,495 06-11-2010, 08:51 AM
    Thread: OclHashcat rules
Post: RE: OclHashcat rules

same on hashcat, will fix that in hashcat v0.35, too
atom Very old oclHashcat Support 3 9,495 06-11-2010, 09:06 AM
    Thread: Don't work Sha1(base64) on Hashcat
Post: RE: Don't work Sha1(base64) on Hashcat

SHA1(Base64) has to be of fixed length 28. the hashes are ok. but you need to prefix them with the {SHA} signature. so the hashes must look like this: Code: -- {SHA}bTc/D9BCsSKJpUT0zfAVmvoIHcg= ...
atom Old hashcat Support 4 16,920 06-11-2010, 09:26 AM
    Thread: Don't work Sha1(base64) on Hashcat
Post: RE: Don't work Sha1(base64) on Hashcat

talal Wrote: -- Big thanks. :). Works -- yw talal Wrote: -- Another question, if it is not difficult. Whether the algorithm will be supported Whirlpool? -- currently not planned
atom Old hashcat Support 4 16,920 06-11-2010, 05:07 PM