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: Quick question about charsets
Post: RE: Quick question about charsets

no
undeath hashcat 1 353 07-09-2020, 08:53 PM
    Thread: How to crack Apple Secure Notes?
Post: RE: How to crack Apple Secure Notes?

Wrap the hash in single quotes or save it in a text file, otherwise your shell will try to interpret some special characters and pass invalid data to hashcat.
undeath hashcat 3 678 07-12-2020, 04:33 PM
    Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?

hashcat has predefined character sets and I highly recommend them over specifying each letter by itself. Also, the command in the first post seems to have ?1=?2 and ?3=?4 that doesn't make sense. More...
undeath hashcat 8 1,060 07-17-2020, 11:56 AM
    Thread: Is this good?
Post: RE: Is this good?

The usage of your GPU depends on the attack type and hash type you are using. Straight wordlist attacks have poor performance. Have a look at https://hashcat.net/wiki/doku.php?id=frequently_asked_ques...
undeath hashcat 6 883 07-21-2020, 04:14 PM
    Thread: Devices being skipped
Post: RE: Devices being skipped

-D is for device types (2 in your case), -d is for individual devices. Try that instead.
undeath hashcat 8 1,249 07-25-2020, 01:43 PM
    Thread: Is it hashfile.txt or example.hash
Post: RE: Is it hashfile.txt or example.hash

Depends on how you named your hash file.
undeath hashcat 4 675 07-28-2020, 02:37 PM
    Thread: Brute force PIM of a VeraCrypt file container, known key file and algorithm
Post: RE: VeraCrypt file container to be unlocked by a k...

Can't answer all your questions but here are some comments: Command line one and two are equivalent and will produce the output you posted. Command line three will definitely produce a different outp...
undeath hashcat 2 536 07-28-2020, 02:46 PM
    Thread: slow using rules
Post: RE: slow using rules

Without knowing how exactly your command line is looking and what numbers you are comparing it's impossible to properly answer this. Please provide more details. I have never seen a straight wordli...
undeath hashcat 7 1,056 07-28-2020, 05:08 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

Merged this complete mess of threads. This forum is not your personal twitter account, please act accordingly.
undeath hashcat 43 4,391 07-30-2020, 05:23 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

FPTHHrw6mKhNZwL6 Wrote: (07-30-2020, 10:43 PM) -- I don't care how long it would take to get to the answer. -- Then what is your goal at all? FPTHHrw6mKhNZwL6 Wrote: (07-30-2020, 10:56 PM) -- C...
undeath hashcat 43 4,391 07-30-2020, 11:19 PM
    Thread: DCC2 - 2100 only using one GPU on multi GPU systems
Post: RE: DCC2 - 2100 only using one GPU on multi GPU sy...

Yes, using very small wordlists (less than a few thousand words) is a common reason for low workloads.
undeath hashcat 5 712 08-03-2020, 03:25 PM
    Thread: Unsure which method to use
Post: RE: Unsure which method to use

The attack looks good, especially for your use case. One thing that ruleset does not do is toggling the case of characters. You'd have to chain together with toggles{1,2,3}.rule to include some case t...
undeath hashcat 2 432 08-16-2020, 12:41 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

Simply adding multiprocessing to that step won't do the trick. The bottleneck is likely not the CPU but your hard drive from which the wordlist has to be read in full.
undeath hashcat 23 2,533 08-16-2020, 12:43 PM
    Thread: Microsoft Azure Ubuntu. Problem with hashcat
Post: RE: Microsoft Azure Ubuntu. Problem with hashcat

When disconnecting ssh all programs running in the shell will usually be terminated. If you want a program to continue running you need to use a terminal emulator like screen or tmux or other techniqu...
undeath hashcat 12 1,185 08-16-2020, 12:46 PM
    Thread: Hashcat not using rx 570 - windows 10
Post: RE: Hashcat not using rx 570 - windows 10

Assessing the performance of your hardware requires running the same attack against the same hash. 7-zip is a parameterized hash and will perform differently depending on the exact archive/hash you ar...
undeath hashcat 1 342 08-19-2020, 12:39 PM
    Thread: Tron (TRX) Keystore help!
Post: RE: Tron (TRX) Keystore help!

Cracking cryptocurrency wallets requires a lot more than just calculating a simple hash. Unless it's explicitly implemented for your type of wallet (it's not) you won't be able to attack it with hashc...
undeath hashcat 2 344 08-20-2020, 12:07 PM
    Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...

Remove pocl and try again.
undeath hashcat 7 593 08-25-2020, 05:05 PM
    Thread: Charset also giving no char?
Post: RE: Charset also giving no char?

?s does include a space but a mask charset will never "include" a noop.
undeath hashcat 1 260 08-27-2020, 03:17 PM
    Thread: Hashcat batch-mode?
Post: RE: Hashcat batch-mode?

try and see yourself.
undeath hashcat 1 305 08-27-2020, 03:18 PM
    Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?

@royce: I assume the bigger problem is with rules that are equivalent, yet do not have the same string representation, eg "sa4 sb6" and "sb6 sa4". I guess you don't want to simply combine them but ...
undeath hashcat 10 965 09-01-2020, 02:13 PM