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 [asc] Author Forum Replies Views Posted
    Thread: What would be the most efficient way to solve this?
Post: RE: What would be the most efficient way to solve ...

For full speed this requires a special designed hash-mode. If you don't mind about performance simply pipe it. Quote: -- perl -MDigest::SHA -ne 'printf "%s\n", substr (Digest::SHA::sha1_hex ($_)...
atom General Help 2 4,653 11-07-2014, 09:08 AM
    Thread: What mode is md5(md5($pass).$salt) salt is > 30char and < 30char
Post: RE: What mode is md5(md5($pass).$salt) salt is > ...

I think he's talking about cracking vbull hashes. You can crack them with hashcat v4.0.1 in mode 2611 (not 2711) when not using -O.
atom hashcat 2 3,046 11-20-2017, 08:48 PM
    Thread: What means "1024/4096 MB allocatable"
Post: RE: What means "1024/4096 MB allocatable"

OpenCL has a bit a strange policy on memory allocation: Quote: -- Max size of memory object allocation in bytes. The minimum value is max (1/4th of CL_DEVICE_GLOBAL_MEM_SIZE, 128*1024*1024) --...
atom hashcat 1 4,416 06-30-2016, 08:53 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,362 06-04-2010, 01:36 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,362 06-10-2010, 11:02 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,362 06-10-2010, 08:06 PM
    Thread: what language is hashcat written in?
Post: RE: what language is oclhashcat written in?

Hashcat CPU has parts of ASM. For oclHashcat-* its plain C for the host-code part, OpenCL for AMD kernels, CUDA for NV kernels. Both OpenCL and CUDA and nearly 1:1 to C. There are also some parts of ...
atom General Talk 9 21,543 10-26-2012, 10:15 AM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

The char = on the end mostly points to Base64
atom General Help 6 12,600 10-12-2012, 10:11 AM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

can be anything. you will need to reverse engineer the algorithm used
atom General Talk 8 16,902 09-22-2014, 11:50 AM
    Thread: what is wrong with these rules and attack?
Post: RE: what is wrong with these rules and attack?

davidonpda Wrote: -- oclHashcat.exe example.hash -o output.txt names.dict names.dict --rule-left="$a$n$d" --rule-right="$4$e$v$e$r" I hash some names to test, bobandmarie4ever and some others...
atom Very old oclHashcat Support 1 6,178 07-07-2010, 08:37 AM
    Thread: What is wrong
Post: RE: What is wrong

Interger overflow (32^16) 32 because you use -t 32
atom Old oclHashcat Support 2 4,794 04-14-2015, 06:41 PM
    Thread: what is this encryption
Post: RE: what is this encryption

posting a link to a hash on pastebin or so is also ok
atom General Talk 4 8,623 05-14-2014, 06:34 PM
    Thread: What is the hashcat rule to append numbers from 0 to 9999 at the end?
Post: RE: What is the hashcat rule to append numbers fro...

How about using -a 6 with ?d?d?d?d mask?
atom hashcat 3 3,188 07-24-2018, 02:21 PM
    Thread: What is the Best way to recover a MyBB pass
Post: RE: What is the Best way to recover a MyBB pass

Nice introduction, we should setup a basic attack command wiki page.
atom Old hashcat Support 8 53,090 09-30-2012, 07:46 PM
    Thread: What is the Best way to recover a MyBB pass
Post: RE: What is the Best way to recover a MyBB pass

Quote: -- So this is what happens: md5(md5($salt).$password) -- The comment above says $password is the md5'ed password, not the plaintext-password. This makes much more sense, since it means ...
atom Old hashcat Support 8 53,090 10-04-2012, 01:07 PM
    Thread: what is the 381.5k(M) c/s mean?
Post: RE: what is the 381.5k(M) c/s mean?

calculations per second
atom Very old oclHashcat-plus Support 6 11,036 02-17-2012, 10:30 AM
    Thread: What is my failure in cli?
Post: RE: What is my failure in cli?

--hash-type=62XY is wrong
atom Old oclHashcat Support 4 7,608 03-21-2014, 09:55 AM
    Thread: What i do wrong?
Post: RE: What i do wrong?

are you talking about hashcat or oclHashcat-plus? from your commandline it looks like hashcat, but using mp64 for piping words is a common practice for oclHashcat-plus. this is confusing. in case of o...
atom General Help 3 8,787 01-10-2012, 11:50 AM
    Thread: What does this error mean?
Post: RE: What does this error mean?

yes it does. maybe driver problem?
atom Old hashcat Support 2 6,481 12-25-2011, 10:12 PM
    Thread: What does c/s real and gpu mean
Post: RE: What does c/s real and gpu mean

real is the speed that it is in real. you can calculate it by number of tests (from progress) / time.util real. for example if i run run something and i press "s" after it ran since 959ms and it test...
atom Very old oclHashcat-plus Support 1 6,564 09-16-2011, 11:39 PM