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 [asc] Replies Views Posted
    Thread: cHC+64 skips the first hash O.o
Post: RE: cHC+64 skips the first hash O.o

i think it depends on whether the BOM is set or not. If no BOM is set, everything should be ok.
undeath Very old oclHashcat-plus Support 6 10,976 04-14-2012, 10:25 PM
    Thread: hashcat-gui v0.5.1 - not work perfectly
Post: RE: hashcat-gui v0.5.1 - not work perfectly

There are too many zeros ;) 2.400k = 2.400 * 1000 = 2.400 (the dot is not a thousand-separator) As is said before, WPA takes very much time. You _cannot_ brute-force this in your lifetime.
undeath Very old oclHashcat-plus Support 9 21,941 04-15-2012, 01:43 PM
    Thread: ERROR: clCreateBuffer() -61
Post: RE: ERROR: clCreateBuffer() -61

The problem is AMD's ram management is not that good. You loose much performance on I/O. If you run millions of hashes frequently, better buy some nvidia cards.
undeath Very old oclHashcat-plus Support 6 12,216 04-15-2012, 01:47 PM
    Thread: hashcat-gui v0.5.1 - not work perfectly
Post: RE: hashcat-gui v0.5.1 - not work perfectly

Brute forcing an upper/lower/digit pass of 10 chars will take too much time, no matter what type of hash. If you however cannot limit the password to a mask, you need to run a wordlist attack and h...
undeath Very old oclHashcat-plus Support 9 21,941 04-15-2012, 05:06 PM
    Thread: Reading very large dicts
Post: RE: Reading very large dicts

are you sure? works fine for me.
undeath Very old oclHashcat-plus Support 11 17,232 04-16-2012, 05:51 PM
    Thread: Reading very large dicts
Post: RE: Reading very large dicts

doesn't work for directories of course.
undeath Very old oclHashcat-plus Support 11 17,232 04-16-2012, 10:54 PM
    Thread: How to run in windows 7?
Post: RE: How to run in windows 7?

cuda = nvidia ocl = amd
undeath Very old oclHashcat-plus Support 3 7,470 04-22-2012, 03:39 PM
    Thread: Large IPB list issue
Post: RE: Large IPB list issue

It doesn't really decrement, but there is an overflow. The reason for having so many rejected ones appearing right after starting is simple: olchashcat-plus caches a part of the dict and at first s...
undeath Very old oclHashcat-plus Support 15 38,222 04-25-2012, 09:36 AM
    Thread: --remove isn't removing all hashes
Post: RE: --remove isn't removing all hashes

undeath Wrote: (03-30-2012, 07:58 PM) -- if the same hash appears multiple times it is only removed once. sort -u your hash file before running it through hashcat. --
undeath Very old oclHashcat-plus Support 13 23,100 04-25-2012, 08:16 PM
    Thread: 16 byte salt support for joomla
Post: RE: 16 byte salt support for joomla

Any progress on this? Still doesn't work.
undeath Very old oclHashcat-plus Support 13 22,298 04-28-2012, 03:45 PM
    Thread: 16 byte salt support for joomla
Post: RE: 16 byte salt support for joomla

doesn't work for me. Code: -- H:\oclHashcat-plus-0.08b60>oclHashcat-plus64.exe -m11 joomla.txt ?d?d?d?d?d?d?d?d -a3 WARNING: Hashfile 'joomla.txt' in line 1 (hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh:ssss...
undeath Very old oclHashcat-plus Support 13 22,298 04-28-2012, 06:45 PM
    Thread: DES random generated bforcing
Post: RE: DES random generated bforcing

there is no guarantee for a "total random word" not to equal "aaaaaa"
undeath Very old oclHashcat-plus Support 8 13,479 05-06-2012, 08:44 PM
    Thread: DES random generated bforcing
Post: RE: DES random generated bforcing

phillips321 Wrote: (05-07-2012, 10:08 AM) -- 26*26*10 per character position * length of 6 -- check your math: (26+26+10)^6
undeath Very old oclHashcat-plus Support 8 13,479 05-07-2012, 01:40 PM
    Thread: ./oclHashcat-plus64.bin returns "Segmentation fault"
Post: RE: ./oclHashcat-plus64.bin returns "Segmentation...

try removing the sdk and reinstall the driver.
undeath Very old oclHashcat-plus Support 9 23,269 05-11-2012, 08:07 PM
    Thread: DES random generated bforcing
Post: RE: DES random generated bforcing

what exactly is it you don't understand about "random"? There is no pattern. A random password can also be "aaaaaaa" or "hello1". It is just exactly the same probability.
undeath Very old oclHashcat-plus Support 8 13,479 05-12-2012, 10:04 AM
    Thread: Large IPB list issue
Post: RE: Large IPB list issue

what was it about?
undeath Very old oclHashcat-plus Support 15 38,222 05-13-2012, 09:48 PM
    Thread: Problems with prefix rule.
Post: RE: Problems with prefix rule.

you have to reverse the order for prepending. ^1^2^3 + "test" -> ^2^3 + "1test" -> ^3 + "21test" -> "321test"
undeath Very old oclHashcat-plus Support 4 8,778 05-17-2012, 12:35 AM
    Thread: oclHashcat-plus isn't cracking my NTLM hash
Post: RE: oclHashcat-plus isn't cracking my NTLM hash

hashcat does not check for the empty string.
undeath Very old oclHashcat-plus Support 2 6,493 05-21-2012, 09:48 AM
    Thread: oclHashcat-plus-0.08 0% GPU
Post: RE: oclHashcat-plus-0.08 0% GPU

With newer cards nvidia does not allow to read the gpu usage. This feature is restricted to the cad/development cards only.
undeath Very old oclHashcat-plus Support 6 13,207 05-21-2012, 02:16 PM
    Thread: Cracking Russian Passwords
Post: RE: Cracking Russian Passwords

yep, your plain is wrong. echo -n 'ьфдщн' | md5sum 507620db658a3d55c367cc8273e2ee24 -
undeath Very old oclHashcat-plus Support 11 23,629 05-24-2012, 12:57 AM