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 [asc] Views Posted
    Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...

The problem here is simple. You are piping multiple arguments to hashcat through the $line variable, and your script is therefore sending them to hashcat as a single parameter. You think it's saying:...
unix-ninja Old hashcat Support 8 17,132 11-08-2013, 08:37 PM
    Thread: comprehensive list of algorithms?
Post: RE: comprehensive list of algorithms?

Code: -- oclHashcat64.bin --help --
unix-ninja Old oclHashcat Support 8 11,570 07-15-2014, 03:53 PM
    Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...

Hashcat rules don't support dynamic processing at the moment. You would have to run this through something like the mask preprocessor to expand that into a rule file. for example: ``` mp '$?d$?d$?...
unix-ninja hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 8,773 11-30-2017, 10:19 PM
    Thread: Usage: hashcat [options] hashfile [mask|wordfiles|directories]
Post: RE: Usage: hashcat [options] hashfile [mask|wordfi...

>hashcat-cli32.exe -a 3 -m 1000 -o D:\output.txt --output-format=0 D:\hash.txt ?l?l?l?l?l?l
unix-ninja Old hashcat Support 7 17,002 02-27-2013, 11:27 PM
    Thread: Slow VCL speeds
Post: RE: Slow VCL speeds

VCL is broken and is no longer supported. It is officially considered a dead technology. Sorry. The new version of disthc should be coming out soon. It will have limited features at first (most to co...
unix-ninja Old oclHashcat Support 7 14,627 12-11-2013, 12:08 AM
    Thread: new gpu purchase/explanation
Post: RE: new gpu purchase/explanation

mattjackson123 Wrote: (01-27-2016, 05:27 PM) -- looking at getting a new gpu to replace my old p.o.s currently looking around the price mark of the gtx 960/r9 380. card i am thinking of getting atm...
unix-ninja Old oclHashcat Support 7 8,860 01-27-2016, 06:07 PM
    Thread: Can't crack multiple hashes, only single
Post: RE: Can't crack multiple hashes, only single

Try using Unix-style encoding for newlines and see if that works any better.
unix-ninja hashcat 7 13,884 05-11-2016, 06:41 PM
    Thread: PrinceProcessor
Post: RE: PrinceProcessor

I am not sure prince processor is actually what you want. Checkout hashcat-utils, you may have some better luck there. Look at the combinators and combipow first. That's likely to get you closer to wh...
unix-ninja hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 7 6,895 05-23-2018, 04:42 PM
    Thread: Creating a secure hash?
Post: RE: Creating a secure hash?

Unfortunately, that's not really all that secure. Especially if someone manages to leverage your source. The best way to guarantee decent security is to assume that your source has already been compr...
unix-ninja General Talk 6 12,460 01-21-2014, 03:49 AM
    Thread: Creating a secure hash?
Post: RE: Creating a secure hash?

Just as a P.S.: No new code bases should be using MD5 or SHA1 for security in the modern age.
unix-ninja General Talk 6 12,460 01-21-2014, 03:51 AM
    Thread: 5970's worth buying?
Post: RE: 5970's worth buying?

which algorithms are you comparing there? I am pretty sure the 5970 should *not* have a higher rate (apples to apples) than the GTX 970.
unix-ninja Old oclHashcat Support 6 10,673 05-20-2016, 09:08 PM
    Thread: Efficient way to store hashes in database ?
Post: RE: Efficient way to store hashes in database ?

Encoding the hashes in base64 will not get you the fastest processing time for storage and retrieval. In-fact, it will hurt your stats for sure. There are MANY factors to consider with MySQL, inclu...
unix-ninja General Talk 5 15,744 08-07-2012, 08:07 PM
    Thread: Ethernet Laser
Post: RE: Ethernet Laser

umm... at that point, why not use fiber?
unix-ninja General Talk 5 11,517 11-29-2012, 11:58 PM
    Thread: slight change
Post: RE: slight change

Or you could just write the script yourself. There's no real need for Atom to do that.
unix-ninja User Contributions 5 11,157 07-02-2013, 04:39 PM
    Thread: cracking salted linux shadow hash: Unable to load due to Line-length
Post: RE: cracking salted linux shadow hash: Unable to l...

Shadow file uses crypt hashes (i.e., cryptsha512). That is -m 1800, *not* 1720. That looks like your problem.
unix-ninja hashcat 5 9,568 08-10-2016, 11:21 PM
    Thread: hashcat version
Post: RE: hashcat version

Old as dirt. There are way too many differences between the two. The entire codebase has been largely refactored and simply works differently.
unix-ninja hashcat 5 5,273 12-07-2016, 10:18 PM
    Thread: what type of this hash??
Post: RE: what type of this hash??

vincide Wrote: (03-24-2017, 07:16 PM) -- Hi Chick3nman, it from my friend test. Can you help me?? -- It's not a hash. And yes, it took about 30 seconds to figure out the plain.
unix-ninja General Talk 5 6,437 03-24-2017, 07:19 PM
    Thread: Recommanded OS for oclhashcat ?
Post: RE: Recommanded OS for oclhashcat ?

Debian or Ubuntu are good places to start
unix-ninja Hardware 4 10,058 04-16-2012, 09:07 PM
    Thread: unbruteforceabe hash?
Post: RE: unbruteforceabe hash?

matafor Wrote: (04-30-2012, 09:45 PM) -- Hi Folks! I'm thinking about using a software with the following hash-algorithm: sha1(salt+sha1(salt+pass+salt)) I wanted to check if this algorithm is ...
unix-ninja Old hashcat Support 4 10,756 04-30-2012, 09:57 PM
    Thread: statsprocessor-0.08 Skip and Limit
Post: RE: statsprocessor-0.08 Skip and Limit

You have it right. I ran that on my machine with statsprocessor 0.09 and it works fine. See if you can try the 64 bit binary. If it's still an issue, maybe just wait until 0.09 is officially released...
unix-ninja hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 10,000 04-03-2013, 08:09 PM