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 [asc] Forum Replies Views Posted
    Thread: No output file... why?
Post: RE: No output file... why?

Please do not give bad/wrong advices. --help shows -o, --outfile=FILE Define outfile for recovered hash so it is --outfile or short -o
philsmd Old oclHashcat Support 6 9,283 12-03-2014, 11:54 PM
    Thread: psafe3 (-m 5200)
Post: RE: psafe3 (-m 5200)

Do you mean this one https://hashcat.net/misc/example_hashes/hashcat.psafe3 ? Please verify that the md5sum of the hashcat.psafe3 file is f5cfdc67d962e4d6604e4fbe9aa2f2db Furthermore, pls try w...
philsmd General Help 4 8,692 12-07-2014, 06:08 PM
    Thread: psafe3 (-m 5200)
Post: RE: psafe3 (-m 5200)

That means it is cracking correctly, therefore should also work with -a 0. Please try to create a new dict.txt file with only the word "hashcat" in the first line and use it instead of the password...
philsmd General Help 4 8,692 12-08-2014, 11:42 PM
    Thread: ocl1.31 + NVidia 343.22 - error cuModuleLoad() 301
Post: RE: ocl1.31 + NVidia 343.22 - error cuModuleLoad()...

How did you extract the oclHashcat .7z archive ? Please also use the forum's search function to find similar threads, e.g. https://hashcat.net/forum/thread-3760.html https://hashcat.net/forum/thread-...
philsmd Old oclHashcat Support 2 5,136 12-09-2014, 04:08 PM
    Thread: Help identifying hash type!
Post: RE: Help identifying hash type!

According to the forum rules, which you have accepted, you are not allowed to post hashes. See https://hashcat.net/forum/announcement-2.html Please take a week off and re-read the forum rules. They a...
philsmd General Help 1 4,113 12-11-2014, 12:55 PM
    Thread: Bruteforce + dictionary attack
Post: RE: Bruteforce + dictionary attack

you should be able to find the answer to your problem in the wiki https://hashcat.net/wiki/
philsmd Old oclHashcat Support 3 5,972 12-11-2014, 10:55 PM
    Thread: [solved] how to pipe rli2 tot textfile?
Post: RE: how to pipe rli2 tot textfile?

Code: -- rli2.exe text1 text2 > outfile --
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 10,704 12-14-2014, 04:36 PM
    Thread: 4 graphic cards->ok, 5 graphiccards -> not ok
Post: RE: 4 graphic cards->ok, 5 graphiccards -> not ok

Please do not offer to pay here. Users of this forum are willing to help if they can and you do not need to offer payment for a solution to your problem. It won't help. Topic specific answer: the int...
philsmd Old oclHashcat Support 11 16,489 12-14-2014, 06:53 PM
    Thread: [solved] how to pipe rli2 tot textfile?
Post: RE: how to pipe rli2 tot textfile?

No, it should work like that. See for instance here: https://hashcat.net/forum/thread-3826.html Same OP and identical problem. The suggested solution in both cases was to use "> outfile", which of co...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 10,704 12-14-2014, 06:44 PM
    Thread: remove unsupported rules
Post: RE: remove unsupported rules

The answer is to use cleanup-rules.exe from hashcat-utils (https://hashcat.net/tools/hashcat-utils/ )
philsmd General Help 3 6,298 12-24-2014, 04:18 PM
    Thread: How to input '-' charactor?
Post: RE: How to input '-' charactor?

You can just use -- to mark the end of the parameters. For instance: Code: -- cudahashcat-plus64.exe -m 0 -a 3 d:\2222222.md5 -- -?a?a?a?a?a -- There are several other ways to do it, but most of t...
philsmd General Help 2 4,542 12-25-2014, 01:19 PM
    Thread: Wordlists Contain 0 Bytes?
Post: RE: Wordlists Contain 0 Bytes?

You have specified "-a 3" this means cpu hashcat will use a mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack ). If you instead want to use a wordlist-based attack, you need to specify -a ...
philsmd Old hashcat Support 1 3,909 01-01-2015, 12:02 PM
    Thread: oclhashcat resume question
Post: RE: oclhashcat resume question

Seems that what you are looking for is the --restore option of oclHashcat. If you copy the *.restore file to the other system it should work (given that you have also the hash list / word list / ...
philsmd General Help 3 13,523 01-05-2015, 07:24 PM
    Thread: oclhashcat resume question
Post: RE: oclhashcat resume question

yeah, more strictly speaking the name of the .restore file depends on the current session name (which you can set with the --session parameter, default session name for oclHashcat is "oclHashcat"; for...
philsmd General Help 3 13,523 01-05-2015, 10:32 PM
    Thread: how do i stop duplicate characters brute force
Post: RE: how do i stop duplicate characters brute force

maskprocessor (see https://hashcat.net/wiki/doku.php?id=maskprocessor and https://hashcat.net/tools/maskprocessor/ ) has the -q option. For slow hashes you can simply pipe it into cudaHashcat without ...
philsmd General Help 4 8,671 01-06-2015, 11:07 PM
    Thread: Hardware suggest
Post: RE: Hardware suggest

mac/OS X is only supported by cpu hashcat ( https://hashcat.net/hashcat/ ), windows/linux instead are supported by all cats (cpu hashcat, cudaHashcat, oclHashcat). Yes, the GPU may be faster than you...
philsmd Hardware 1 4,722 01-08-2015, 03:26 PM
    Thread: oclHashcat complaining with correct driver installed
Post: RE: oclHashcat complaining with correct driver ins...

The driver version for catalyst 14.9 is 1573... version 1214.3 is much older and that version number should correspond to catalyst 13.6. So you either have catalyst 13.6 installed, or AMD APP SDK in...
philsmd Old oclHashcat Support 3 6,032 01-08-2015, 03:29 PM
    Thread: oclHashcat complaining with correct driver installed
Post: RE: oclHashcat complaining with correct driver ins...

Glad it worked. Thread closed
philsmd Old oclHashcat Support 3 6,032 01-08-2015, 03:46 PM
    Thread: how do i stop duplicate characters brute force
Post: RE: how do i stop duplicate characters brute force

You need to read the --help output of maskprocessor. If you do so, you will find 2 interesting options: Code: -- -q, --seq-max=NUM Maximum number of multiple sequential characters -r, --oc...
philsmd General Help 4 8,671 01-08-2015, 05:46 PM
    Thread: Practical PRINCE: 1 CPU + 24 hours = 63% Linkedin hashes cracked, 100% automated
Post: RE: Practical PRINCE: 1 CPU + 24 hours = 63% Linke...

There is no more need to use a named pipe for cpu hashcat to use the PRINCE attack mode (Note: with oclHashcat you can simply pipe it, no named pipe needed at all) because version 0.49 of hashcat has ...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 22 74,889 01-09-2015, 02:13 PM