Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
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: 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: 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,236 |
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,236 |
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,236 |
09-24-2020, 11:07 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,305 |
08-18-2015, 02:49 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: 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: 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 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 graphic cards->ok, 5 graphiccards -> not ok
Post: RE: 4 graphic cards->ok, 5 graphiccards -> not ok
Please do not offer to pay here. Users of this forum are willing to help if they can and you do not need to offer payment for a solution to your problem. It won't help.
Topic specific answer: the int... |
|
philsmd |
Old oclHashcat Support
|
11 |
16,487 |
12-14-2014, 06:53 PM |
|
|
Thread: 4 charsets limit (mask attack)
Post: RE: 4 charsets limit (mask attack)
our rule engine works on GPU to achieve full speed.
It's not a good idea to have dynamic buffers/memory/sizes which would reduce speed tremendously and make code much more complex. it's just a well-c... |
|
philsmd |
General Talk
|
2 |
1,213 |
11-29-2019, 09:29 AM |
|
|
Thread: 3rd GPU will not run in betas
Post: RE: 3rd GPU will not run in betas
why cygwin ? you can just use the exe in cmd directly
do you use risers ? which attack mode do you use -a x ?
does this problem also happen with other hash types or even all hash types ? |
|
philsmd |
Beta Tester
|
4 |
1,112 |
04-05-2020, 07:31 AM |
|
|
Thread: 3DES Is there a problem? where did I go wrong ?
Post: RE: 3DES Is there a problem? where did I go wrong ...
the keyspace is wayyyyyyyyy too huge.
The number of characters within the file charsets/DES_full.charset is 128
128 * 128 * 128 * 128 * ... * 128 (24 times) = 128 ^ 24 = 374144419156711147060143... |
|
philsmd |
hashcat
|
11 |
6,630 |
10-27-2018, 11:38 AM |
|
|
Thread: 3DES Is there a problem? where did I go wrong ?
Post: RE: 3DES Is there a problem? where did I go wrong ...
Quote:
--
Integer overflow
--
the numbers are too huge and hashcat detects this and prevents you from running such an insane keyspace. It needs special code to deal with such large numbers; and... |
|
philsmd |
hashcat
|
11 |
6,630 |
10-27-2018, 12:19 PM |
|
|
Thread: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible?
Post: RE: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible...
What do you mean by integer overflow? Did you not see that error message before. Please be more specific.
Most of the time when users report an integer overflow is when the job would take kinda milli... |
|
philsmd |
hashcat
|
5 |
5,471 |
03-08-2017, 12:31 PM |
|
|
Thread: 3 Questions About Hashcat
Post: RE: 3 Questions About Hashcat
1. only beta supports -m 22000 (https://hashcat.net/beta)
2. the keyspace is only traversed once, if while going to the password candidates one matches, it will be cracked... but you need to keep in ... |
|
philsmd |
hashcat
|
1 |
644 |
04-08-2020, 12:09 PM |