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: watchdog do not work in 0.09 ?
Post: RE: watchdog do not work in 0.09 ?

according to this post: https://hashcat.net/forum/thread-1191-post-6335.html#pid6335 your watchdog does generally not work. It might be a driver/hardware problem.
undeath Very old oclHashcat-lite Support 22 35,197 05-20-2012, 06:24 PM
    Thread: How to increase the speed in v0.09
Post: RE: How to increase the speed in v0.09

everything looks fine. you can try increasing -n but this will cause your screen to freeze.
undeath Very old oclHashcat-lite Support 1 4,889 05-21-2012, 09:50 AM
    Thread: watchdog do not work in 0.09 ?
Post: RE: watchdog do not work in 0.09 ?

your watchdog does generally not work, doesn't matter if you specify any watchdog-related option or not.
undeath Very old oclHashcat-lite Support 22 35,197 05-22-2012, 12:46 AM
    Thread: custom-charset goal ?
Post: RE: custom-charset goal ?

if you do not specify a mask, the default one is used.
undeath Very old oclHashcat-lite Support 5 9,579 05-29-2012, 09:48 PM
    Thread: problem whit this character |
Post: RE: problem whit this character |

this is a special shell character and therefore your shell causes this problem, not hashcat. You have to properly escape/quote.
undeath Very old oclHashcat-lite Support 4 8,181 06-19-2012, 07:19 PM
    Thread: Slow speed values for DEScrypt crack
Post: RE: Slow speed values for DEScrypt crack

read the --help screen. There is not --attack option.
undeath Very old oclHashcat-lite Support 7 16,577 06-25-2012, 12:54 PM
    Thread: need help with sha512
Post: RE: need help with sha512

no. crypt uses PBKDF2.
undeath Very old oclHashcat-lite Support 23 49,309 07-08-2012, 04:59 PM
    Thread: need help with sha512
Post: RE: need help with sha512

epixoip Wrote: (07-09-2012, 05:22 AM) -- you're thinking of pbkdf2-hmac-sha512, like what grub uses. sha512crypt doesn't use pbkdf2. sha512crypt is actually based on md5crypt. see https://www.akkadia....
undeath Very old oclHashcat-lite Support 23 49,309 07-09-2012, 12:32 PM
    Thread: Distributed Computing for cracking a long passwd
Post: RE: Distributed Computing for cracking a long pass...

oclhashcat-* won't crack anything with more than 15 chars. You probably did not specify --pw-min. The part with the first four chars being fixed is a limitation of the cracking engine implementatio...
undeath Very old oclHashcat-lite Support 22 46,751 07-09-2012, 09:44 PM
    Thread: Distributed Computing for cracking a long passwd
Post: RE: Distributed Computing for cracking a long pass...

undeath Wrote: (07-09-2012, 09:44 PM) -- oclhashcat-* won't crack anything with more than 15 chars. -- epixoip Wrote: (07-09-2012, 04:44 AM) -- oclhashcat cannot crack passwords > 16 chars. -- a...
undeath Very old oclHashcat-lite Support 22 46,751 07-11-2012, 11:02 PM
    Thread: Distributed Computing for cracking a long passwd
Post: RE: Distributed Computing for cracking a long pass...

pretty useless to define -1 ?d though.
undeath Very old oclHashcat-lite Support 22 46,751 07-13-2012, 03:42 PM
    Thread: New ocl-lite new command line can give anyone example ?
Post: RE: New ocl-lite new command line can give anyone ...

see here: https://hashcat.net/wiki/hashcat_utils#hcstatgen
undeath Very old oclHashcat-lite Support 27 49,073 07-14-2012, 10:33 PM
    Thread: faster with --markov-disable
Post: RE: faster with --markov-disable

no, markov fully supports masks
undeath Very old oclHashcat-lite Support 3 7,388 07-20-2012, 10:19 AM
    Thread: Distributed Computing for cracking a long passwd
Post: RE: Distributed Computing for cracking a long pass...

y u so funny.
undeath Very old oclHashcat-lite Support 22 46,751 07-25-2012, 07:56 PM
    Thread: Bug in SHA512 (Unix) Hashcat?
Post: RE: Bug in SHA512 (Unix) Hashcat?

can confirm this problem with latest beta Code: -- $ mkpasswd -m sha-512 -S n.x8pyjJ -s 12345 $6$n.x8pyjJ$y/9YEn.7e3TrjfAmbvVK89rE9u5YlUBJyqWambc6wH4oAbk.ooVn4W8yEQijadbVgKLG9omTmVJBzX.CtMLTa1...
undeath Very old oclHashcat-lite Support 3 7,881 07-25-2012, 10:36 PM
    Thread: SL3 unlock questions
Post: RE: SL3 unlock questions

nobody here knows about SL3. please consult other forums.
undeath Very old oclHashcat-lite Support 1 5,659 07-25-2012, 11:01 PM
    Thread: SHA1 Customized Algorithm
Post: RE: SHA1 Customized Algorithm

save the hashes as hash:USER: (notice the trailing colon) and use a rule to ensure every password is only tested in upper case. then you can use sha1(salt.pass)
undeath Very old oclHashcat-lite Support 5 11,207 08-03-2012, 01:06 PM
    Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks

you can try the OSC hash mode.
undeath Very old oclHashcat-lite Support 20 40,862 08-06-2012, 12:59 AM
    Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks

uhm, sorry. Seems like OSC is not supported by lite. Due to the way lite works you should not use a mask like 12345678?1?1?1?1 ... because lite relies on the first part of the plaintext not to be fixe...
undeath Very old oclHashcat-lite Support 20 40,862 08-06-2012, 01:26 AM
    Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks

OSC is md5(salt.pass), however it is not supported by lite. Read my other post.
undeath Very old oclHashcat-lite Support 20 40,862 08-06-2012, 01:58 AM