Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies Views Posted [asc]
    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: 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

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?

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: 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: [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: [solved] How to remove numbers from dictionary .txt or .dic
Post: RE: How to remove numbers from dictionary .txt or ...

sed -i 's/[0-9]//g' dict
epixoip General Help 7 12,710 02-14-2013, 03:27 PM
    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: 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: Language Character Sets
Post: RE: Language Character Sets

yes that would be fine
epixoip User Contributions 36 78,055 02-13-2013, 07:40 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

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: 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: 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: 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: 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: 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: HD5870 Still Better Value Than HD7970 !
Post: RE: HD5870 Still Better Value Than HD7970 !

yeah, 5xxx series cards still provide the best bang for the buck. the btc community has done a really good job tracking the economics of gpus over the years. check out the Mhash/s/$ column on https:/...
epixoip General Talk 12 33,111 02-11-2013, 02:07 PM
    Thread: Hashcat-Plus - Kernel Error
Post: RE: Hashcat-Plus - Kernel Error

sounds like you incorrectly unpacked the archive, perhaps you used '7z e' instead of '7z x'. or maybe you inadvertently deleted the kernel directory. but that kernel is definitely shipped in the archi...
epixoip Very old oclHashcat-plus Support 2 7,124 02-11-2013, 05:06 AM
    Thread: Invalid hashes in pot file
Post: RE: Invalid hashes in pot file

not invalid, just byteswapped from big endian to little endian. this has already been reported, https://hashcat.net/forum/thread-2042.html
epixoip Old hashcat Support 1 4,803 02-11-2013, 02:12 AM