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: 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,592 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,726 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,076 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,726 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
    Thread: Noob: SHA1 problem
Post: RE: Noob: SHA1 problem

First, welcome to the hashcracking world! You should be able to find the answer to your question both within the --help output or the hashcat wiki (especially https://hashcat.net/mask_attack ). Hint...
philsmd hashcat 2 3,687 02-05-2017, 02:18 PM
    Thread: clEnqueueNDRangeKernel(): CL_UNKNOWN_ERROR
Post: RE: clEnqueueNDRangeKernel(): CL_UNKNOWN_ERROR

You need to load the new .hccapx files, not .hccap files for mode -m 2500! see https://hashcat.net/forum/thread-6273.html
philsmd hashcat 6 8,269 02-08-2017, 07:59 PM
    Thread: Polish letters - office
Post: RE: Polish letters - office

After trying your example, I came to the conclusion that you might have hit exactly one limitation of hashcat, i.e. that it doesn't perform a "perfectly correct" utf16 conversion of the password candi...
philsmd hashcat 4 4,168 02-08-2017, 08:50 PM
    Thread: Help with cracking 7zip hash
Post: RE: Help with cracking 7zip hash

you need to use the latest version of hashcat (https://hashcat.net/beta) because since last release version there were several changes with -m 11600 = 7-Zip You should quickly remove the hashes here,...
philsmd hashcat 1 19,728 02-11-2017, 07:54 PM
    Thread: Hashcat 3.10 Slower?
Post: RE: Hashcat 3.10 Slower?

This seems to be a very, very, very vage problem description. We do not even know what your setup looks like etc. Also, why would you test with hashcat 3.10 and not with the latest version? I don't ...
philsmd hashcat 7 6,941 02-13-2017, 05:17 PM
    Thread: Hashcat 3.10 Slower?
Post: RE: Hashcat 3.10 Slower?

yeah, the answer is that the focus is to always support the newest and fastest GPUs and that's why there is sometimes a trade-off/compromise that might impact older systems. That's why I ask for the ...
philsmd hashcat 7 6,941 02-13-2017, 05:39 PM
    Thread: "No hashes loaded" using 11600
Post: RE: "No hashes loaded" using 11600

Did you try to use the beta version of hashcat: https://hashcat.net/beta/ ? There were several changes made to both 7z2hashcat *and* hashcat during the last weeks. Please try the beta version. T...
philsmd hashcat 3 6,038 02-20-2017, 02:35 PM
    Thread: Hashcat64.exe not valid win32 app
Post: RE: Hashcat64.exe not valid win32 app

Yeah, that's actually a very common mistake of new command line users. I also saw these 2 a lot (Warning: do NOT use these command, they destroy your binaries!!!): 1. use file redirect instead of ...
philsmd hashcat 3 5,796 02-21-2017, 03:32 PM
    Thread: hashcat64.exe doesn't work
Post: RE: hashcat64.exe doesn't work

Beta: https://hashcat.net/beta/
philsmd hashcat 16 18,207 02-27-2017, 09:17 AM
    Thread: Multiple Dictionaries?
Post: RE: Multiple Dictionaries?

If you intend to add a wordlist for -a 0 after you started hashcat, you can use the induction dir (see --induction-dir).
philsmd hashcat 2 4,186 02-27-2017, 09:25 AM
    Thread: Itunes Backup recovery strategy
Post: RE: Itunes Backup recovery strategy

Well, since the algorithm is very slow... your best bet is to use very selectively choosen password candidates (and apply very few rules - or even none - to it). The best thing would be to try to re...
philsmd hashcat 3 5,283 02-27-2017, 09:36 AM