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: 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: 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: 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: 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...

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: 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: 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: 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: 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: 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: 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: 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: 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: merge dictionary or not?
Post: RE: merge dictionary or not?

It makes sense if there are a lot of duplicates. On linux you would just sort and unique the words with "sort -u" Code: -- sort -u wordlist_folder/* -o sort_and_uniqued.txt --
philsmd hashcat 2 2,687 12-03-2017, 10:27 AM
    Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?

I think there is some special byte in there, like the windows BOM etc. Hashcat doesn't expect that there is any other bytes within the hash file except the bytes that are required ("the hash"). ...
philsmd hashcat 7 14,268 12-03-2017, 10:28 AM
    Thread: correct command line
Post: RE: correct command line

your -p parameter makes no sense. -p makes no sense in combination with veracrypt (and if you use it in other situations you would need to specify the character that must be used as a separator) I'...
philsmd hashcat 24 22,564 12-04-2017, 08:51 PM
    Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?

If it is a non-sensitive archive, just open a issue here, explain the issue again and attach the file to the guthub issue: https://github.com/philsmd/7z2hashcat Otherwise, I might give it a glance ...
philsmd hashcat 7 14,268 12-05-2017, 08:44 AM
    Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...

Yeah, that's true my example was targeted for linux/mac users that use a bash-compatible shell. That said, you can extend the idea to any other environment or tool (yes you could also do it all wit...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 8 8,777 12-05-2017, 01:57 PM
    Thread: crc32 hash format, No hashes loaded, line length exception?
Post: RE: crc32 hash format, No hashes loaded, line leng...

This is not the correct hash format that you use. The correct hash format can always be determined by looking at the example hashes here https://hashcat.net/wiki/doku.php?id=example_hashes (or using ...
philsmd hashcat 2 2,586 12-05-2017, 04:29 PM
    Thread: CMIYC2017 - Challenge8 vBulletin
Post: RE: CMIYC2017 - Challenge8 vBulletin

You just generate all possible "hashes" (with all possible salts, the characters that are normally used is well-defined) and try to crack them. Of course not all hashes will be cracked, but the number...
philsmd General Talk 2 2,516 12-06-2017, 08:48 AM