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 [desc] Author Forum Replies Views Posted
    Thread: 4 word combinations from a short list of words
Post: RE: 4 word combinations from a short list of words

you could use someting like this (a perl script) and change the words if you need: Code: -- #!/usr/bin/env perl use strict; use warnings; my @words = ( 'fruit', 'apple', 'pear', ...
philsmd General Talk 4 4,206 12-23-2017, 02:22 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...

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: 4.6million character hash rar file
Post: RE: 4.6million character hash rar file

First of all, it would always make sense to post the hash type that you are trying to crack, also see https://hashcat.net/wiki/example_hashes . latest beta version of hashcat (https://hashcat.net/bet...
philsmd hashcat 2 340 10-02-2020, 02:52 PM
    Thread: 5.1.0-91+ needed (I think)
Post: RE: 5.1.0-91+ needed (I think)

betas are available here: https://hashcat.net/beta/
philsmd Beta Tester 1 859 05-06-2020, 07:22 PM
    Thread: 5870 vs 6870
Post: RE: 5870 vs 6870

There are several screenshots/mirrors of the html pages around, e.g. see: https://i.imgur.com/CUQtIjh.png
philsmd Hardware 6 14,304 08-18-2015, 02:49 PM
    Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile

the name of the potfile depends on the session name: if you use --session ses , then your file name of the potfile is: ses.potfile
philsmd hashcat 14 1,235 09-08-2020, 12:50 PM
    Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile

yeah, good that you guys pinpointed it. I didn't really look at the hash type, because thought you were just looking for the file in general. Yeah, but it already works like this since several year...
philsmd hashcat 14 1,235 09-24-2020, 07:42 PM
    Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile

Code: -- hashcat -m 6211 -a 3 -w 3 -o cracked.txt -i container.tc ?b?b?b --
philsmd hashcat 14 1,235 09-24-2020, 11:07 PM
    Thread: 7-Zip Hash Length
Post: RE: 7-Zip Hash Length

I'm guessing that you used 7z2hashcat to extract the "hash"... well generally I would assume that whenever 7z2hashcat extracts a valid hash and hashcat can load it, you shouldn't worry about the corre...
philsmd hashcat 2 4,615 05-07-2017, 11:02 AM
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

Why do you use --force in your command line ? That's probably the biggest problem here. I didn't really understand what error you get. It's normal that a benchmark runs very quickly, it just tests ...
philsmd hashcat 10 1,330 07-31-2020, 04:42 PM
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

there are two problems here, but the main problem is the driver setup problem. We saw this problem a couple of times in the past where it seems that hashcat crashes on the "Initializing" line, but ...
philsmd hashcat 10 1,330 07-31-2020, 06:28 PM
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

either use: Code: -- hashcat -m 11600 -a 3 -w 3 --increment --increment-min 8 hash.txt myword?d?d?d?d?d?d -- or Code: -- hashcat -m 11600 -a 6 -w 3 --increment --increment-min 2 hash.txt...
philsmd hashcat 10 1,330 07-31-2020, 09:50 PM
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

Code: -- -O -a 3 -w 3 --increment --increment-min 10 --custom-charset2 456789 hash.txt myword?2?d?d?d?d?d --
philsmd hashcat 10 1,330 07-31-2020, 11:56 PM
    Thread: 7z 11600 hash file
Post: RE: 7z 11600 hash file

you of course need to specify the hash type too (I was only focusing on custom charset and increments): Code: -- hashcat -m 11600 -a 3 -O -w 3 --increment --increment-min 10 --custom-charset2 4567...
philsmd hashcat 10 1,330 08-01-2020, 07:52 AM
    Thread: 7z password recovery
Post: RE: 7z password recovery

What are the sizes of the hashes we are talking about here? How large is the resulting hash size given/displayed by 7z2hashcat ? Furthermore, if the password is completely random you will really ha...
philsmd hashcat 7 8,537 04-15-2018, 08:34 AM
    Thread: 7z password recovery
Post: RE: 7z password recovery

yeah, you can get the hash by increasing the limit to about 4 GB hex data !!! https://github.com/philsmd/7z2hashcat/blob/3e82bb8ef0e7e045bcb32bf8936eb75e611f13fc/7z2hashcat.pl#L102 ... but the pro...
philsmd hashcat 7 8,537 04-16-2018, 06:32 PM
    Thread: 7z password recovery
Post: RE: 7z password recovery

Do you see the list of files or was the file list also encrypted? I think the "Out of memory!" message comes because the 7z2hashcat requires a little bit of RAM to fit the whole encrypted data with...
philsmd hashcat 7 8,537 04-19-2018, 07:30 PM
    Thread: 7z2hashcat
Post: RE: 7z2hashcat

Thanks for the report. I did fix it here: https://github.com/philsmd/7z2hashcat/commit/64ac67c42e72d0573fb84098df3699526876209d But I am unsure why it enters that specific section in your case (e.g...
philsmd User Contributions 28 70,366 04-28-2015, 07:57 AM