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 [desc] Forum Replies Views Posted
    Thread: Delete character using rule "s"
Post: RE: Delete character using rule "s"

Code: -- @, -- https://hashcat.net/wiki/doku.php?id=rule_based_attack (purge)
philsmd hashcat 2 1,004 03-10-2020, 11:18 AM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

this command line parameter is wrong Code: -- --force -- just remove the --force flag
philsmd hashcat 8 2,281 03-10-2020, 06:41 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

I'm pretty confident that you just discovered the root of the problem. Wrong driver could very easily give wrong results. The use of --force doesn't help. it's a no-go to use a debugging/developer ...
philsmd hashcat 8 2,281 03-10-2020, 07:14 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

you could try the beta version of hashcat: https://hashcat.net/beta/ and install the Intel OpenCL Runtime for your CPU to use -D 1 while testing with your CPU: https://software.intel.com/en-us/arti...
philsmd hashcat 8 2,281 03-10-2020, 07:58 PM
    Thread: bitlocker Hash-types Mask Attack Unable to crack the password correctly
Post: RE: bitlocker Hash-types 掩码?l?l?l无法正确�...

The forum rules are very clear that it is not allowed to use any other language other than English on this forum. https://hashcat.net/forum/announcement-2.html Rules are rules and they need to be ...
philsmd hashcat 6 2,313 03-11-2020, 12:56 PM
    Thread: A question about constant Exhausted
Post: RE: A question about constant Exhausted

Try this: https://hashcat.net/faq/wrongdriver
philsmd hashcat 8 2,281 03-11-2020, 01:31 PM
    Thread: Recovered hashes spreadsheets help
Post: RE: Recovered hashes spreadsheets help

I'm pretty sure you can just open the outfile/potfile with any spreadsheet viewer/editor as a CSV file where the separator is just ":" (or the -p command line value). I'm not sure why some people n...
philsmd hashcat 4 1,333 03-11-2020, 05:06 PM
    Thread: Recovered hashes spreadsheets help
Post: RE: Recovered hashes spreadsheets help

just to be very clear: you do NOT need any python script to do this. just open the document as a CSV file (with : as a separator).. Comma-separated values (CSV) files can typically use any sepataor...
philsmd hashcat 4 1,333 03-11-2020, 11:42 PM
    Thread: Multiple GPU Problem
Post: RE: Multiple GPU Problem

try to use some task manager and tuning tools (like afterburner) etc. could be bad risers, too slow CPU/cores, little RAM, configurations etc etc etc try test with -d 1,2,3 etc and add GPUs until ...
philsmd Hardware 3 1,381 03-12-2020, 11:03 AM
    Thread: history hash
Post: RE: history hash

just open the potfile in a text editor or use: Code: -- cat hashcat.potfile -- (this is on linux ... or use the "type" command on windows) use --potfile-disable to disable the potfile (or rem...
philsmd hashcat 5 1,555 03-13-2020, 11:32 AM
    Thread: help me
Post: RE: help me

just do NOT specify the file name. see https://hashcat.net/wiki/example_hashes or run: Code: -- hashcat -m 10500 --example-hashes -- to see an example hash (note: there is no file name within th...
philsmd hashcat 1 874 03-13-2020, 11:30 AM
    Thread: history hash
Post: RE: history hash

if you use LINUX *and* if you have installed hashcat (make install or used a package manager), the files are wihtin your home directory: Code: -- cat $HOME/.hashcat/hashcat.potfile --
philsmd hashcat 5 1,555 03-13-2020, 01:20 PM
    Thread: bitlocker Hash-types Mask Attack Unable to crack the password correctly
Post: RE: bitlocker Hash-types Mask Attack Unable to cra...

Are you able to share this hash in a private message (PM) with us ? Alternatively, could you generate an example hash that also is uncrackable (for which you know the password and are able to share...
philsmd hashcat 6 2,313 03-13-2020, 02:39 PM
    Thread: Bitcoin encryption algorithm
Post: RE: Bitcoin encryption algorithm

One good thing about hashcat source code, is that we also have several high-level tests (like the test framework in perl)... this is very easy code to understand, even if you are only fluent with pyth...
philsmd General Talk 2 1,111 03-17-2020, 09:47 AM
    Thread: Hashcat 5.1 beta output format incorrectly displayed
Post: RE: Hashcat 5.1 beta output format incorrectly dis...

the format changed with https://github.com/hashcat/hashcat/pull/2292 (requested here: https://github.com/hashcat/hashcat/issues/2255). The --help output should reflect the new format that should be...
philsmd hashcat 8 1,804 03-18-2020, 10:21 PM
    Thread: Hashcat 5.1 beta output format incorrectly displayed
Post: RE: Hashcat 5.1 beta output format incorrectly dis...

that's by the way the default format... you only need to use --outfile-format parameter if it is different from "1,2"
philsmd hashcat 8 1,804 03-19-2020, 01:39 PM
    Thread: Hashcat 5.1 beta output format incorrectly displayed
Post: RE: Hashcat 5.1 beta output format incorrectly dis...

What is the hash type that you are using ? What's the hashcat version (try with https://hashcat.net/beta) ? The default with 1,2 is to use "$HEX[" and the hexadecimal chars and "]" at the end if th...
philsmd hashcat 8 1,804 03-19-2020, 04:06 PM
    Thread: Hash Mode request MS SQL 2016 with salt
Post: RE: Hash Mode request MS SQL 2016 with salt

Could be anything. Do you know the software / CMS / code that generates these hashes ? I assume it's not the MSSQL software itself ? is it some custom software / webpage ? You need to be more sp...
philsmd hashcat 4 1,108 03-19-2020, 04:09 PM
    Thread: Hashcat 5.1 beta output format incorrectly displayed
Post: RE: Hashcat 5.1 beta output format incorrectly dis...

Yeah, but that is not the default value, but just an example within the --help: Code: -- Options Short / Long | Type | Description | Example -- it clearly says, that it is an Example . The def...
philsmd hashcat 8 1,804 03-19-2020, 04:35 PM
    Thread: Ryzen 2400G and errors/wrong driver warnings/slow performance
Post: RE: Ryzen 2400G and errors/wrong driver warnings/s...

install the Intel CPU OpenCL Runtime from https://software.intel.com/en-us/articles/opencl-drivers#cpu-section Yeah, the Intel Runtime also works for your AMD Ryzen
philsmd hashcat 5 1,397 03-20-2020, 08:29 PM