Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Hashcat v 0.50 "increment error"
Post: RE: Hashcat v 0.50 "increment error"
You don't need to specify --increment-max. |
|
epixoip |
Old hashcat Support
|
5 |
8,424 |
11-23-2015, 04:22 AM |
|
|
Thread: PLEASE HELP!_MASK with 8-20 abcABC123...
Post: RE: PLEASE HELP!_MASK with 8-20 abcABC123...
Subcortex Wrote: (11-25-2015, 05:47 AM)
--
So please bann me, hahahaha :-p
--
Ok, done. |
|
epixoip |
Old hashcat Support
|
14 |
20,033 |
11-25-2015, 06:22 AM |
|
|
Thread: Need full guide on WPA/WPA2 Hashcat cracking
Post: RE: Need full guide on WPA/WPA2 Hashcat cracking
"Full guide" is code for "I don't want to read and study." |
|
epixoip |
Old hashcat Support
|
6 |
10,661 |
12-01-2015, 02:04 AM |
|
|
Thread: Hashcat GUI
Post: RE: Hashcat GUI
Combinator attack in hashcat only accepts one wordlist, there isn't a left/right wordlist. |
|
epixoip |
Old hashcat Support
|
1 |
3,855 |
12-03-2015, 12:44 AM |
|
|
Thread: TEA/XTEA imp
Post: RE: TEA/XTEA imp
No. TEA is a block cipher, and hashcat targets hash algorithms. See also https://hashcat.net/forum/thread-4874-post-27356.html#pid27356 |
|
epixoip |
Old hashcat Support
|
8 |
10,918 |
12-04-2015, 11:16 AM |
|
|
Thread: TEA/XTEA imp
Post: RE: TEA/XTEA imp
No, Hashcat doesn't support cracking DES encryption. But it does support some password hashing algorithms which incorporate DES (descrypt, LM hash, etc.) Hashcat does support some popular encrypted fi... |
|
epixoip |
Old hashcat Support
|
8 |
10,918 |
12-05-2015, 07:37 PM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
Normally I'd be all like "THREAD NECRO" and ban you for posting on a thread that's almost 3 years old, but since it's kind of my fault that you did so, I can't really get mad.
I'm not entirely sure i... |
|
epixoip |
Old hashcat Support
|
22 |
44,519 |
12-06-2015, 10:42 PM |
|
|
Thread: Value of --pw-max must be smaller or equal to 32
Post: RE: Value of --pw-max must be smaller or equal to ...
Bleze Wrote: (12-07-2015, 02:04 AM)
--
So, what do you suggest? I should give up and convince me that it's impossible? I know that normal people would think that, but I don't consider myself a normal... |
|
epixoip |
Old hashcat Support
|
12 |
16,018 |
12-07-2015, 07:57 AM |
|
|
Thread: Value of --pw-max must be smaller or equal to 32
Post: RE: Value of --pw-max must be smaller or equal to ...
Just basic, elementary maths. Keyspace for this attack is 16^64. Fastest GPU (Titan X) can crack sha256 at 2.2 GH/s. This means you would need 1.6x10^54 Titan X GPUs to crack this password in one mill... |
|
epixoip |
Old hashcat Support
|
12 |
16,018 |
12-07-2015, 11:53 AM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
Ok, I updated the code at the link above to search for strings of any length at any position in an md5 hash. Although I don't really think a 20-char collision will be found with this program, it's rea... |
|
epixoip |
Old hashcat Support
|
22 |
44,519 |
12-08-2015, 03:11 AM |
|
|
Thread: -m 20 salt length
Post: RE: -m 20 salt length
single md5 block is only 55 bytes so you'd need a generic multiblock md5 implementation |
|
epixoip |
Old hashcat Support
|
2 |
4,196 |
12-11-2015, 12:15 AM |
|
|
Thread: Long length salt problem
Post: RE: Long length salt problem
Is there a question here? |
|
epixoip |
Old hashcat Support
|
3 |
5,756 |
12-15-2015, 04:42 AM |
|
|
Thread: Long length salt problem
Post: RE: Long length salt problem
hashcat's md5 implementation is optimized for a single block (up to 55 bytes). To go beyond this you need a generic multiblock implementation of md5. |
|
epixoip |
Old hashcat Support
|
3 |
5,756 |
12-15-2015, 07:34 PM |
|
|
Thread: Office Word Password
Post: RE: Office Word Password
This algorithm is not supported by hashcat. However, oclHashcat 2.10 beta enables you to use CPU, you just need an OpenCL runtime. |
|
epixoip |
Old hashcat Support
|
4 |
9,086 |
01-29-2016, 09:20 PM |
|
|
Thread: Shrinking mask attacks
Post: RE: Shrinking mask attacks
rico Wrote: (02-02-2016, 03:24 PM)
--
btw, ?a is already defined as ?a = ?l?u?d?s so your mask is just ?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a
It's still to damn long though...
--
And this is act... |
|
epixoip |
Old hashcat Support
|
3 |
5,927 |
02-02-2016, 11:44 PM |
|
|
Thread: Hashcat keeps restarting after it finishes?
Post: RE: Hashcat keeps restarting after it finishes?
The progress shown is for the current segment only. |
|
epixoip |
Old hashcat Support
|
2 |
4,244 |
02-11-2016, 01:52 AM |
|
|
Thread: File name in MD5
Post: RE: File name in MD5
You know that the plaintext is comprised of a filename, and also possibly a date string. So why are you trying wordlist and table attacks? None of the stuff that ships with hashcat will generate candi... |
|
epixoip |
Old hashcat Support
|
6 |
8,083 |
02-24-2016, 11:07 PM |
|
|
Thread: What's wrong?
Post: RE: What's wrong?
hashcat won't write to a directory named "cracked" unless you are explicitly telling it to. Maybe you can post your command line so we can see what you are doing. |
|
epixoip |
Old hashcat Support
|
3 |
5,294 |
03-13-2016, 03:02 AM |
|
|
Thread: What's wrong?
Post: RE: What's wrong?
You do realize your wordlists have to actually contain the correct password, right? So if your wordlist does not have the word 'hashcat' in it, then no you won't crack any of the example hashes. |
|
epixoip |
Old hashcat Support
|
3 |
5,294 |
03-13-2016, 09:25 PM |
|
|
Thread: OCL HASHCAT on PC with old ATI graphic card
Post: RE: OCL HASHCAT on PC with old ATI graphic card
Yeah, and that GPU never supported OpenCL in the first place. I don't even think it has programmable shaders... |
|
epixoip |
Old hashcat Support
|
6 |
9,523 |
03-15-2016, 10:08 PM |