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 [asc] Author Forum Replies Views Posted
    Thread: is hashcat still support VCL?
Post: RE: is hashcat still support VCL?

What's out there today divides the work up, using one of a few options: * Natively, using hashcat's --keyspace, --skip, --limit commands, calculated by custom scripts and work distribution * Fre...
royce hashcat 3 2,728 02-27-2018, 09:39 AM
    Thread: solved -- invalid argument hashcat 4.1.0 --gpu-temp-retain=
Post: RE: invalid argument hashcat 4.1.0 --gpu-temp-reta...

Specifically: Removed option --gpu-temp-retain that tried to retain GPU temperature at X degrees celsius - please use driver-specific tools Removed option --powertune-enable to enable power tuning ...
royce hashcat 3 5,849 02-24-2018, 08:58 PM
    Thread: Invalid argument
Post: RE: Invalid argument

Works for me, using 3.40 release on Ubuntu: Code: -- $ wget 'https://hashcat.net/misc/example_hashes/hashcat.hccapx' --2017-03-26 16:06:58--  https://hashcat.net/misc/example_hashes/hashcat.hc...
royce hashcat 8 10,910 03-27-2017, 02:08 AM
    Thread: Invalid argument
Post: RE: Invalid argument

Hmm - interesting. Can you post the full command line (but hiding any sensitive or non-public hashes?)
royce hashcat 8 10,910 03-27-2017, 04:24 PM
    Thread: Invalid argument
Post: RE: Invalid argument

@rico is right - you've got a stray hyphen (or if your filename actually begins with a dash, you'll need to rename it) And I'm sorry to be the bearer of sad news, but your other question is right -...
royce hashcat 8 10,910 03-29-2017, 02:33 PM
    Thread: Introduction
Post: RE: Introduction

Welcome! Interesting thread idea - we'll see if it takes root!
royce General Talk 2 2,625 05-17-2018, 05:41 AM
    Thread: Interesting situation, zipfile password protected, and extracted.
Post: RE: Interesting situation, zipfile password protec...

If it's WinZip-compatible ZIP, then it would be covered by mode 13600. You'll have to extract the hash using zip2john (from John the Ripper). This thread may be useful: https://hashcat.net/forum/th...
royce hashcat 3 4,977 12-31-2016, 09:29 PM
    Thread: Intel Nuc Opencl and Gpu issue
Post: RE: Intel Nuc Opencl and Gpu issue

This is a problem with Intel's OpenCL runtime. The hashcat project cannot fix it.
royce hashcat 1 3,210 12-20-2017, 04:55 PM
    Thread: Installing CL_OUT_OF_RESOURCES patch
Post: RE: Installing CL_OUT_OF_RESOURCES patch

The instructions on the wiki page are very clear - create a .reg file with the specified contents, then run it as Administrator and reboot. That last part is Google-able.
royce hashcat 1 1,508 12-11-2018, 05:59 AM
    Thread: Installing a new Intel CPU runtime for OpenCL leads to a duplicate CPU platform
Post: RE: Installing a new Intel CPU runtime for OpenCL ...

Good tip - thanks!
royce hashcat 2 2,219 10-29-2018, 04:58 PM
    Thread: Installation script
Post: RE: Installation script

hashcat's dependenciest are not installed automatically. The second paragraph of the main page hashcat.net describes which drivers are needed, and https://hashcat.net/faq/wrongdriver describes some s...
royce hashcat 2 8,116 05-04-2017, 06:56 PM
    Thread: Installation and upgrading problems
Post: RE: Installation and upgrading problems

* You're much better off not using K a l i for hashcat. I have good luck with Ubuntu 16.04 LTS. * Definitely use the latest hashcat directly from hashcat.net (currently 4.0.1). * Use the steps...
royce hashcat 1 2,061 11-19-2017, 02:31 AM
    Thread: insert a character after each character
Post: RE: insert a character after each character

Yep, that's pretty much the way to do it. Use hashcat's "--stdout" feature to test to see if it's working like you're expecting.
royce General Talk 2 2,529 05-10-2018, 07:13 AM
    Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass

Code: -- $ hashcat --help | egrep -i user --username | | Enable ignoring of usernames in hashfile | -- ... and: https://hashcat.net/wiki/doku.php?id=frequent...
royce hashcat 8 4,954 09-07-2018, 06:17 PM
    Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass

I guess you could simulate it by replacing the first colon with some other separator, as in user$email:hash
royce hashcat 8 4,954 09-08-2018, 04:15 PM
    Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory

Could you post your full command line (with any hashes redacted)? One possibility is that one of your command line options isn't in the proper order, such that hashcat is trying to load one of your l...
royce hashcat 10 14,879 08-21-2016, 09:12 PM
    Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory

I'm not an expert in all of the options you're using, but it looks sane overall to me. Is there any CPU or GPU load during that period? And can you confirm that running this commandline directly, rath...
royce hashcat 10 14,879 08-22-2016, 12:20 AM
    Thread: Incremental Markov attacks
Post: RE: Incremental Markov attacks

Yes, in incremental mode, a length will be exhausted before the next length is started. Also, the Candidate progress display shows a range. It is normal for this to only change when another range i...
royce hashcat 1 3,377 05-16-2017, 06:06 PM
    Thread: Improved Mask Attack
Post: RE: Improved Mask Attack

Look at the custom character set parameters (-1 / -2 / -3 / -4)
royce hashcat 2 705 05-28-2020, 11:42 PM
    Thread: IIS http digest
Post: RE: IIS http digest

If it's a test hash that you created yourself and has a known plaintext, then it's OK to post the whole hash (as long as you also include the plaintext).
royce hashcat 5 3,178 11-19-2018, 06:37 PM