Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: HD5870 Still Better Value Than HD7970 !
Post: RE: HD5870 Still Better Value Than HD7970 !
well, moore's law is projected to taper off this year, and gpus seem to have tracked moore's law better than cpus. |
|
epixoip |
General Talk
|
12 |
33,111 |
02-11-2013, 03:19 PM |
|
|
Thread: HELP!!!
Post: RE: HELP!!!
your command is correct. brute forcing wpa is braindead. |
|
epixoip |
Hardware
|
28 |
44,389 |
02-12-2013, 06:44 AM |
|
|
Thread: what do you say about all this bitcons asic poping up
Post: RE: what do you say about all this bitcons asic po...
between halving day and asics hitting the market, gpu mining is no longer profitable. |
|
epixoip |
Hardware
|
7 |
18,673 |
02-12-2013, 06:45 AM |
|
|
Thread: 8 x AMD HD7970 @ 1050MHz
Post: RE: 8 x AMD HD7970 @ 1050MHz
there's no need to use such a long, complicated command when benchmarking lite, because lite has a benchmark mode... -b --benchmark-mode 1 |
|
epixoip |
Hardware
|
36 |
91,860 |
02-12-2013, 06:49 AM |
|
|
Thread: Hybrid attack syntax
Post: RE: Hybrid attack syntax
well for one, it's ?d, not $d. normally this would error out, but since your shell is interpreting $d as a string of empty variables, it's like those $d's don't even exist.
you're also missing the at... |
|
epixoip |
Very old oclHashcat-plus Support
|
2 |
6,371 |
02-12-2013, 08:32 AM |
|
|
Thread: Language Character Sets
Post: RE: Language Character Sets
frequency doesn't matter for this. if it's on the keyboard, it should be in the charset file. if the character is not supported by a charset, then it will be omitted by default (it will not be convert... |
|
epixoip |
User Contributions
|
36 |
78,055 |
02-13-2013, 01:50 AM |
|
|
Thread: Language Character Sets
Post: RE: Language Character Sets
i have a bit of a background in linguistics, and i would recommend including all three languages in the same charset. it would be smarter to do the charsets more by region, than by specific language. ... |
|
epixoip |
User Contributions
|
36 |
78,055 |
02-13-2013, 02:51 AM |
|
|
Thread: Language Character Sets
Post: RE: Language Character Sets
|
epixoip |
User Contributions
|
36 |
78,055 |
02-13-2013, 07:40 AM |
|
|
Thread: Can't Register over HTTPS
Post: RE: Can't Register over HTTPS
radix, the captcha on the registration page is hard-coded to load over http.
Code:
--
--
this causes it not to be displayed when loading over https. |
|
epixoip |
General Talk
|
5 |
10,402 |
02-14-2013, 03:49 AM |
|
|
Thread: ERROR: cuMemcpyDtoH() 700
Post: RE: ERROR: cuMemcpyDtoH() 700
why are you using a dictionary for that |
|
epixoip |
Very old oclHashcat-plus Support
|
28 |
41,890 |
02-14-2013, 09:12 AM |
|
|
Thread: [solved] How to remove numbers from dictionary .txt or .dic
Post: RE: How to remove numbers from dictionary .txt or ...
|
epixoip |
General Help
|
7 |
12,710 |
02-14-2013, 03:27 PM |
|
|
Thread: [solved] How to remove numbers from dictionary .txt or .dic
Post: RE: How to remove numbers from dictionary .txt or ...
egrep -v '^[0-9]+$' dict >dict.1
i'm sure you can find sed, grep, etc for windows. most people on these forums use these tools on windows, so they're definitely out there. |
|
epixoip |
General Help
|
7 |
12,710 |
02-14-2013, 03:57 PM |
|
|
Thread: ERROR: clGetDeviceIDs() -1
Post: RE: ERROR: clGetDeviceIDs() -1
amd no longer supports opencl on windows xp. you will need to upgrade windows. |
|
epixoip |
Very old oclHashcat-plus Support
|
2 |
6,830 |
02-15-2013, 05:27 AM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
All right gents, here's a SIMD-accelerated version that uses SSE2 and, if applicable, XOP. It's ~ 350% faster than the code posted above.
https://bindshell.nl/pub/md5substr_simd.c
I used an unconvent... |
|
epixoip |
Old hashcat Support
|
22 |
44,519 |
02-15-2013, 04:03 PM |
|
|
Thread: ERROR: cuMemcpyDtoH() 700
Post: RE: ERROR: cuMemcpyDtoH() 700
i'm asking you, squadx. why are you using a wordlist for that, when a mask attack would be much faster? |
|
epixoip |
Very old oclHashcat-plus Support
|
28 |
41,890 |
02-16-2013, 12:52 AM |
|
|
Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?
well, the md5 implementation itself is not specific to cracking substr() hashes. the only part of this program that is specific to cracking the substr() hashes is the hash comparison. so the bulk of t... |
|
epixoip |
Old hashcat Support
|
22 |
44,519 |
02-16-2013, 02:47 AM |
|
|
Thread: ERROR: cuMemcpyDtoH() 700
Post: RE: ERROR: cuMemcpyDtoH() 700
squadx Wrote: (02-16-2013, 07:25 AM)
--
because the password is a guaranteed to be a 10 digit number, no characters...instead of generating the list from 1 - 10, i do it in chunks.
How would a mas... |
|
epixoip |
Very old oclHashcat-plus Support
|
28 |
41,890 |
02-16-2013, 08:23 AM |
|
|
Thread: ERROR: cuMemcpyDtoH() 700
Post: RE: ERROR: cuMemcpyDtoH() 700
what algorithm, and what gpu? |
|
epixoip |
Very old oclHashcat-plus Support
|
28 |
41,890 |
02-16-2013, 09:37 PM |
|
|
Thread: Mask+Dict Limitations?
Post: RE: Mask+Dict Limitations?
you aren't giving the left side enough work to do, therefore it cannot reach full acceleration. |
|
epixoip |
Very old oclHashcat-plus Support
|
9 |
14,614 |
02-16-2013, 10:22 PM |
|
|
Thread: Hashcat Lite v.0.14 Crash on start with AMD 7950
Post: RE: Hashcat Lite v.0.14 Crash on start with AMD 79...
|
epixoip |
Very old oclHashcat-lite Support
|
22 |
44,003 |
02-17-2013, 02:43 AM |