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 [asc] Posted
    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: Formatting mask for mask attack
Post: RE: Formatting mask for mask attack

If there are only a few substitions, hashcat's -1/-2/-3/-4 (aka --custom-charset[1234]) can help with this. If it's more than that, generating a custom list of masks using maskprocessor (https://gi...
royce hashcat 2 2,433 12-13-2017, 05:43 AM
    Thread: Combining a custom hex charset with the standard charsets
Post: RE: Combining a custom hex charset with the standa...

You have to use a list of masks that represent all possible character positions in the target. This is of course not ideal; if hashcat had support for multibyte characters, all of these workarounds wo...
royce hashcat 4 2,417 01-31-2019, 06:27 PM
    Thread: Combining a custom hex charset with the standard charsets
Post: RE: Combining a custom hex charset with the standa...

Ooh, that's brilliant!
royce hashcat 4 2,417 02-05-2019, 05:56 PM
    Thread: pocl benchmarks
Post: RE: pocl benchmarks

Wow - that is quite interesting - thanks for the stats, hops. Promising for the future - and useful even today for people with specific attack needs.
royce hashcat 1 2,405 05-02-2018, 04:36 PM
    Thread: Salted vs Unsalted SHA-512
Post: RE: Salted vs Unsalted SHA-512

If you mean simple salting (and not salting+stretching like sha512crypt), then performance scales directly with the keyspace of the salt. The attack has to try all possible salts. If the salt spac...
royce General Talk 2 2,404 07-04-2018, 06:59 PM
    Thread: --stdout combinator attack
Post: RE: --stdout combinator attack

Syntax example? Works for me: Code: -- $ cat test.list password rockyou linkedin hashcat hunter2 $ hashcat -a 1 test.list test.list --stdout passwordpassword passwordrockyou rockyoupa...
royce hashcat 2 2,402 02-11-2018, 08:39 AM
    Thread: fast method for merging cracked hashes with original data
Post: RE: fast method for merging cracked hashes with or...

This shouldn't be particularly slow - how slow are we talking?
royce General Talk 1 2,400 11-19-2017, 02:54 AM
    Thread: VeraCrypt Volume Won't Decrypt. I know password and keyfile?
Post: RE: VeraCrypt Volume Won't Decrypt. I know passwor...

Approach should be identical to TrueCrypt - extracting the first bytes of the drive into a separate file, and pointing hashcat at it. https://hashcat.net/forum/thread-7099.html
royce hashcat 1 2,375 01-19-2018, 08:32 AM
    Thread: Cracking Turkish/Foreign Hashes
Post: RE: Cracking Turkish/Foreign Hashes

What MD5 is your Python producing? I get: Code: -- $ echo -n 'ĞĞ' | md5sum 411019a0840fad007398bcab6cc9188c  - -- ... which hashcat cracks, using your syntax: Code: -- $ hashcat --...
royce hashcat 2 2,375 05-21-2018, 12:41 AM
    Thread: Hashcat & OpenCL... Why OpenCL?
Post: RE: Hashcat & OpenCL... Why OpenCL?

OpenCL is the framework that hashcat uses to perform the computation on the selected hardware. Without an OpenCL driver for a given hardware platform, you cannot use modern hashcat on that hardware...
royce hashcat 2 2,373 04-21-2018, 07:19 PM
    Thread: New - What am I missing?
Post: RE: New - What am I missing?

Can you post the full output - full command line, and the results? This is what a successful run (but unsuccessful crack) looks like ('hashcat') happens to not be in RockYou: Code: -- $ hashcat -m...
royce hashcat 8 2,370 10-12-2019, 04:56 PM
    Thread: Steganos
Post: RE: Steganos

I'm not familiar with Steganos, but some brief searching indicates that it's AES-256? hashcat doesn't currently support trying to crack this.
royce hashcat 1 2,364 11-19-2017, 02:25 AM
    Thread: Advantage with a big wordlist?
Post: RE: Advantage with a big wordlist?

Giant deduplicated wordlists are great for fast hashes, but not as helpful for slow ones. And what's usually missing from most of them is *frequency data*. A giant wordlist, sorted by how commo...
royce hashcat 2 2,364 03-07-2018, 10:45 PM
    Thread: Characters don't work on The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) LINUX Terminal
Post: RE: Characters don't work on The-Distribution-Whic...

I'm not clear what your question is, though I would advise: * Use a Linux distro other than K-a-l-i - its OpenCL integration needs work. * Use the latest version of hashcat (3.30 is very outdated)...
royce hashcat 1 2,363 11-19-2017, 02:27 AM
    Thread: How does PCIE x1 affect speed?
Post: RE: How does PCIE x1 affect speed?

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#does_the_pci-express_speed_have_any_influence_on_cracking_speed
royce Hardware 2 2,359 03-11-2019, 04:26 PM
    Thread: Migrating from Passware to Hashcat (need guidance and opinion of experts here)
Post: RE: Migrating from Passware to Hashcat (need guida...

Switching to hashcat, you will definitely be able to get a lot more performance out of your hardware for a number of hash types, but it comes at a price: less point-and-click automation. You'll need t...
royce hashcat 2 2,352 02-06-2019, 07:40 AM
    Thread: Help with hash
Post: RE: Help with hash

Hashcat only supports CRC-32 at this writing. Code: -- $ hashcat --help | grep -i crc  11500 | CRC32                                            | Checksums --
royce hashcat 2 2,351 11-18-2018, 07:33 PM
    Thread: Wordlist + rules length filter
Post: RE: Wordlist + rules length filter

The traditional answer: This is a known issue. Because rules are applied on GPU, this can't be fixed for fast hashes without significantly slowing down cracking - and doesn't need to be fixed for s...
royce hashcat 1 2,347 11-15-2018, 05:26 PM
    Thread: help me on how to create this hash
Post: RE: help me on how to create this hash

This doesn't appear to be a hashcat-specific question.
royce hashcat 1 2,342 11-19-2017, 02:40 AM