Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Cost optimized GPU farm
Post: RE: Cost optimized GPU farm
you don't really gain anything with expansion enclosures since you're still going to hit the 8 GPU limit, plus you have the drawback of increased startup latency due to sharing 8 devices over one lane... |
|
epixoip |
Hardware
|
3 |
12,866 |
12-04-2013, 12:16 AM |
|
|
Thread: Could someone help me crack a simple sha256
Post: RE: Could someone help me crack a simple sha256
No. Now take a week off to read the rules. |
|
epixoip |
Old oclHashcat Support
|
1 |
3,285 |
01-30-2016, 12:02 PM |
|
|
Thread: could someone help me with a mask?
Post: RE: could someone help me with a mask?
Your mask syntax is incorrect. You should re-read the wiki page on Mask Attacks, particularly the section on custom charsets. |
|
epixoip |
General Help
|
11 |
13,518 |
07-23-2015, 06:38 AM |
|
|
Thread: could someone help me with a mask?
Post: RE: could someone help me with a mask?
First off, your command line is an utter train wreck. It's obvious you do not know what any of those flags do, you're just copy/pasting things without reading, learning, or understanding.
You spec... |
|
epixoip |
General Help
|
11 |
13,518 |
07-23-2015, 08:02 PM |
|
|
Thread: could someone help me with a mask?
Post: RE: could someone help me with a mask?
It's amazing how someone who has been a programmer for 20 years cannot understand simple documentation.
turbogiant76 Wrote: (07-23-2015, 09:16 PM)
--
When I read over this(more then once), what I in... |
|
epixoip |
General Help
|
11 |
13,518 |
07-23-2015, 10:00 PM |
|
|
Thread: CPU Charts: 30 CPUs
Post: RE: CPU Charts: 30 CPUs
nice. i would also highly recommend https://www.cpubenchmark.net/high_end_cpus.html |
|
epixoip |
Hardware
|
1 |
8,015 |
03-13-2013, 06:37 AM |
|
|
Thread: CPU-only usage not allowed
Post: RE: CPU-only usage not allowed
On Gentoo/Funtoo I think you need to 'emerge intel-opencl-sdk' or something similar. Just helped a friend set up Hashcat on her Gentoo box and I believe that was the package we used that worked. |
|
epixoip |
hashcat
|
11 |
35,566 |
07-13-2016, 08:42 PM |
|
|
Thread: Cracked windows 2008 r2 hash does not work
Post: RE: Cracked windows 2008 r2 hash does not work
Are you sure the account is not disabled? |
|
epixoip |
General Help
|
2 |
4,508 |
02-09-2016, 03:57 AM |
|
|
Thread: Cracking 16 digits wi-fi
Post: RE: Cracking 16 digits wi-fi
Keyspace is 10^16, do math.
10^16 / 41000 / 31556926 = 7729 years
Working backwards,
10^16 / 31556926 = 317 MH/s to crack it in one year
Or,
10^16 / 31556926 / 316000 = Cluster of 1003x... |
|
epixoip |
Old oclHashcat Support
|
3 |
5,407 |
10-09-2015, 04:34 PM |
|
|
Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius
Hashcat GUI is a third-party utility and is not supported here. |
|
epixoip |
hashcat
|
21 |
17,277 |
02-10-2018, 06:27 PM |
|
|
Thread: Cracking Bill Gates WPA at $90,000/sec
Post: RE: Cracking Bill Gates WPA at $90,000/sec
|
epixoip |
General Talk
|
6 |
11,167 |
06-23-2015, 12:46 AM |
|
|
Thread: Cracking failed on Radeon Pro WX5100
Post: RE: Cracking failed on Radeon Pro WX5100
To narrow down whether this is a driver issue, or an issue with Hashcat with the new AMD GPUs, please test without KVM. |
|
epixoip |
hashcat
|
5 |
6,864 |
05-09-2017, 05:33 PM |
|
|
Thread: Cracking hash of the type md5(substr(md5($pass)).$salt)
Post: RE: Cracking hash of the type md5(substr(md5($pass...
I have a program I wrote a while back that can get you half way there:
https://github.com/epixoip/md5substr
This will handle the substr(md5(pass)) part. You would just need to wrap it in md5 + s... |
|
epixoip |
hashcat
|
2 |
1,548 |
06-28-2019, 11:32 PM |
|
|
Thread: Cracking Hash with Known Plaintext
Post: RE: Cracking Hash with Known Plaintext
depending on the algorithm, you could simply reverse the role of the password and the salt. for example, if the algorithm is md5(s.p), you could use the password as the salt and crack it as md5(p.s). |
|
epixoip |
Old oclHashcat Support
|
2 |
6,247 |
04-05-2014, 07:53 AM |
|
|
Thread: Cracking MD5 of 270 length plain-text -partially know-
Post: RE: Cracking MD5 of 270 length plain-text -partial...
You're not going to be able to use any optimized hash cracking application for this (especially not hashcat), you'll need to use or write a cracker with a generic multiblock MD5 implementation from e.... |
|
epixoip |
General Help
|
6 |
7,924 |
11-27-2015, 10:48 AM |
|
|
Thread: Cracking MD5 of 270 length plain-text -partially know-
Post: RE: Cracking MD5 of 270 length plain-text -partial...
You're not going to be able to use an optimized hash cracking app. Part of those optimizations is removing support for multiple input blocks, which limits the input to 55 bytes. |
|
epixoip |
General Help
|
6 |
7,924 |
11-27-2015, 10:52 AM |
|
|
Thread: Cracking MD5 of 270 length plain-text -partially know-
Post: RE: Cracking MD5 of 270 length plain-text -partial...
To be clear, I wasn't saying he couldn't optimize his own cracker for this task. I'm saying he can't use an existing optimized cracker like oclHashcat. |
|
epixoip |
General Help
|
6 |
7,924 |
12-02-2015, 04:30 AM |
|
|
Thread: cracking performance doubts
Post: RE: cracking performance doubts
raist2 Wrote: (09-24-2013, 12:24 PM)
--
1) does operating system matter?
--
no.
raist2 Wrote: (09-24-2013, 12:24 PM)
--
2) does ram and CPU matter? maybe for password candidate generation and I... |
|
epixoip |
Very old oclHashcat-plus Support
|
8 |
15,027 |
09-24-2013, 10:13 PM |
|
|
Thread: cracking performance doubts
Post: RE: cracking performance doubts
i get about 60 MH/s, so it's not you. you can stop worrying now. |
|
epixoip |
Very old oclHashcat-plus Support
|
8 |
15,027 |
09-26-2013, 06:18 AM |
|
|
Thread: cracking sha256 with a 2 digit salt
Post: RE: cracking sha256 with a 2 digit salt
If you didn't obtain the salts along with the hashes, then you'll need to crack the salts along with the hashes. This is trivial since the salt is only two digits. Basically you'd just use -m 1400 and... |
|
epixoip |
Old hashcat Support
|
5 |
12,594 |
06-07-2015, 02:40 AM |