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 [desc] Posted
    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: 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: 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: 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: 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: --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: 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: 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: 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: 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: 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: Sha224?
Post: RE: Sha224?

Code: -- $ hashcat -V v4.0.1 $ hashcat --help | egrep -i 'sha.*22'   1300 | SHA-224 --
royce hashcat 1 2,456 11-19-2017, 02:44 AM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

There's no install - you just download it by whatever means you can, and then transfer it to where you need to run it, and then compile+run.
royce hashcat 7 2,463 08-25-2019, 02:28 AM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

Yep, the GitHub repo says that it's as simple as that.
royce hashcat 7 2,463 08-25-2019, 02:43 AM
    Thread: How to install hxcdumptool manually?
Post: RE: How to install hxcdumptool manually?

Looking at the Makefile, it looks pretty vanilla - I see OpenSSL (which most Linux systems will have). If you encounter an error, post and we'll tackle it together. :)
royce hashcat 7 2,463 08-25-2019, 03:06 AM
    Thread: Newbie - help please
Post: RE: Newbie - help please

You'll need to open a command prompt on your platform, and navigate to the directory that hashcat lives in, and execute it there. Once you get oriented there, I would work on growing your understan...
royce General Talk 1 2,466 06-16-2018, 10:12 PM
    Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data

Fair question. So far, I don't think that any interface-breaking changes have happened, so no migration steps have been necessary. If/when it becomes necessary, the migration will vary, based on wh...
royce hashcat 8 2,472 10-12-2019, 08:44 AM