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

VCL is no longer supported. Intel GPUs are supported via OpenCL, though there are some known problems with Intel's GPU OpenCL implementation, so YMMV.
royce hashcat 3 2,728 02-27-2018, 08:06 AM
    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: Is it better to use princeprocessor rather than using Hashcat alone?
Post: RE: Is it better to use princeprocessor rather tha...

I think that maykelbembibre is asking whether using PRINCE recovers more hashes per unit of time? maykelbembibre, "efficiency" may the word that's more commonly used to talk about this. This thread...
royce General Talk 7 7,903 03-27-2017, 04:19 PM
    Thread: is sorting wordlist by length needed?
Post: RE: is sorting wordlist by length needed?

This is no longer necessary in modern hashcat. I've added a note to the end of that paragraph to make that explicit. Thanks for the indirect docs-bug report, always appreciated. :D
royce hashcat 2 806 02-06-2020, 05:29 PM
    Thread: Is This Possible?
Post: RE: Is This Possible?

What is the use case for wanting this behavior? If it's for a reason like this (https://hashcat.net/forum/thread-6293.html), it's not a good one. :) Within hashcat itself, you have four options for ...
royce hashcat 1 2,439 02-25-2017, 08:32 PM
    Thread: Its possible to do these?
Post: RE: Its possible to do these?

You can use the 'rli' tool from hashcat-utils to build a unified, deduplicated list of all of them.
royce General Talk 1 3,202 11-19-2017, 02:54 AM
    Thread: Itunes Backup line length
Post: RE: Itunes Backup line length

Try your attack against the appropriate example hash (https://hashcat.net/wiki/doku.php?id=example_hashes) to validate your approach. Also, be aware that -m 14800 (iTunes backup >= 10.0) is a very ...
royce hashcat 6 4,624 12-14-2017, 05:41 AM