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 Views Posted [asc]
    Thread: why does -i paremeter not working while pipe?
Post: RE: why does -i paremeter not working while pipe?

It's very easy to think about this: you have 2 different processes the 2 processes only communicate over the pipe the second hashcat instance only knows that it gets some input from stdin (from an ...
philsmd hashcat 2 2,677 12-02-2017, 03:35 PM
    Thread: Syntax Help
Post: RE: Syntax Help

You do not need the wallet.dat file directly for cracking (after you already extracted the information with bitcoin2john.py), you only need the file hash.txt for cracking (it already contains the "has...
philsmd General Talk 3 3,165 12-02-2017, 09:01 AM
    Thread: Max Pass Length using Wordlists
Post: RE: Max Pass Length using Wordlists

You could also just use reject rules from: https://hashcat.net/wiki/doku.php?id=rule_based_attack#rules_used_to_reject_plains e.g. Code: -- hashcat -m 0 -a 0 -w 3 -j "
philsmd hashcat 7 5,996 12-01-2017, 02:56 PM
    Thread: Using PACK - Interesting Results
Post: RE: Using PACK - Interesting Results

This problem was already reported several months ago (see https://github.com/iphelix/pack/issues/1), but it wasn't merged yet. I think there are some forked versions that integrate the fix, like th...
philsmd General Talk 3 3,370 12-01-2017, 09:09 AM
    Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...

Code: -- for i in {1722..2017}; do echo $i | sed 's/\(.\)/\$\1 /g'; done > rules/add_year.rule --
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 8,777 11-30-2017, 10:18 PM
    Thread: Cracking TACACS+ with hashcat
Post: RE: Cracking TACACS+ with hashcat

This is very interesting information and a nice find about how to best filter out "wrong results". Good job. Thanks for the research. I must admit that I didn't have much to do with tacacs+ so ...
philsmd User Contributions 1 6,737 11-30-2017, 04:06 PM
    Thread: Scrypt wallet hash
Post: RE: Scrypt wallet hash

well, you should at least remember if you had bitcoins or ethereums. These are 2 different type of crypto coins. If you had ethereum, you need to use ethereum2john.py if you had bitcoins instead, yo...
philsmd hashcat 2 2,792 11-28-2017, 08:24 PM
    Thread: http authentication
Post: RE: http authentication

The format is as explained here: https://github.com/hashcat/hashcat/issues/1021 just this one: $sip$*[URI_SERVER]*[URI_CLIENT]*[USERNAME]*[REALM]*[METHOD]*[URI_PREFIX]*[URI_RESOURCE]*[URI_SUFFIX]*[NON...
philsmd hashcat 1 2,164 11-28-2017, 05:16 PM
    Thread: 4.01 ERROR "Restore value is greater than keyspace" after pause/checkpoint
Post: RE: 4.01 ERROR "Restore value is greater than keys...

oh. you tried to run the downloaded github project page as a perl file. This is not how it works. You need to download the perl script (text file) from https://raw.githubusercontent.com/philsmd/an...
philsmd hashcat 7 5,866 11-28-2017, 04:16 PM
    Thread: 4.01 ERROR "Restore value is greater than keyspace" after pause/checkpoint
Post: RE: 4.01 ERROR "Restore value is greater than keys...

We already have some good news. The problem was addressed and fixed with these source code changes: https://github.com/hashcat/hashcat/commit/42d1db42947854311028e5c25b91e9af2d154a49 The new bet...
philsmd hashcat 7 5,866 11-28-2017, 10:34 AM
    Thread: 4.01 ERROR "Restore value is greater than keyspace" after pause/checkpoint
Post: RE: 4.01 ERROR "Restore value is greater than keys...

Thank you for this report. I can reproduce this. We probably will need to open a github issue to track this problem. The problem seems to be that the mask position (see https://hashcat.net/wiki/doku...
philsmd hashcat 7 5,866 11-27-2017, 11:28 PM
    Thread: proper use of increment option
Post: RE: proper use of increment option

We need to distinguish between the minimum and maximum password length supported by the algorithm and OpenCL kernels ... and the settings the user sets (with --increment-max for instance). What you ...
philsmd hashcat 6 17,940 11-26-2017, 10:03 AM
    Thread: Another newbie question
Post: RE: Another newbie question

Yes, in theory you could use also a hex editor to extract the 512 bytes. Just make sure that the final "hash file" contains the data in binary (it does not work with hexadecimals in the hash file, it ...
philsmd hashcat 3 3,665 11-25-2017, 12:23 PM
    Thread: Another newbie question
Post: RE: Another newbie question

It's always a good idea to create a new and similar volume (same settings/steps) and use this with a password (could also be similar to the one that you think was used) for testing hashcat. The first...
philsmd hashcat 3 3,665 11-24-2017, 03:30 PM
    Thread: Do not try to write --keyspace yourself
Post: RE: Do not try to write --keyspace yourself

The output of --keyspace can be used to distribute cracking, i.e. you can use the value from --keyspace and divide it into x chunks (best would be if the chunk size depends on the performance of your ...
philsmd hashcat 15 20,288 11-24-2017, 09:40 AM
    Thread: what the hash is this?
Post: RE: what the hash is this?

-m 500 = md5crypt see also https://hashcat.net/wiki/example_hashes
philsmd General Talk 1 2,034 11-23-2017, 04:32 PM
    Thread: Cracking pdf file with arabic password using hashcat
Post: RE: Cracking pdf file with arabic password using h...

this of course depends on what the tool that you use to encrypt the pdf (acrobat reader etc) does with the input. It could use utf-8 by default. it could use utf16-le etc... The linux echo tool wont ...
philsmd General Talk 5 16,216 11-21-2017, 07:27 PM
    Thread: Cracking pdf file with arabic password using hashcat
Post: RE: Cracking pdf file with arabic password using h...

You do not need --hex-salt. This has nothing to do with salts. If anything you would need --hex-charset, but that is not necessariy and only needed if you define a custom charset (-1, -2, -3 or -4)...
philsmd General Talk 5 16,216 11-21-2017, 05:58 PM
    Thread: 7z2hashcat
Post: RE: 7z2hashcat

The original 7-zip file (*.7z) is not needed to recover the password. But the entire output of 7z2hashcat is needed (the whole hash). Yes, as mentioned here: https://github.com/philsmd/7z2hashcat#...
philsmd User Contributions 28 70,369 11-21-2017, 12:30 PM
    Thread: [SOLVED]What am i doing wrong? no commands work
Post: RE: What am i doing wrong? no commands work

The format of your hashes should be only like this: Code: -- $oldoffice$1*971400076ab82dd68XXXXXXXXXXXXXd1*49987289XXXXXXXXXXXXXa67b6747abc*6824aa13d09f0e8fXXXXXXXXXXXXXX8a -- e.g. they should not ...
philsmd General Talk 2 6,124 11-21-2017, 09:53 AM