Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: NTLM: hashcat vs RainbowCrack
Post: RE: NTLM: hashcat vs RainbowCrack
I think one of the most important problems with rainbow tables is this:
Quote:
--
you have a very small set of hashes to crack (I think? I haven't done much rainbow-table work, but I assume that... |
|
atom |
hashcat
|
3 |
12,489 |
01-20-2017, 05:10 AM |
|
|
Thread: "Hashcat quit unexpectedly"...
Post: RE: "Hashcat quit unexpectedly"...
Just follow this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_may_have_the_wrong_driver_installed_what_should_i_do 1:1 and it will work |
|
atom |
hashcat
|
2 |
3,964 |
01-20-2017, 11:01 AM |
|
|
Thread: hashcat exhausted status
Post: RE: hashcat exhausted status
Hashcat simply can not find your maskfile. You maybe have used an invalid path.
If hashcat can not find the file it assumes the parameter is a mask not a file. That's why you see it in the candida... |
|
atom |
hashcat
|
6 |
10,080 |
01-21-2017, 10:49 AM |
|
|
Thread: LUKS Support
Post: LUKS Support
After multiple weeks of coding and preparations I've completed the support for hashcat to crack LUKS protected partitions and volumes.
LUKS offers a set of "crypto items" (hashes, ciphers, blockmod... |
|
atom |
User Contributions
|
12 |
40,931 |
01-21-2017, 04:39 PM |
|
|
Thread: CHAP Challenge Limit
Post: RE: CHAP Challenge Limit
No, only fixed length is supported |
|
atom |
hashcat
|
4 |
5,744 |
01-23-2017, 10:41 AM |
|
|
Thread: where did hashcat get the hashtype?
Post: RE: where did hashcat get the hashtype?
Sure not, if you try to load a sh256 hash without setting -m hashcat will give you a line length exception. |
|
atom |
hashcat
|
3 |
3,661 |
01-26-2017, 09:47 AM |
|
|
Thread: help me
Post: RE: help me
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_the_maximum_supported_salt_length |
|
atom |
hashcat
|
10 |
9,079 |
01-26-2017, 09:49 AM |
|
|
Thread: get hashcat-type/version over command
Post: RE: get hashcat-type/version over command
And tell those using oclHashcat to update |
|
atom |
hashcat
|
4 |
5,376 |
01-26-2017, 09:52 AM |
|
|
Thread: Noob: Efficient way to "combine" masks and rules
Post: RE: Noob: Efficient way to "combine" masks and rul...
You can do:
rule1.rule:
Quote:
--
sS$
--
rule2.rule:
Quote:
--
$0 $0 $0 $0
...
$9 $9 $9 $9
--
And then run hashcat with -r rule1.rule -r rule2.rule
You can use --stdout to ... |
|
atom |
hashcat
|
3 |
4,936 |
01-26-2017, 09:56 AM |
|
|
Thread: get hashcat-type/version over command
Post: RE: get hashcat-type/version over command
We can't care about backward compatibility because GPU drivers and OpenCL runtimes don't do so either. Therefore there's only one solution: Update hashcat and eventually buy new hardware if you need t... |
|
atom |
hashcat
|
4 |
5,376 |
01-26-2017, 10:04 AM |
|
|
Thread: Linux: Amdgpupro 16.60
Post: RE: Linux: Amdgpupro 16.60
I've just tested it:
Positive: Installation went good
Positive: Performance in BF mode is still good. Here's a full table: https://docs.google.com/spreadsheets/d/1B1S_t1Z0KsqByH3pNkYUM-RCFMu860nlf... |
|
atom |
hashcat
|
8 |
9,514 |
01-27-2017, 11:31 PM |
|
|
Thread: Iterate numbers 0000 to 9999 in Combo Attack
Post: RE: Iterate numbers 0000 to 9999 in Combo Attack
What you need is to create a rulset that is doing insert rules 0000-9999 and then do a tripple combinator attack using the first hashcat in -a 1 --stdout mode piping into a second hashcat where you us... |
|
atom |
hashcat
|
1 |
2,969 |
01-27-2017, 11:35 PM |
|
|
Thread: Itunes Backup
Post: RE: Itunes Backup
Not a bug, the speed is simply less than 1H/s (that's because they do pbkdf-hmac2-sha256 with 10 million iterations). That means the speed is not 0, but its somewhere between 0 and 1. Hashcat however ... |
|
atom |
General Talk
|
42 |
83,234 |
01-27-2017, 11:38 PM |
|
|
Thread: How to Create the Rules for This Password Structure
Post: RE: How to Create the Rules for This Password Stru...
Here's how to do it with maskprocessor: https://hashcat.net/wiki/doku.php?id=rules_with_maskprocessor |
|
atom |
hashcat
|
4 |
6,738 |
01-27-2017, 11:50 PM |
|
|
Thread: PeopleSoft Salted Hash Support
Post: RE: PeopleSoft Salted Hash Support
If the algorithm is unknown someone needs to RE it first. Then we can add it to hashcat. |
|
atom |
hashcat
|
2 |
4,018 |
01-27-2017, 11:51 PM |
|
|
Thread: Hashcat v3.30 and resume
Post: RE: Hashcat v3.30 and resume
Problem solved on github issue, so closing this one here |
|
atom |
hashcat
|
3 |
5,360 |
01-27-2017, 11:52 PM |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
This has nothing to do with the hash used, it's all just the iteration count. If you iterate MD5 a million times it would be even slower. |
|
atom |
hashcat
|
20 |
24,729 |
01-27-2017, 11:53 PM |
|
|
Thread: Parse Database
Post: RE: Parse Database
The hashcat way to do this is using --show: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpas... |
|
atom |
General Talk
|
8 |
8,950 |
01-27-2017, 11:54 PM |
|
|
Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR
Yes, you need the boot mode. Note that there's also a whirlpool boot mode. If you don't know which hash was used you need to run through both modes. |
|
atom |
hashcat
|
20 |
24,729 |
01-31-2017, 10:22 AM |
|
|
Thread: v3.30-49-g2f81532 segfault
Post: RE: v3.30-49-g2f81532 segfault
Please try to reproduce with latest beta (88) and report back |
|
atom |
hashcat
|
5 |
6,153 |
02-01-2017, 12:11 PM |