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 [asc] Replies Views Posted
    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: 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

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: 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: 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
    Thread: No hashes loaded.
Post: RE: No hashes loaded.

Do NOT post hashes https://hashcat.net/forum/announcement-2.html example hashes can be seen here: https://hashcat.net/wiki/example_hashes Hashes do NOT contain any file names (see example hashes...
philsmd hashcat 1 745 03-21-2020, 07:11 PM
    Thread: Ryzen 2400G and errors/wrong driver warnings/slow performance
Post: RE: Ryzen 2400G and errors/wrong driver warnings/s...

try with your CPU Only (for testing purposes) with hashcat -m 2500 -D 1 -b what hash type are you talking about ? WPA or -m 15900 (DPAPI v2)
philsmd hashcat 5 1,397 03-21-2020, 08:10 PM
    Thread: How hashcat work?
Post: RE: How hashcat work?

It's listed here: https://rocm.github.io/hardware.html I would recommend that you try ROCm: https://rocm.github.io/ROCmInstall.html you could also first to try if beta fixes the problem : https:...
philsmd hashcat 17 3,930 03-22-2020, 03:17 PM
    Thread: PTX error when launching hashcat
Post: RE: PTX error when launching hashcat

You could try with beta from https://hashcat.net/forum You could test this guide: https://hashcat.net/faq/wrongdriver You should give more information about hardware etc Only newer versions of ...
philsmd hashcat 2 1,212 03-23-2020, 08:28 PM
    Thread: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...

This command: Code: -- xxd -p -- ... unfortunately adds newlines within the hexadecimal output if a certain line line was reached. Try it yourself Code: -- echo -n aaaaaaaaaaaaaaaaaaaaaa...
philsmd hashcat 10 2,085 03-27-2020, 09:53 AM
    Thread: Combinator attack missing correct candidate on large wordlist
Post: RE: Combinator attack missing correct candidate on...

I don't think the grep test is a good/valid test. There could be any other (even non-printable) character within that line and therefore the combined (concatenated) result is different. You coul...
philsmd hashcat 10 2,085 03-26-2020, 06:31 PM