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: oclhachcat and cudahashcat v2.01
Post: RE: oclhachcat and cudahashcat v2.01

The download links were removed on purpose, primarily such that devs do not need to answer/troubleshoot problems about 2.01 or earlier versions even after hashcat 3.00 with many changes was released. ...
philsmd hashcat 3 22,606 07-12-2016, 03:01 PM
    Thread: Hashcat 3.0 ERROR: clBuildProgram()
Post: RE: Hashcat 3.0 ERROR: clBuildProgram()

We highly recommend that you DO NOT copy any haschat (include) files to a system folder or that you use similar stupid workarounds like this. The problem with such a "fix" is that after you do that...
philsmd hashcat 3 10,590 07-05-2016, 09:54 AM
    Thread: No keyspace for the distributed hashcat v3.00
Post: RE: No keyspace for the distributed hashcat v3.00

If you don't know the password length and want to use mask attack, you can just use mask with different lengths. e.g. 4 to 7: Code: -- -a 3 ?a?a?a?a -a 3 ?a?a?a?a?a -a 3 ?a?a?a?a?a?a -a 3 ?a?a?...
philsmd hashcat 3 6,010 07-12-2016, 04:20 PM
    Thread: Missing hashcat-cli64.app for OSX 10.11.5
Post: RE: Missing hashcat-cli64.app for OSX 10.11.5

No, there is not really a file missing. Mac OSX users currently need to build the binary themself for reasons explained in https://github.com/hashcat/hashcat/issues/403 , https://github.com/hashcat/ha...
philsmd hashcat 3 6,105 07-29-2016, 10:29 AM
    Thread: hey am i doing anything wrong?
Post: RE: hey am i doing anything wrong?

Hashcat won't crack the hash with attack mode 0 (-a 0) if the password is not present within the dictionary file (in your case the file rockyou.txt). Make sure that you know the password and that i...
philsmd hashcat 3 4,572 01-19-2017, 01:34 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: 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: 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: "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,797 02-21-2017, 03:32 PM
    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,284 02-27-2017, 09:36 AM
    Thread: guess number
Post: RE: guess number

Try with --outfile-format 11
philsmd hashcat 3 4,395 03-17-2017, 08:26 AM
    Thread: WPA/WPA2: How the hash is generated
Post: RE: WPA/WPA2: How the hash is generated

It is actually just a kind of a checksum that is only needed internally for hashcat and wasn't meant to be something the user should care about. You shouldn't really need to know the algorithm for the...
philsmd General Talk 3 6,795 03-06-2017, 09:04 AM
    Thread: Help using oclhashcat .hccap file
Post: RE: Help using oclhashcat .hccap file

1. use hashcat 3.40 (or higher, beta: https://hashcat.net/beta/) 2. use hccapx files (convert your caps with cap2hccapx from hashcat-utils or the converter: https://hashcat.net/cap2hccapx/ 3. use some...
philsmd hashcat 3 4,320 03-23-2017, 03:35 PM
    Thread: how to run hashcat in a distributed environment
Post: RE: how to run hashcat in a distributed environmen...

This question is also within the most frequently asked questions (wiki page): https://hashcat.net/faq#what_is_a_keyspace
philsmd hashcat 3 5,662 03-30-2017, 11:01 AM
    Thread: how to run hashcat in a distributed environment
Post: RE: how to run hashcat in a distributed environmen...

1. Code: -- hashcat --keyspace -a 3 ?a?a?a?a?a?a?a 81450625 -- 2. Code: -- 81450625 / 10 = 8145063 -- 3. Code: -- hashcat -m 0 -a 3 -w 4 --skip 0 --limit 8145063 hash_file.txt ?a?a?a?...
philsmd hashcat 3 5,662 03-30-2017, 09:15 AM
    Thread: 1Password with 15/16 characters - *most likely* known - how to start?
Post: RE: 1Password with 15/16 characters - *most likely...

welcome. The hashcat documentation is here: https://hashcat.net/wiki/ and/or https://hashcat.net/faq/ 1. you can use 1password2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bl...
philsmd hashcat 3 3,958 03-30-2017, 07:47 PM
    Thread: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...

Of course you need to use maskprocessor correctly (depending on the shell you use). E.g. if you use windows, you might need to quote differently, e.g. like this: Code: -- mp64 "i5?d i6?d i7?d i...
philsmd General Talk 3 4,606 05-15-2017, 08:01 PM
    Thread: Help using --increment in the middle of a text file
Post: RE: Help using --increment in the middle of a text...

If you always want to insert numbers exactly at position 6, you could generate some rules on the fly like this (attention: with longer numbers and additional insert positions - in addition to position...
philsmd General Talk 3 4,606 05-15-2017, 02:27 PM
    Thread: FIFO help
Post: RE: FIFO help

If you are using just a few rules (or possibly even just 1), you can use -j/-k together with -a1 for each and every rule: Code: -- hashcat -m 1000 -a 1 -w 4 -j "$1 $2 $3" hash.txt dict1.txt dict2.tx...
philsmd hashcat 3 4,472 05-25-2017, 11:01 AM