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: Linux: Amdgpupro 16.60
Post: RE: Linux: Amdgpupro 16.60

I've just tested it (on Ubuntu 16.4): Positive: Installation still works good. Positive: The most important problem with the huge slowdown on rule-based cracking was resolved! Speed actually incre...
atom hashcat 8 9,513 06-29-2017, 02:16 PM
    Thread: is anyone run a benchmark with gtx1060 in hashcat v3.0?
Post: RE: is anyone run a benchmark with gtx1060 in hash...

No, except for SCRYPT based algorithms, the gpu ram doesn't matter when it comes to raw performance.
atom Hardware 12 46,632 06-30-2017, 09:06 AM
    Thread: Linux: Amdgpupro 16.60
Post: RE: Linux: Amdgpupro 16.60

I've tried on my RX480, it's possible they fixed it only for newer GPU generations. Also make sure to use latest beta for testing from https://hashcat.net/beta/ or github master version.
atom hashcat 8 9,513 06-30-2017, 04:24 PM
    Thread: HC do not recognize pass
Post: RE: HC do not recognize pass

Using --force is always a bad idea. Please provide the original .cap file so we can reproduce locally.
atom hashcat 5 4,833 07-03-2017, 09:23 AM
    Thread: HC do not recognize pass
Post: RE: HC do not recognize pass

I've debugged this with the .cap file you've provided and found the root of the problem. The problem was the ESSID. In the .cap the ESSID changed several times from 'testserv' to 'TEST_SERVER' for the...
atom hashcat 5 4,833 07-04-2017, 10:39 AM
    Thread: Problems with prince processor
Post: RE: Problems with prince processor

https://github.com/hashcat/princeprocessor/releases/download/v0.21/princeprocessor-0.21.7z
atom hashcat 1 2,172 07-04-2017, 10:40 AM
    Thread: markprocessor question password custom charset
Post: RE: markprocessor question password custom charset

You need to combine several tools to make this possible. Use maskprocessor to generate the dsa and ",$,^ and save them to separate files. Then use combinator.bin to join them and to create the final w...
atom General Talk 2 3,139 07-04-2017, 10:44 AM
    Thread: markprocessor question
Post: RE: markprocessor question

You can't do that with maskprocessor. I've written a small perl script for you. Code: -- for (my $i = 0; $i < 256; $i++) {   my $ones = 0;   for (my $j = 0; $j < 8; $j++)   {     nex...
atom hashcat 1 2,149 07-04-2017, 10:51 AM
    Thread: markprocessor question error
Post: RE: markprocessor question error

The shell interprets some of the special characters because they have special meanings. You need to escape them, use '!?1' instead.
atom hashcat 1 2,687 07-04-2017, 10:53 AM
    Thread: crack excel password with hashcat, possible?
Post: RE: crack excel password with hashcat, possible?

Maybe it does not have the length 8. I'd try wordlists first.
atom General Talk 6 23,546 07-04-2017, 10:55 AM
    Thread: Office 2016?
Post: RE: Office 2016?

Good question, are they different to Office 2013?
atom General Talk 2 4,297 07-05-2017, 06:16 AM
    Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes TrueCrypt and VeraCrypt extraction is the same
atom hashcat 10 26,762 07-06-2017, 09:40 AM
    Thread: H/s clarification
Post: RE: H/s clarification

So far so good, except this: Quote: -- At least to me, this seems to translate to the number of hashes generated per second. If this is the case, the time required for comparison (step 3) will t...
atom hashcat 2 2,830 07-06-2017, 09:52 AM
    Thread: Merge wordlists
Post: RE: Merge wordlists

combinator.bin is part of hashcat-utils. Use it as described. First combine two lists into one, then use the result with the third, etc. You can chain this as long as you want, but probably your hdd w...
atom hashcat 10 13,146 07-06-2017, 09:54 AM
    Thread: Merge wordlists
Post: RE: Merge wordlists

https://github.com/hashcat/hashcat-utils/releases/download/v1.8/hashcat-utils-1.8.7z
atom hashcat 10 13,146 07-06-2017, 03:05 PM
    Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update

No, 17.20 is fine, go use it
atom General Talk 35 48,975 07-06-2017, 09:35 PM
    Thread: Ryzen 1800X CPU with 1080 Ti GPU
Post: RE: Ryzen 1800X CPU with 1080 Ti GPU

Sorry I didn't want to interrupt this thread, but as you commented about the hashcat code there's no way to ignore. You're absolutely right when you say that the hashcat code is optimized for Intel...
atom Hardware 42 58,349 07-10-2017, 10:21 PM
    Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...

If you want to crack a bootable crypted partition, please re-read the section about it in the link I posted. The details are listed inside. Here's maybe more help: https://hashcat.net/forum/thread...
atom hashcat 10 26,762 07-15-2017, 12:42 PM
    Thread: CUDA?
Post: RE: CUDA?

That's right, hashcat no longer uses CUDA, but OpenCL. There's some speed drop caused by OpenCL but in Hashcat we can either avoid it by doing some workaround in the code (which requires SM >= 50) or ...
atom hashcat 3 13,478 07-15-2017, 12:49 PM
    Thread: Location of TrueCrypt Hidden OS Header
Post: RE: Location of TrueCrypt Hidden OS Header

As said in the description, a hidden OS requires another partition on the disc. It's probably the first 512 byte of that second partition or the 512 byte of sector 62 of that disc. Should be easy to f...
atom hashcat 7 7,597 07-15-2017, 01:01 PM