Search Results
|
Post |
Author
[asc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...
Basically your salt is the "password" you are looking for. There should be a corresponding hash mode. |
|
undeath |
hashcat
|
5 |
3,576 |
04-01-2018, 12:25 AM |
|
|
Thread: Having hashcat check certain websites for known hashes
Post: RE: Having hashcat check certain websites for know...
It's a nice idea for an external tool but definitely should not end up in hashcat. |
|
undeath |
General Talk
|
5 |
4,580 |
04-01-2018, 10:31 AM |
|
|
Thread: Multiple Handshake in a file.
Post: RE: Multiple Handshake in a file.
hashcat will try to crack all handshakes if you concatenate them into a single file.
It's a binary format and documented here: https://hashcat.net/wiki/doku.php?id=hccapx |
|
undeath |
hashcat
|
1 |
2,350 |
04-02-2018, 10:16 AM |
|
|
Thread: Having hashcat check certain websites for known hashes
Post: RE: Having hashcat check certain websites for know...
hashcat is a specialised utility for cracking hashes quickly and efficiently. Querying third-party websites is totally out of scope and would require lots of additional maintenance, too. |
|
undeath |
General Talk
|
5 |
4,580 |
04-02-2018, 10:18 AM |
|
|
Thread: My Itunes hash
Post: RE: My Itunes hash
What is the expected length of each part of the password? Doing a full brute force is probably not feasible.
to summarise, your password consists of
word with capital letter
+ special char
+ numbers... |
|
undeath |
hashcat
|
3 |
3,719 |
04-02-2018, 05:29 PM |
|
|
Thread: Mode 3 works but not 0
Post: RE: Mode 3 works but not 0
progress only updates once it hits a checkpoint which can take a while with such low speed. |
|
undeath |
hashcat
|
2 |
2,209 |
04-03-2018, 09:04 PM |
|
|
Thread: Advanced combination attack rule
Post: RE: Why do not many combination rules have such a ...
put all words in one dict and use combinator3 from hashcat-utils (https://hashcat.net/wiki/doku.php?id=hashcat_utils#combinator3) |
|
undeath |
hashcat
|
5 |
3,731 |
04-06-2018, 09:30 AM |
|
|
Thread: Hash of veracrypt file
Post: RE: Hash of veracrypt file
To make sure you are correctly extracting the needed data create a new container with a known password and try to crack that one. |
|
undeath |
hashcat
|
3 |
3,060 |
04-06-2018, 09:26 AM |
|
|
Thread: Buying a new machine for Hashcat
Post: RE: Buying a new machine for Hashcat
Unless you need the CPU for other related means, eg wordlist processing, or you anticipate you need to crack GPU-hard algorithms like scrypt you don't need a fast CPU. If you can get it really cheap i... |
|
undeath |
Hardware
|
3 |
3,009 |
04-08-2018, 03:45 PM |
|
|
Thread: Maskprocessor Hanging
Post: RE: Maskprocessor Hanging
so much wrong here.
oclhashcat has long been deprecated, use the latest hashcat version.
either you use a0 with pipe or a3 without a pipe
if you use mp you have to define the custom character... |
|
undeath |
hashcat
|
1 |
2,301 |
04-09-2018, 10:45 AM |
|
|
Thread: MSCHAPv2 and NTLMv1
Post: RE: MSCHAPv2 and NTLMv1
if you look at the 5500 (netntlmv1) kernel you can see that it does involve DES encryption: https://github.com/hashcat/hashcat/blob/master/OpenCL/m05500_a0.cl
however, here is a post about recovering... |
|
undeath |
General Talk
|
2 |
3,720 |
04-11-2018, 10:46 PM |
|
|
Thread: What am I missing?
Post: RE: What am I missing?
make sure your password file has no BOM. |
|
undeath |
hashcat
|
3 |
2,804 |
04-13-2018, 10:24 PM |
|
|
Thread: appending numbers to combo attack
Post: RE: appending numbers to combo attack
doing such an attack has become rather complicated since hashcat dropped support for fifos and the lack of support for stdin on mode a6/a7 and lack of support for rules on mode a1.
Easiest way is u... |
|
undeath |
hashcat
|
3 |
6,267 |
04-14-2018, 03:07 PM |
|
|
Thread: need help ( paid )
Post: RE: need help ( paid )
it could be any veracrypt algo |
|
undeath |
hashcat
|
4 |
3,523 |
04-14-2018, 06:05 PM |
|
|
Thread: MD5 With salt how to save only cracked hash with email etc
Post: RE: MD5 With salt how to save only cracked hash wi...
incorrect hash mode and/or missing salt |
|
undeath |
hashcat
|
4 |
3,080 |
04-14-2018, 08:04 PM |
|
|
Thread: What am I missing?
Post: RE: What am I missing?
The BOM is always optional and its presence depends on your text editor. Notepad++ has an option to explicitly enable/disable it. BOM is almost exclusively used for unicode. https://en.wikipedia.org/w... |
|
undeath |
hashcat
|
3 |
2,804 |
04-15-2018, 10:17 AM |
|
|
Thread: 7z password recovery
Post: RE: 7z password recovery
easy answer: you can't crack it with hashcat.
Your keyspace is way too large anyway. |
|
undeath |
hashcat
|
7 |
8,537 |
04-15-2018, 11:12 PM |
|
|
Thread: sense word mask attack (hashcat WPA/2)
Post: RE: sense word mask attack (hashcat WPA/2)
hashcat doesn't support that but I think maskprocessor has an option. |
|
undeath |
User Contributions
|
5 |
5,221 |
04-16-2018, 02:27 PM |
|
|
Thread: sense word mask attack (hashcat WPA/2)
Post: RE: sense word mask attack (hashcat WPA/2)
you can pipe the maskprocessor output to hashcat. no need to save anything to disk. |
|
undeath |
User Contributions
|
5 |
5,221 |
04-16-2018, 04:29 PM |
|
|
Thread: sense word mask attack (hashcat WPA/2)
Post: RE: sense word mask attack (hashcat WPA/2)
Code:
--
mp64 [options] | hashcat -a0 [options]
--
|
|
undeath |
User Contributions
|
5 |
5,221 |
04-17-2018, 11:44 AM |