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 [desc] Author Forum Replies Views Posted
    Thread: Can someone confirm this command?
Post: RE: Can someone confirm this command?

The mask, in your case ?1?1?1?1?1?1?1?1 must be at least the length specified by --increment-max (or longer). How else would oclHashcat know what it should do after the position @ end of mask Your ma...
philsmd Old oclHashcat Support 3 5,723 10-28-2014, 09:52 PM
    Thread: Can't Find Potfile on Mac
Post: RE: Can't Find Potfile on Mac

if you didn't compile it yourself, you probably used some package manager like brew etc. If you have "installed" hashcat with this brew method or similar (not a raw download or the git directory et...
philsmd hashcat 3 814 06-02-2020, 08:03 PM
    Thread: Can't Find Potfile on Mac
Post: RE: Can't Find Potfile on Mac

if you want to use your own directory and not the directory structure that the brew package maintainer decided to use (to be fair it's also similar how the "make install" target on linux works), you c...
philsmd hashcat 3 814 06-03-2020, 08:32 AM
    Thread: can't get hashcat working!! ubuntu 16.04 w/ amd 7970s
Post: RE: can't get hashcat working!! ubuntu 16.04 w/ am...

it's a pretty old GPU already. Rocm doesn't seem to support it at all: see https://rocm.github.io/hardware.html . It seems that currencty only some new cards are supported (like the RX460, RX470, RX48...
philsmd hashcat 3 3,426 07-28-2018, 04:08 PM
    Thread: can't make cmd
Post: RE: can't make cmd

But it is clearly there: * Built-in charsets: ?l = abcdefghijklmnopqrstuvwxyz ?u = ABCDEFGHIJKLMNOPQRSTUVWXYZ ?d = 0123456789 ?s = !"#$%&'()*+,-./:;?@[\]^_`{|}~ ?a = ?l?u?d?s...
philsmd Old hashcat Support 8 10,219 02-25-2015, 11:57 PM
    Thread: can't make cmd
Post: RE: can't make cmd

-a 0 is not for "bruting", nor for mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack) to use a mask attack and/or brute force a hash you need to use -a 3 from --help: * Attack mo...
philsmd Old hashcat Support 8 10,219 02-25-2015, 09:52 PM
    Thread: can't make cmd
Post: RE: can't make cmd

look here: https://hashcat.net/wiki/doku.php?id=example_hashes the signature is either: $H$....... or $P$.......
philsmd Old hashcat Support 8 10,219 02-25-2015, 11:59 PM
    Thread: can't make cmd
Post: RE: can't make cmd

read here: https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets you need to define a custom charset like this: -1 ?u?l ?1?1?1?1?1?1?1 Code: -- ./hashcat-cli64.bin -m 400 --username...
philsmd Old hashcat Support 8 10,219 02-26-2015, 12:12 AM
    Thread: Can't reverse known hash ?
Post: RE: Can't reverse known hash ?

mask work position-wise, you need to specify the built-in or custom charset (or hardcoded char) for each and every position so this should work: cudaHashcat64.exe -a 3 -m 400 hascc.hash hashca?l ...
philsmd Old oclHashcat Support 15 18,779 08-13-2015, 02:35 PM
    Thread: can't supress error messages in a txt
Post: RE: can't supress error messages in a txt

you can use the --outfile (short -o) option and redirect all errors to /dev/null Code: -- hashcat -m 0 --show -o outfile.txt hashes.txt 2> /dev/null > /dev/null -- on windows it's very simil...
philsmd hashcat 5 2,706 05-02-2019, 02:00 PM
    Thread: Can't use hashcat with AMD Radeon R9 380
Post: RE: Can't use hashcat with AMD Radeon R9 380

what is the problem and error message you got ? details !
philsmd hashcat 9 3,820 07-12-2019, 12:36 PM
    Thread: Cannot commuincate with oclHashcat process
Post: RE: Cannot commuincate with oclHashcat process

reading the restore file is one possibility, the other one would be (and afaik most "wrappers" choose this way) to use --status --status-automat (see also https://hashcat.net/trac/ticket/406 ). Btw. ...
philsmd Old oclHashcat Support 3 5,718 02-15-2015, 03:27 PM
    Thread: cannot cracking sha1($pass.$salt)
Post: RE: cannot cracking sha1($pass.$salt)

It's not allowed to post hashes here, see: https://hashcat.net/forum/announcement-2.html Banned for 1 week, thread closed.
philsmd General Help 1 3,711 03-14-2016, 04:20 PM
    Thread: Cannot find an OpenCL ICD loader library.
Post: RE: Cannot find an OpenCL ICD loader library.

does it work with: Code: -- sudo apt install ocl-icd-libopencl1 -- ?
philsmd hashcat 3 1,678 11-20-2019, 04:37 PM
    Thread: cannot launch mask attack with hashtopus
Post: RE: cannot launch mask attack with hashtopus

This is the wrong forum for these questions. This is the hashcat/oclHashcat forum. The hashtopus forum is https://hashtopus.org/Site/forum/ (also see https://hashcat.net/forum/thread-5251.html)
philsmd User Contributions 1 4,503 03-16-2016, 10:18 PM
    Thread: Cannot load module ./modules/module_02000.dll
Post: RE: Cannot load module ./modules/module_02000.dll

if I download the beta version from https://hashcat.net/beta/ I definitely see a file in the modules folder named module_02000.dll 32-bit support was removed in recent versions of hashcat, but if...
philsmd hashcat 6 2,951 07-07-2019, 09:34 PM
    Thread: Cannot load module ./modules/module_02000.dll
Post: RE: Cannot load module ./modules/module_02000.dll

there is no such file like hashcat64.exe within the beta version. if you have that file extracted, you are doing something horribly wrong (pebcak). It's easy to proof that the file under https://hashc...
philsmd hashcat 6 2,951 07-08-2019, 08:57 AM
    Thread: Cannot Recall the Last 3 Characters of My VeraCrypt Password [HELP]
Post: RE: Cannot Recall last 4 Characters of My VeraCryp...

It depends on how much and what you exactly remember about the missing characters. Do you know their position (missing chars at the end, at the beginning, can be everywhere, ...) ? Can you limit the...
philsmd hashcat 6 3,235 01-25-2019, 11:40 AM
    Thread: Cannot Recall the Last 3 Characters of My VeraCrypt Password [HELP]
Post: RE: Cannot Recall last 4 Characters of My VeraCryp...

Well, there are a lot of tutorials on how to use "dd.exe" or something like this. of course with dd you need to use the command line (cmd). I would say that the hashcat FAQ that I linked above i...
philsmd hashcat 6 3,235 01-25-2019, 12:04 PM
    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