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 [asc] Replies Views Posted
    Thread: Hashcat 3.0 CL_UNKNOWN_ERROR
Post: RE: Hashcat 3.0 CL_UNKNOWN_ERROR

you can just use the --opencl-device-types 1 (or short -D 1) command line argument to filter your cpu devices. Of course the correct OpenCL driver (also make sure which version numbers hashcat suggest...
philsmd hashcat 17 35,335 01-10-2017, 02:51 PM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Looks good. Good luck with the password recovery.
philsmd hashcat 20 24,729 01-27-2017, 10:33 AM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Why do you use mask processor? hashcat has inbuilt support for mask attack (--attack-mode 3 or short -a 3). Your disk and transfer speed to the GPUs is probably the bottleneck (if you do not use -a 3 ...
philsmd hashcat 20 24,729 01-27-2017, 10:55 AM
    Thread: Hashcat v3.30 and resume
Post: RE: Hashcat v3.30 and resume

It would be great if you could open a github issue (https://github.com/hashcat/hashcat/issues/) such that some dev can have a look at it. Thanks for the report here and the steps to reproduce (but in ...
philsmd hashcat 3 5,360 01-27-2017, 12:14 PM
    Thread: Problem with status , pause , resume ...
Post: RE: Problem with status , pause , resume ...

what type of terminal do you use (gnome terminal, xterm etc)? Did you try a different one? why do you run it with sudo ? If you really need to run it with priviledged permissions, did you try to run ...
philsmd hashcat 17 24,271 01-15-2017, 05:51 PM
    Thread: where did hashcat get the hashtype?
Post: RE: where did hashcat get the hashtype?

No, hashcat doesn't guess the hash type. As many "hash identification" projects show, there is no such think as 100% knowing which hash type the input is from a random set of some (hex) bytes. It on...
philsmd hashcat 3 3,661 01-24-2017, 06:09 PM
    Thread: Multiple hccap hashes?
Post: RE: Multiple hccap hashes?

It seems that you should try to improve your searching skills ;) https://hashcat.net/faq#how_can_i_crack_multiple_wpa_handshakes_at_once There are several forum posts and as you see it even made i...
philsmd hashcat 2 3,958 01-28-2017, 01:45 PM
    Thread: run LUKS on windows
Post: RE: run LUKS on windows

Yeah, you can use any hash type that hashcat supports on both unix and windows (actually you can even use OSX too). Hashcat doesn't has a limitation that forbids you to run LUKS on windows. Well, you...
philsmd hashcat 1 2,909 01-31-2017, 09:26 AM
    Thread: v3.30-49-g2f81532 segfault
Post: RE: v3.30-49-g2f81532 segfault

If you use the git version you need to always do all of these steps: Code: -- $ make clean $ git pull $ make -- I also think that reports like this should be directly addressed on github, not here...
philsmd hashcat 5 6,153 02-01-2017, 12:40 PM
    Thread: --show doesn't print duplicates when using --username
Post: RE: --show doesn't print duplicates when using --u...

Recently, a new feature was implemented to support exactly this. See https://github.com/hashcat/hashcat/issues/963 and test the beta at https://hashcat.net/beta/
philsmd hashcat 2 6,417 02-02-2017, 04:12 PM
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

It seems that you are mixing up custom charsets (-1 xxx) with the mask itself. This makes no sense: -a 3 -1 ?b?b?b?b?b?b?b?b -1 is the same as --custom-charset1 and it is used to define a custom c...
philsmd hashcat 14 12,596 02-03-2017, 01:27 AM
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

The problem here might be that the keyspace is way too huge and therefore a "integer overflow" is reached. 255^8 = 17878103347812890625 (yeah, a huge number!). Try with a smaller mask instead... BTW...
philsmd hashcat 14 12,596 02-03-2017, 10:53 AM
    Thread: Issue with RAR3-hp hash type
Post: RE: Issue with RAR3-hp hash type

This type of rar archives are currently not supported (see https://hashcat.net/wiki/doku.php?id=example_hashes , the supported type is RAR-hp aka rar files with header encryption). $RAR3$*1* means ...
philsmd hashcat 2 4,309 02-03-2017, 02:08 PM
    Thread: Extract PDF hash (edit passwd)
Post: RE: Extract PDF hash (edit passwd)

It seems that the differences between the algorithms used for checking the owner password (- editing - permissions) compared to the user password (password to open the file aka encrypted PDFs) at leas...
philsmd hashcat 13 59,850 01-26-2017, 06:03 PM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Well, that's very different, both the size of the binary data and they don't even use an offset (the skip parameter). Of course if you skip 31744 from the start you won't find the "Truecrypt΅ header ...
philsmd hashcat 20 24,729 01-27-2017, 09:36 AM
    Thread: New to forum and hashcat, and in a hurry to crack a file.
Post: RE: New to forum and hashcat, and in a hurry to cr...

Example "hashes" can be found here: https://hashcat.net/wiki/doku.php?id=example_hashes The input that you provide to hashcat ("the hashes") should look very similar to the example hashes. Specifi...
philsmd hashcat 6 8,077 02-05-2017, 05:42 PM
    Thread: How do I configure hashcat to crack a lost password?
Post: RE: How do I configure hashcat to crack a lost pas...

(for what regards the 7z "problem", you should use the latest beta versions of hashcat - https://hashcat.net/beta/ , because several changes were made for -m 11600 after the latest release of hashcat)
philsmd hashcat 3 4,363 02-07-2017, 09:08 AM
    Thread: Polish letters - office
Post: RE: Polish letters - office

Maybe the confusion here is just that you are thinking that this string consists of 3 bytes, while it (probably) is at least 6 bytes long: See here (hexdump): Code: -- echo -n ąąą | xxd -g 1 ...
philsmd hashcat 4 4,168 02-07-2017, 02:02 PM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

atom was not speaking about the output length but about the details of the algorithm, i.e. whenever you have to apply the same hashing function thousand or even millions of times, the speed will be dr...
philsmd hashcat 20 24,729 01-28-2017, 01:50 PM
    Thread: What's wrong with AMD & RAR3-HP
Post: RE: What's wrong with AMD & RAR3-HP

I tested this with win 10 and GnuWin32's wc command. The differences between linux and windows are the following. Linux: Code: -- ./hashcat -a 3 --stdout -i --increment-min 5 --increment-max 5 -1 ?d...
philsmd hashcat 9 9,372 02-01-2017, 03:51 PM