Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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: 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: 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: 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: 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: 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
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: 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: 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: 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: 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: Strange character
Post: RE: Strange character
|
epixoip |
General Help
|
5 |
9,424 |
01-30-2013, 11:11 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: 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: 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: 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
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
can you hexdump that character and find out what it is? it's showing up as two separate characters on the forum, as \xe2\x80\xa2\x66 |
|
epixoip |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
20 |
38,804 |
01-30-2013, 01:12 AM |
|
|
Thread: .
Post: RE: CudaHashcat-plus64.exe - System Error
Oh, you must be using blandyuk's GUI then.
Maybe you can take a screen shot of the options you're using? |
|
epixoip |
Very old oclHashcat-plus Support
|
7 |
10,761 |
01-30-2013, 01:07 AM |
|
|
Thread: .
Post: RE: CudaHashcat-plus64.exe - System Error
If you have an AMD GPU, you should not be using cudaHashcat64.exe. CUDA is for Nvidia only.
Maybe you can post your command line. |
|
epixoip |
Very old oclHashcat-plus Support
|
7 |
10,761 |
01-29-2013, 11:54 PM |