Please note, this is a STATIC archive of website hashcat.net from October 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: hashcat v0.40
Post: RE: hashcat v0.40

While a quick test of hashcat-cli64.exe for actual attacks works, trying --stdout results in a crash. The changelog shows some fixes related to that, but is it sure it works OK again? (For Win7 64-...
Kgx Pnqvhm Old hashcat Announcements 5 26,880 08-06-2012, 02:28 AM
    Thread: hashcat v0.40
Post: RE: hashcat v0.40

radix Wrote: (08-06-2012, 09:01 AM) -- try re-downloading. There was an issue with stdout but it was corrected. I just ran the examples with stdout no problem. -- Yes, the re-downloaded one works...
Kgx Pnqvhm Old hashcat Announcements 5 26,880 08-06-2012, 09:32 PM
    Thread: Hashcat Utilities List Cleaner
Post: RE: Hashcat Utilities List Cleaner

During the development of ULM, I was corresponding with Blazer about my idea of using corpora as word lists, along with ideas from Matt Weir's resesarch. Those "word lists" out there are essentiall...
Kgx Pnqvhm Feature Requests 15 37,163 11-21-2011, 11:43 PM
    Thread: Hashcat Utilities List Cleaner
Post: RE: Hashcat Utilities List Cleaner

"Finding and creating effective input dictionaries is a non-trivial problem." From Matt Weir's "Using Probabilistic Techniques to aid in Password Cracking Attacks" found at his tools site, under Pres...
Kgx Pnqvhm Feature Requests 15 37,163 11-22-2011, 03:56 AM
    Thread: Hashcat Utilities List Cleaner
Post: RE: Hashcat Utilities List Cleaner

This item was in my mailbox today: It is now possible to download large amounts of "n-grams" data from the COCA corpus for offline use from https://www.ngrams.info. This is in addition to the data o...
Kgx Pnqvhm Feature Requests 15 37,163 11-23-2011, 03:08 AM
    Thread: Hashcat Utilities List Cleaner
Post: RE: Hashcat Utilities List Cleaner

What I'm gearing up for is pass phrases. E.g., see "The Diceware Passphrase Home Page." People are being encouraged to use long passwords these days, and th easiest way to have something longer is to ...
Kgx Pnqvhm Feature Requests 15 37,163 11-24-2011, 03:22 AM
    Thread: hashcat password length limit?
Post: RE: hashcat password length limit?

Putting that rule into rule.rule, and your word into word.txt, then running (hashcat 0.37 on a Win7 64-bit system): > hashcat-cli64.exe --stdout -r rule.rule word.txt outputs just a blank line. ...
Kgx Pnqvhm Old hashcat Support 4 11,635 12-12-2011, 11:22 PM
    Thread: Hashcat for Dummies?
Post: RE: Hashcat for Dummies?

Some type of documentation on that level would be nice. Earlier on, there were blogs that taught the basics. The program changes so much with each update, I practically have to re-learn it to do wh...
Kgx Pnqvhm General Help 1 4,971 10-03-2014, 11:30 PM
    Thread: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference

Yes, I'm getting just single words interspersed with the combinations. At first I though it had to do with the word list having an odd or even number of words, but that only seems to affect whether...
Kgx Pnqvhm Old hashcat Support 10 18,473 08-04-2013, 05:50 PM
    Thread: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference

I'm using hand-typed lists of five, six, seven words of four to six characters in length. The number of words in the stdout file is higher than the number of input words squared.
Kgx Pnqvhm Old hashcat Support 10 18,473 08-06-2013, 07:49 PM
    Thread: hashcat combination attack odd even difference
Post: RE: hashcat combination attack odd even difference

Wondering if it was the old -n 1 race problem again, I tried it with and without but got the same result. antbatcatdogegg.txt ------------------------- ant bat cat dog egg hashcat-cli6...
Kgx Pnqvhm Old hashcat Support 10 18,473 08-07-2013, 08:52 PM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

The guts are: :: run the batch of rules FOR /F %%G IN (rules-batch.txt) DO (call :main %%G) The command line used starts off with: hashcat-cli64.exe -n 4 -c 128
Kgx Pnqvhm Old hashcat Support 12 22,818 07-26-2013, 12:13 AM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

There is a program that may have been causing some system troubles, which I've uninstalled. If a week goes by without trouble, then I'll re-try the batch file running hashcat.
Kgx Pnqvhm Old hashcat Support 12 22,818 07-21-2013, 09:42 PM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

After having cleaned up my system a bit on the weekend, including re-building the page file, and having uninstalled a suspect program, I was going to kill two birds with one stone by running that grou...
Kgx Pnqvhm Old hashcat Support 12 22,818 07-25-2013, 12:14 AM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

Even after uninstalling the program I thought was at fault for my system wierdness, I still had more crashes. The real problem may've been updating to NVIDIA's 320.49 driver. See the thread "NVIDI...
Kgx Pnqvhm Old hashcat Support 12 22,818 07-27-2013, 11:32 PM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

Running some tests tonight, I found that the problem was actually due to using the new option: --debug-mode=3.
Kgx Pnqvhm Old hashcat Support 12 22,818 08-03-2013, 03:25 AM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

No, I haven't set myself up there, as I'm never quite sure if what I find is really a hashcat problem or something to do with my test environment. I'd prefer to post a problem here, and let someone...
Kgx Pnqvhm Old hashcat Support 12 22,818 08-04-2013, 05:52 PM
    Thread: hashcat 0.46 memory trouble in cmd file?
Post: RE: hashcat 0.46 memory trouble in cmd file?

hashcat-cli64.exe -n 4 -c 128 --remove --debug-file=..\output\debug.txt --debug-mode=3 -a 0 -m 1100 -r KoreLogicRulesAppend4Num.rule -o ..\output\found.txt ..\hashes\A0.M1100.hash ..\dicts\CainWordli...
Kgx Pnqvhm Old hashcat Support 12 22,818 08-04-2013, 08:38 PM
    Thread: hashcat 0.38 skipping words
Post: RE: hashcat 0.38 skipping words

But when can ordinary users get the fixed version?
Kgx Pnqvhm Old hashcat Support 3 7,305 03-20-2012, 01:43 PM
    Thread: GTX970 - Overclocking GPU
Post: RE: GTX970 - Overclocking GPU

Usually when md5stress is discussed, I mention "MemtestG80" which tests the GPU memory and "Mfaktc" which is "A GPU based Mersenne number factoring program". They are likely to test the circuits th...
Kgx Pnqvhm Hardware 3 7,448 05-20-2015, 03:51 AM