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 [desc] Replies Views Posted
    Thread: optimizing masks with Descrypt
Post: RE: optimizing masks with Descrypt

You can generate a list of masks following these restrictions, and then pass a file containing those masks to hashcat. https://thesprawl.org/projects/pack/#specifying-maximum-complexity
royce General Talk 2 4,160 10-16-2016, 07:09 PM
    Thread: MD5 substring
Post: RE: MD5 substring

It's C. Try compiling it on a Linux system.
royce General Talk 9 10,039 01-08-2017, 11:48 PM
    Thread: MD5 substring
Post: RE: MD5 substring

Note also the compilation instructions that are in the source code itself: cc -o md5substr md5substr.c -march=native -O3 -funroll-loops -fomit-frame-pointer -pthread
royce General Talk 9 10,039 01-09-2017, 12:14 AM
    Thread: MD5 substring
Post: RE: MD5 substring

Probably possible, but I have no experience in that area. Someone else may be able to chime in.
royce General Talk 9 10,039 01-09-2017, 01:12 AM
    Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update

+1. This benchmark collection is a little behind, but it will give you a rough idea: https://www.crackingservice.com/?q=node/20
royce General Talk 35 48,972 02-07-2017, 06:30 AM
    Thread: combining sustems
Post: RE: combining sustems

You can manually divide up work using -s/--skip and -l/--limit. There are also some frameworks that help to automate this. https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_d...
royce General Talk 1 2,901 03-10-2017, 04:02 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,900 03-27-2017, 04:19 PM
    Thread: How to decrypt CSS/CPPM?
Post: RE: How to decrypt CSS/CPPM?

What's the definition of "clean" in this context?
royce General Talk 4 5,241 04-23-2017, 03:17 PM
    Thread: Buying wordlists/rules
Post: RE: Buying wordlists/rules

Have you looked at the rulesets in ./rules/, including its subfolders?
royce General Talk 8 9,327 05-10-2017, 07:26 PM
    Thread: Veracrypt question
Post: RE: Veracrypt question

Follow-up - there are at least now non-boot VeraCrypt examples on the example hashes wiki page. https://hashcat.net/wiki/doku.php?id=example_hashes
royce General Talk 6 16,081 05-15-2017, 03:33 AM
    Thread: Temperature limit on GPU
Post: RE: Temperature limit on GPU

Your GPU is getting too hot. Improve your cooling / airflow / thermals.
royce General Talk 4 8,308 06-02-2017, 11:01 PM
    Thread: Best GPU
Post: RE: Best GPU

Neither. :) Go NVIDIA, 10xx series (1070, 1080, 1080Ti). If you get Founder's Edition (recommended), the vendor doesn't matter, because they all follow the same NVIDIA spec.
royce General Talk 8 9,094 06-14-2017, 08:53 PM
    Thread: Best GPU
Post: RE: Best GPU

NVIDIA.
royce General Talk 8 9,094 06-17-2017, 08:25 AM
    Thread: bitcoin mining vs password cracking?
Post: RE: bitcoin mining vs password cracking?

You're probably better off just running a benchmark for your specific setup, or using tools like https://whattomine.com/
royce General Talk 17 18,837 10-03-2017, 07:50 PM
    Thread: Help needed.
Post: RE: Help needed.

There's no way to do this with hashcat - it's not a rules-level problem, but an algorithm-level problem. Outside of hashcat, this algorithm isn't natively supported by MDXfind and probably not by H...
royce General Talk 1 2,203 10-03-2017, 08:16 PM
    Thread: Warp Wallet Challenge 2
Post: RE: Warp Wallet Challenge 2

Hashcat doesn't support ad-hoc algorithms. John the Ripper supports ad-hoc algorithms, but only using certain components. Direct support would be required. This thread (https://github.com/magnumri...
royce General Talk 8 8,702 10-06-2017, 03:59 PM
    Thread: Custom Wordlist Concatentation
Post: RE: Custom Wordlist Concatentation

Welcome! Unless it is an extremely slow hash, or the wordlists are much larger than the example that you're giving, I would just use princeprocessor (https://github.com/hashcat/princeprocessor) to...
royce General Talk 6 5,671 10-30-2017, 03:23 AM
    Thread: Custom Wordlist Concatentation
Post: RE: Custom Wordlist Concatentation

You're welcome! OK, I added a little more content to that wiki page, which should hopefully help the next person, anyway. :) Thanks for the nudge!
royce General Talk 6 5,671 10-30-2017, 04:04 AM
    Thread: Custom Wordlist Concatentation
Post: RE: Custom Wordlist Concatentation

princeprocessor can generate all possible combinations so quickly, and hashcat can (usually) use them so quickly, there's no real value in trying to narrow down the range of possibilities. Code: -- ...
royce General Talk 6 5,671 10-30-2017, 03:50 AM
    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,201 11-19-2017, 02:54 AM