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 [desc] Replies Views Posted
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

okay, I just spend a couple of free minutes to come up with this perl script (POC): telegram_desktop.pl Code: -- #!/usr/bin/env perl # Author: philsmd # Date: February 2020 # License: public...
philsmd hashcat 9 2,995 02-28-2020, 04:45 PM
    Thread: wordlist creates
Post: RE: wordlist creates

the question here is: why would you need to create a word list on disk ? This involves a lot of disk I/O (usage of one of the slowest components on a PC, even if it is a NVMe SSD). Remember: in additi...
philsmd hashcat 3 1,560 03-01-2020, 10:25 AM
    Thread: Hybrid attack keyspace inconsistency
Post: RE: Hybrid attack keyspace inconsistency

thanks for the report of this documentation problem (it has actually changed a little bit between versions of hashcat). The general rule now is that the left part matters (dict for -a 6; and mask for ...
philsmd hashcat 3 1,317 03-07-2020, 04:03 PM
    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: Paid Rules Assistance?
Post: RE: Paid Rules Assistance?

combining 3 dicts is essentially the same as combining 2 dicts and "add" the dict again (1+1+1 = (1+1)+1 = 3). you could use combinator3.bin from hashcat-utils (https://hashcat.net/wiki/doku.php?id...
philsmd hashcat 9 2,223 03-06-2020, 09:38 PM
    Thread: Weird behaviour when cracking RAR?
Post: RE: Weird behaviour when cracking RAR?

Do you use --optimized-kernel-enable (or short -O) in your command ? The maximum password length with -O is 20: Code: -- Minimum password length supported by kernel: 0 Maximum password length ...
philsmd hashcat 3 1,330 03-07-2020, 08:00 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: 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