Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: New build with Titan X
Post: RE: New build with Titan X
If you're using reference design cards with the RM41300-FS81 then you can safely stack 4 GPUs on top of each other without a gap in between each. Temps will be a little bit high, but should still be w... |
|
epixoip |
Hardware
|
21 |
31,860 |
08-25-2015, 04:22 AM |
|
|
Thread: New build with Titan X
Post: RE: New build with Titan X
logistix111 Wrote: (09-05-2015, 10:44 PM)
--
Reference cards have a shroud with the 1 smaller fan that expels hot air through the "exhaust" (a little vent next to where you plug in the HDMI cable)
... |
|
epixoip |
Hardware
|
21 |
31,860 |
09-05-2015, 11:16 PM |
|
|
Thread: 1Password - need help using hashcat
Post: RE: 1Password - need help using hashcat
That's not at all how that works.
First, it would be $HEX[c2] and $HEX[a7], not what you have above.
Moreover, $HEX[] encoding only works for wordlists, not masks.
Maybe what you meant was --... |
|
epixoip |
hashcat
|
21 |
19,496 |
05-02-2017, 02:15 AM |
|
|
Thread: MD5: Need Advice
Post: RE: MD5: Need Advice
Maybe you can post an example hash-plaintext pair that we can use to test. |
|
epixoip |
hashcat
|
21 |
20,787 |
05-12-2017, 08:24 PM |
|
|
Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...
First, use the CPU instead of the integrated GPU. Second, do what Hashcat is telling you to do: use -n 1 |
|
epixoip |
hashcat
|
21 |
25,960 |
06-19-2017, 09:13 PM |
|
|
Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...
Read the output of --help to determine how to select which devices and platforms to use.
In your earlier post you were using -w 1, not -n 1. |
|
epixoip |
hashcat
|
21 |
25,960 |
06-19-2017, 10:13 PM |
|
|
Thread: Using hashcat to find v3 ethereum wallet password
Post: RE: Using hashcat to find v3 ethereum wallet passw...
Code:
--
-D, --opencl-device-types | Str | OpenCL device-types to use, separate with comma | -D 1
...
# | Device Type
===+=============
1 | CPU
2 | GPU
3 | FPGA, DSP, Co-Processor
... |
|
epixoip |
hashcat
|
21 |
25,960 |
06-20-2017, 05:17 AM |
|
|
Thread: Cracking a CHAP from Freeradius
Post: RE: Cracking a CHAP from Freeradius
Hashcat GUI is a third-party utility and is not supported here. |
|
epixoip |
hashcat
|
21 |
17,277 |
02-10-2018, 06:27 PM |
|
|
Thread: md5(salt.pass) troubles and tricks
Post: RE: md5(salt.pass) troubles and tricks
You can also use attack mode 6 (dict + mask) with oclhashcat-plus and use the salts as a dictionary. |
|
epixoip |
Very old oclHashcat-lite Support
|
20 |
40,862 |
08-06-2012, 06:36 AM |
|
|
Thread: HELP, oclHashcat-plus 0.12 ERROR: cuMemcpyDtoH() 700
Post: RE: HELP, oclHashcat-plus 0.12 ERROR: cuMemcpyDto...
|
epixoip |
Very old oclHashcat-plus Support
|
20 |
27,494 |
01-11-2013, 06:27 PM |
|
|
Thread: Catalyst v13.1
Post: RE: Catalyst v13.1
The only part of the kernel that interacts with the hardware is the fglrx module. The only thing that changes in the vanilla kernel which affects the fglrx module is the API, which only effects buildi... |
|
epixoip |
General Help
|
20 |
38,161 |
01-28-2013, 09:37 PM |
|
|
Thread: Catalyst v13.1
Post: RE: Catalyst v13.1
i presume that windows and linux share a common binary blob |
|
epixoip |
General Help
|
20 |
38,161 |
01-28-2013, 09:47 PM |
|
|
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: 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: 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: Speed drop after playing game (Crysis3)
Post: RE: Speed drop after playing game (Crysis3)
is this a serious question? |
|
epixoip |
Very old oclHashcat-plus Support
|
20 |
29,275 |
02-25-2013, 02:52 PM |
|
|
Thread: Speed drop after playing game (Crysis3)
Post: RE: Speed drop after playing game (Crysis3)
you're using your graphics card for password cracking, while also playing a game that makes heavy use of your graphics card, and you're wondering why the speed drops? |
|
epixoip |
Very old oclHashcat-plus Support
|
20 |
29,275 |
02-25-2013, 03:26 PM |