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 [desc] Views Posted
    Thread: Amd GPU with Ubuntu
Post: RE: Amd GPU with Ubuntu

No, there are not 2 different drivers/software that you need to install. You might need to clean up your system first and after that install the currently suggested driver: Steps: 1. Follow: http...
philsmd Hardware 2 13,566 01-10-2017, 01:30 PM
    Thread: Hash-encoding exception ?
Post: RE: Hash-encoding exception ?

These hashes are md5crypt hashes. See https://hashcat.net/wiki/doku.php?id=example_hashes and the help (it's the hash mode -m 500 = md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS MD5 ). You sohuldn't...
philsmd hashcat 2 5,756 01-25-2017, 10:55 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: --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: 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: 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: 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: Cant crack simple russian password
Post: RE: Cant crack simple russian password

As you can see by looking into the charsets folder of hashcat, russian chars can be represented with different encodings (cp1251, ISO-8859-5, KOI8-R.hcchr etc). So one problem is that all these input...
philsmd hashcat 2 3,724 03-13-2017, 11:20 PM
    Thread: hashtopus client
Post: RE: hashtopus client

Firstly, you probably should use hashtopussy (https://github.com/s3inlc/hashtopussy/releases) and not hashtopus (which doesn't even seem to be compatible with hashcat 3.40). Secondly, this is the has...
philsmd hashcat 2 3,545 03-22-2017, 03:04 PM
    Thread: cracking way too fast?
Post: RE: cracking way too fast?

If you use the release version from https://hashcat.net/ you just need to know that this is a known issue and was already fixed: https://github.com/hashcat/hashcat/issues/1178 You can use https://has...
philsmd hashcat 2 3,599 03-26-2017, 06:32 PM
    Thread: Literal word, characters any case
Post: RE: Literal word, characters any case

Actually there are different ways to accomplish this and the strategy you choose depends heavily on how many hashes/salts you have and on the type of hashes (the examples are for -m 0 = MD5 below): ...
philsmd hashcat 2 2,558 03-30-2017, 08:12 AM
    Thread: Salt-value exception
Post: RE: Salt-value exception

Please make sure you are using the newest version of hashcat and 7z2hashcat
philsmd General Talk 2 4,621 04-04-2017, 02:13 PM
    Thread: Help me to crack those hashes please
Post: RE: Help me to crack those hashes please

banned (1 week, use it wisely to read and understand the forum rules) and thread closed
philsmd hashcat 2 2,628 04-10-2017, 02:55 PM
    Thread: Proper meaning of status codes?
Post: RE: Proper meaning of status codes?

-2 whenever the temperature limit was reached -1 in case of errors (arguments or other inputs - also input files etc) 2 in case the 'q' key was hit 3 in case the 'c' key was hit (checkpoint quit f...
philsmd hashcat 2 3,339 04-12-2017, 08:31 AM
    Thread: Keepass 1.x issue
Post: RE: Keepass 1.x issue

Example hashes can be found here: https://hashcat.net/example_hashes Make sure that the format is the same, e.g. it starts with $keepass$* If you want to prepend the username (or file name) then y...
philsmd hashcat 2 3,985 04-18-2017, 09:21 AM
    Thread: how to use only some letters
Post: RE: how to use only some letters

Unfortunately, I can't do more than link you to the wiki page that explains it very well https://hashcat.net/wiki/mask_attack (what I mean is, I can't read or understand it for you, just spend some mi...
philsmd hashcat 2 2,906 05-15-2017, 02:15 PM
    Thread: 7-Zip Hash Length
Post: RE: 7-Zip Hash Length

I'm guessing that you used 7z2hashcat to extract the "hash"... well generally I would assume that whenever 7z2hashcat extracts a valid hash and hashcat can load it, you shouldn't worry about the corre...
philsmd hashcat 2 4,615 05-07-2017, 11:02 AM
    Thread: mask order unknown?
Post: RE: mask order unknown?

use policygen from PACK (https://thesprawl.org/projects/pack/), i.e. the use of .hcmask files is needed (and PACK can generate them for you)
philsmd hashcat 2 3,106 05-29-2017, 08:59 PM
    Thread: processor couldn't load
Post: RE: processor couldn't load

please see the output of hashcat64 --help For instance for CPU and GPU you could use --opencl-device-types 1,2 (or short -D 1,2) BTW: your command also contains an error "-1 -1" makes no sense, one...
philsmd General Talk 2 3,137 06-02-2017, 10:18 PM
    Thread: My next learning curve... from brute force to hybrid with rules.
Post: RE: My next learning curve... from brute force to ...

-a 3 is only used for mask attack if you want to use hybrid (-a 6 or -a 7) you need to adjust your command line... most importantly the -a x option. for -a 6 and -a 7 you need to provide both th...
philsmd hashcat 2 3,526 06-24-2017, 11:29 AM