Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
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 |
|
|
Thread: OCL HASHCAT on PC with old ATI graphic card
Post: RE: OCL HASHCAT on PC with old ATI graphic card
S3TH Wrote: (03-17-2016, 07:18 PM)
--
I didn't think about the GPU in first place.
--
... If you "didn't think about GPU in the first place" then why mention "with old ATI graphic card" in the titl... |
|
epixoip |
Old hashcat Support
|
6 |
9,523 |
03-18-2016, 10:10 AM |
|
|
Thread: Creating new or custom charset for hashcat
Post: RE: Creating new or custom charset for hashcat
https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets |
|
epixoip |
Old hashcat Support
|
3 |
28,490 |
03-18-2016, 10:38 AM |
|
|
Thread: Penetration test of MS VPN
Post: RE: Penetration test of MS VPN
Adavan Wrote: (03-28-2016, 01:17 PM)
--
I am not sure with 1122334455667788. How can i check it from Wireshark?
--
This is the challenge. Typically you need to control this value. |
|
epixoip |
Old hashcat Support
|
2 |
5,397 |
03-28-2016, 05:15 PM |
|
|
Thread: Sybase hash type
Post: RE: Sybase hash type
./hashcat-cli64.bin -h | grep 8000 |
|
epixoip |
Old hashcat Support
|
3 |
5,101 |
03-31-2016, 04:01 AM |
|
|
Thread: Why this command line does not work at all?
Post: RE: Why this command line does not work at all?
hashcat doesn't support reading from stdin, you have to use a named pipe. |
|
epixoip |
Old hashcat Support
|
1 |
3,193 |
04-05-2016, 05:49 PM |
|
|
Thread: Sybase hash type
Post: RE: Sybase hash type
Just use oclhashcat beta with CPU OpenCL driver |
|
epixoip |
Old hashcat Support
|
3 |
5,101 |
04-07-2016, 09:38 PM |
|
|
Thread: OSX 10.10 hash
Post: RE: OSX 10.10 hash
Looks like you have some garbage characters before the start of the hash? hash.txt needs to be a plain ascii text file with no encoding, and only the hash itself should be in the file. |
|
epixoip |
Old hashcat Support
|
7 |
12,569 |
04-15-2016, 08:25 PM |
|
|
Thread: OSX 10.10 hash
Post: RE: OSX 10.10 hash
The options you provided would search for loweralphanumeric passwords that are exactly five characters long. With these options, hashcat will run until it either finds the password, or has exhausted t... |
|
epixoip |
Old hashcat Support
|
7 |
12,569 |
04-16-2016, 06:41 PM |