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 [desc]
    Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files

yeah, that's it. what you sent me in pm was \x95\x66\x1a so it looks like you were just missing the fourth byte there. 0x0a is the newline character.
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 38,804 01-30-2013, 02:19 AM
    Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files

i wonder if it's actually supposed to be \u9566\u1A0D edit: yes, i do believe that's what it is, two chinese or thai or some asiany characters encoded as utf16le. printf '\x95\x66\x1A\x0D' | iconv ...
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 38,804 01-30-2013, 02:20 AM
    Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files

naw, just trying to get all the information necessary to reproduce.
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 38,804 01-30-2013, 02:28 AM
    Thread: How do I crack substr hash?
Post: RE: How do I crack substr hash?

no way, this is way too much fun! :) what i want now is for someone to one-up me and post an even faster version.
epixoip Old hashcat Support 22 44,516 01-30-2013, 02:38 AM
    Thread: Strange character
Post: RE: Strange character

M@LIK Wrote: (01-30-2013, 08:12 AM) -- Null. -- Null is 0x00. 0x9d is the Yen sign in extended ASCII.
epixoip General Help 5 9,424 01-30-2013, 09:23 AM
    Thread: Strange character
Post: RE: Strange character

:(
epixoip General Help 5 9,424 01-30-2013, 11:11 AM
    Thread: Same command, different output?
Post: RE: Same command, different output?

oooo, a thesis. he's one of them educated types. does your thesis state that CUDA is inherently worthless for crypto because Nvidia hardware sucks at crypto?
epixoip Old hashcat Support 21 41,751 01-30-2013, 02:44 PM
    Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files

it may not be utf16, but the second character is definitely not arabic. unicode table states that it's a buginese character. the first character is listed as C/J/K (chinese, japanese, korean) since a ...
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 38,804 01-30-2013, 02:52 PM
    Thread: hcstatgen not making 32.1MB files
Post: RE: hcstatgen not making 32.1MB files

note that none of this is strictly relevant to reproducing the bug since we have the byte stream :)
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 20 38,804 01-30-2013, 02:52 PM
    Thread: Same command, different output?
Post: RE: Same command, different output?

forgot_my_passwd Wrote: (01-30-2013, 03:17 PM) -- Oh, I can see we've got an expert on the topic! -- Actually, yes (https://lmgtfy.com/?q=expert+jeremi+gosney). forgot_my_passwd Wrote: (01-30-2013...
epixoip Old hashcat Support 21 41,751 01-30-2013, 04:18 PM
    Thread: Help with Russian again
Post: RE: Help with Russian again

this is because ?R is ISO-8859-5 and your characters are UTF-8. different byte sequences.
epixoip Old hashcat Support 14 26,475 01-30-2013, 04:20 PM
    Thread: VCL error
Post: RE: VCL error

The error is from hashcat, not vcl. It is expecting to find the AMD Display Library for temp reporting, fan control, etc. Try running hashcat with --gpu-temp-disable
epixoip General Help 9 16,302 01-31-2013, 05:48 AM
    Thread: Help with Russian again
Post: RE: Help with Russian again

good feedback. i can't think of a solution for mask attacks off hand, but if you have russian wordlists in utf8 you can prepare them for use with hashcat with ''iconv -t WINDOWS-1251 wordlist >wordli...
epixoip Old hashcat Support 14 26,475 01-31-2013, 05:55 AM
    Thread: Help with Russian again
Post: RE: Help with Russian again

Code: -- epixoip@ike:~$ echo -n ьфдщн | iconv -f UTF-8 -t ISO-8859-5 | hexdump 00000000 ec e4 d4 e9 dd 00000005 epixoip@ike:~$ echo -n ьфдщн | iconv -f UTF-8 -t wi...
epixoip Old hashcat Support 14 26,475 01-31-2013, 05:59 AM
    Thread: md5 base64
Post: RE: md5 base64

just convert it from base64 to hex. Code: -- epixoip@ike:~$ echo -n 'Jj09tHmY/X6IT10P70zJ/w==' | base64 -d | xxd -g 0 -ps 263d3db47998fd7e884f5d0fef4cc9ff --
epixoip General Help 2 8,724 01-31-2013, 06:09 AM
    Thread: 2x7970 freeze windows and linux too
Post: RE: 2x7970 freeze windows and linux too

if it's happening on both windows and linux then you know it's not a software or driver issue. if each card works fine individually then you know it's something like your motherboard, bios settings, p...
epixoip General Help 22 46,992 01-31-2013, 12:06 PM
    Thread: 2x7970 clBuildProgram() -11
Post: RE: 2x7970 clBuildProgram() -11

no, you must use driver fusion.
epixoip Very old oclHashcat-lite Support 14 26,026 01-31-2013, 04:21 PM
    Thread: Performance
Post: RE: Performance

right. you're using shared resources, and most vps providers make heavy use of oversubscription so that they can put a large number of virtual machines on a single host. you're probably only getting 1...
epixoip Old hashcat Support 28 50,467 01-31-2013, 04:29 PM
    Thread: Performance
Post: RE: Performance

i just read back through where you stated you have "24 Intel Xeon X5650." what this probably means is that the /virtual host/ has 2x X5620, for a total of 12 physical cores and 12 logical cores via hy...
epixoip Old hashcat Support 28 50,467 01-31-2013, 04:39 PM
    Thread: 2x7970 clBuildProgram() -11
Post: RE: 2x7970 clBuildProgram() -11

the problem is it changes with nearly each release. someone recently reported that driver fusion cannot cleanly remove 13.2.
epixoip Very old oclHashcat-lite Support 14 26,026 01-31-2013, 04:40 PM