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 [asc] Views Posted
    Thread: Running hashcat on multiple hash files
Post: RE: Running hashcat on multiple hash files

hashcat currently expects the target hash to be a single file (or a single hash on the command line).
royce General Talk 5 3,007 10-29-2019, 06:25 AM
    Thread: Running hashcat on multiple hash files
Post: RE: Running hashcat on multiple hash files

Under the Windows command line, the /b switch to copy preserves all original content when concatenating files. In this context, it is the correct switch to use.
royce General Talk 5 3,007 10-29-2019, 02:43 PM
    Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?

Masks, and the incrementing if them, are both per-position - you would need multiple masks to represent the range it looks like you're wanting: ?u?l?l?l?l?l?d?d?s would cover Aaaaaa11! through Zzzz...
royce hashcat 5 856 07-04-2020, 11:58 PM
    Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?

Yes, you can put them in a file, and then use the filename instead of the mask.
royce hashcat 5 856 07-05-2020, 01:21 AM
    Thread: How to increment in the middle of a mask?
Post: RE: How to increment in the middle of a mask?

Why did you cross-post this question on the Security SE? https://security.stackexchange.com/questions/234231/hashcat-how-to-increment-in-the-middle-of-a-mask
royce hashcat 5 856 07-05-2020, 02:39 PM
    Thread: Yet another "Which Card" newbie question
Post: RE: Yet another "Which Card" newbie question

FWIW, this is what I did, hardware-wise: https://roycebits.blogspot.com/2015/08/no-sense-in-wasting-heat-and-air.html And here are some performance benchmarks for descrypt (but they are useful for ...
royce Hardware 4 6,798 11-25-2015, 09:20 AM
    Thread: Yet another "Which Card" newbie question
Post: RE: Yet another "Which Card" newbie question

Also note that upcoming 1.38 release of hashcat has *significantly* better descrypt and LM performance, if those are of interest to you.
royce Hardware 4 6,798 11-25-2015, 09:22 AM
    Thread: Adding to .pot file
Post: RE: Adding to .pot file

There may be other ways, but quitting and restoring the hashcat session will reread the pot file.
royce Old hashcat Support 4 6,832 11-29-2015, 08:02 PM
    Thread: Adding to .pot file
Post: RE: Adding to .pot file

Ah, I misunderstood. I thought you meant after a cracking run had started, but it sounds like you're talking about doing this before your initial cracking run begins. That's much easier! Yes, by al...
royce Old hashcat Support 4 6,832 11-29-2015, 11:45 PM
    Thread: Notifications from forum are going to SPAM folder
Post: RE: Notifications from forum are going to SPAM fol...

Assuming that the stated host is the only source, something along these lines would be a starting point: Code: -- IN TXT "v=spf1 ip6:2a03:f80:ed15:149:154:152:149:1 ~all" --
royce General Talk 4 7,260 08-28-2016, 12:51 AM
    Thread: How to get DES key if I know plain text?
Post: RE: How to get DES key if I know plain text?

DES and 3DES have been implemented: https://github.com/hashcat/hashcat/commit/71a8459d851d246945343ea59effa1d46b965bf8 Beta binaries are here: https://hashcat.net/beta/
royce hashcat 4 7,220 08-30-2016, 08:18 PM
    Thread: Custom charset, I'm lost...
Post: RE: Custom charset, I'm lost...

You can supply a custom charset using --custom-charset[1-4] files. The ./charsets/ directory has some stock ones, including the ./charsets/standard/German/ directory. You can combine up to four multip...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 8,360 10-07-2016, 05:47 PM
    Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: ignoring 00-suffixed plains when using --keep-gues...

When using --keep-guessing, what's the best way to ignore 00-suffixed plains? a61915a2d80ae6a1:Lü          
royce hashcat 4 4,507 11-13-2016, 07:46 AM
    Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...

Specifically, the feature request would be something along the lines of "ignore 00-suffixed plains as duplicates even when using --keep-guessing".
royce hashcat 4 4,507 11-13-2016, 07:57 AM
    Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...

I guess I'd also need to combine that with a hex mask that leaves out 00 for the last char(s).
royce hashcat 4 4,507 11-15-2016, 09:28 AM
    Thread: NTLM Benchmark vs Mask Attack
Post: RE: NTLM Benchmark vs Mask Attack

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#why_is_my_attack_so_slow The most likely issue: is the target hash a single hash, or multiple hashes? Multiple hashes means slower cr...
royce hashcat 4 7,501 01-20-2017, 09:07 AM
    Thread: FPGA cards?
Post: RE: FPGA cards?

There appear to be Xilinx, Altera, and Intel forays into OpenCL but I do not know their status/applicability.
royce Hardware 4 5,101 02-03-2017, 03:23 AM
    Thread: UPS/surge protector
Post: RE: UPS/surge protector

IANAE (I Am Not An Electrician), and this is not electrical advice ... but this depends entirely on your own use cases. If you're OK with cracking being interrupted for significant periods of time,...
royce Hardware 4 4,988 02-04-2017, 05:28 AM
    Thread: NTLM Benchmark vs Mask Attack
Post: RE: NTLM Benchmark vs Mask Attack

That looks about right, then. I get the same 50%-ish drop when I do 40 NTLM: $ hashcat -b -m 1000 hashcat (v3.30) starting in benchmark mode... OpenCL Platform #1: NVIDIA Corporation =========...
royce hashcat 4 7,501 01-20-2017, 10:01 AM
    Thread: FPGA cards?
Post: RE: FPGA cards?

I don't think there is much practically possible yet. The hashcat framework is now there to be developed against, but it is subject to both hardware capabilities and an actual OpenCL implementation on...
royce Hardware 4 5,101 02-03-2017, 03:21 AM