Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: old version hashcat
Post: RE: old version hashcat
you must have catalyst 14.9 installed |
|
epixoip |
Old hashcat Support
|
11 |
18,200 |
12-26-2014, 09:11 PM |
|
|
Thread: PCI-E 3.0 card in a PCI-E 2.0 mobo
Post: RE: PCI-E 3.0 card in a PCI-E 2.0 mobo
It does not matter for hash cracking, you won't take any hit at all. |
|
epixoip |
Hardware
|
2 |
5,551 |
12-26-2014, 05:58 AM |
|
|
Thread: old version hashcat
Post: RE: old version hashcat
we would likely be able to help you if you posted specific errors, rather than generically stating that they don't work. |
|
epixoip |
Old hashcat Support
|
11 |
18,200 |
12-26-2014, 02:08 AM |
|
|
Thread: old version hashcat
Post: RE: old version hashcat
stop using hashcatgui, upgrade hashcat.
also please don't double-post. |
|
epixoip |
Old hashcat Support
|
11 |
18,200 |
12-26-2014, 12:12 AM |
|
|
Thread: 6gpu 4u chassisGrayMatter GPU Server Barebones System
Post: RE: 6gpu 4u chassisGrayMatter GPU Server Barebones...
Sorry, I never followed up with this thread.
So like I said above, we ordered two of them thinking they'd make decent cheap boxes for our internal stuff. But after building one out, I don't think w... |
|
epixoip |
Hardware
|
3 |
9,303 |
12-25-2014, 09:45 PM |
|
|
Thread: can't get oclhashcat to work
Post: RE: can't get oclhashcat to work
https://hashcat.net/wiki/doku.php?id=linux_server_howto#install_amd_catalyst |
|
epixoip |
Old oclHashcat Support
|
10 |
19,139 |
12-24-2014, 04:34 AM |
|
|
Thread: Creating rules
Post: RE: Creating rules
you need both 'c $1' on the same line to both capitalize and append a 1.
Code:
--
epixoip@token:~/hashcat-0.48$ echo -n Zbyszek1 | md5sum
be597e193161d97f91603b0aaa980218 -
epixoip@token:~/ha... |
|
epixoip |
User Contributions
|
3 |
8,817 |
12-23-2014, 08:14 PM |
|
|
Thread: Creating rules
Post: RE: Creating rules
https://hashcat.net/wiki/doku.php?id=rule_based_attack |
|
epixoip |
User Contributions
|
3 |
8,817 |
12-23-2014, 06:40 PM |
|
|
Thread: Newbie - > 10 years to complete?
Post: RE: Newbie - > 10 years to complete?
Wordlist attacks for sure, possibly rule-based if you are very smart about which rules you select, and maybe targeted mask attacks.
Basically you're probably not going to be able to "cold crack" WP... |
|
epixoip |
Old oclHashcat Support
|
7 |
13,003 |
12-22-2014, 09:25 PM |
|
|
Thread: Newbie - > 10 years to complete?
Post: RE: Newbie - > 10 years to complete?
Drivium Wrote: (12-22-2014, 09:02 PM)
--
would I be better off using my CPU
--
No, your CPU is likely much slower. I reckon you'd probably only get around 8 KH/s with your CPU.
Drivium Wrote: (... |
|
epixoip |
Old oclHashcat Support
|
7 |
13,003 |
12-22-2014, 09:10 PM |
|
|
Thread: Newbie - > 10 years to complete?
Post: RE: Newbie - > 10 years to complete?
Hashcat is very fast, but the algorithms you are reading about are for fast hashes like MD5 and NTLM. WPA on the other hand is very very slow, and you have a shitty GPU. At the speeds you are getting ... |
|
epixoip |
Old oclHashcat Support
|
7 |
13,003 |
12-22-2014, 09:05 PM |
|
|
Thread: Catalyst v14.9 vs 14.12
Post: RE: Catalyst v14.9 vs 14.12
On the plus side, I'm pleased with the gains for Office97, that actually brings it up to 980 performance.
But I think some investigation is needed. It's strange to me that DEScrypt would go down so... |
|
epixoip |
General Help
|
15 |
31,304 |
12-22-2014, 07:10 PM |
|
|
Thread: MD5 salted hashs
Post: RE: MD5 salted hashs
Correct.
Code:
--
epixoip@token:~/hashcat-0.48$ echo -n 'knickyM7j' | md5sum
e8f17a431edd2b7edb1ab6b3ceb6f7d5 -
epixoip@token:~/hashcat-0.48$ echo knicky >>testdict
epixoip@token:~/hashcat-0... |
|
epixoip |
Old hashcat Support
|
4 |
8,169 |
12-22-2014, 05:30 AM |
|
|
Thread: MD5 salted hashs
Post: RE: MD5 salted hashs
Works for me.
Code:
--
epixoip@token:~/hashcat-0.48$ echo '01dfae6e5d4d90d9892622325959afbe:7050461' >testhash
epixoip@token:~/hashcat-0.48$ echo 'hashcat' >testdict
epixoip@token:~/hashcat-0.... |
|
epixoip |
Old hashcat Support
|
4 |
8,169 |
12-22-2014, 04:06 AM |
|
|
Thread: can't get oclhashcat to work
Post: RE: can't get oclhashcat to work
Indeed, and that point has been brought up several times. I think that statement is made with optimism -- as in, hopefully AMD won't fucking break something with the next release and a newer driver wi... |
|
epixoip |
Old oclHashcat Support
|
10 |
19,139 |
12-22-2014, 04:02 AM |
|
|
Thread: can't get oclhashcat to work
Post: RE: can't get oclhashcat to work
It will only work with 14.9. oclHashcat releases are tied to specific Catalyst releases. You have to use precisely that version. |
|
epixoip |
Old oclHashcat Support
|
10 |
19,139 |
12-21-2014, 05:18 PM |
|
|
Thread: table attack?
Post: RE: table attack?
you can pipe hashcat-cli into oclhashcat, although for fast hashes this might actually be slower than doing it on cpu.
but there are also several leetspeak rulesets in the rules/ directory that emu... |
|
epixoip |
Old oclHashcat Support
|
1 |
3,759 |
12-21-2014, 05:17 PM |
|
|
Thread: Cat Omega
Post: RE: Cat Omega
oclHashcat releases are tied to specific Catalyst versions. For the current release of oclHashcat you need to use 14.9. Newer drivers only work with beta, and in this case, it doesn't work very well. |
|
epixoip |
Old oclHashcat Support
|
12 |
19,196 |
12-20-2014, 09:28 AM |
|
|
Thread: Hashtopus - distributed solution
Post: RE: Hashtopus - distributed solution
name one "linux language." |
|
epixoip |
User Contributions
|
289 |
592,183 |
12-19-2014, 06:51 PM |
|
|
Thread: Hashtopus - distributed solution
Post: RE: Hashtopus - distributed solution
mono won't even be necessary in the near future, now that Microsoft is open sourcing .NET and will ship an official .NET Linux runtime. |
|
epixoip |
User Contributions
|
289 |
592,183 |
12-19-2014, 01:46 PM |