Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: PHDAYS 2014 Hashrunner writeup Team Hashcat
Post: RE: PHDAYS 2014 Hashrunner writeup Team Hashcat
seriously guys, good game. this year's contest was very challenging in some key areas, which was both frustrating and entertaining.
one of the tools that atom left out of the list was PHP, which was ... |
|
epixoip |
Organisation and Events
|
6 |
35,988 |
05-20-2014, 10:13 AM |
|
|
Thread: How to extract zip?
Post: RE: How to extract zip?
zip2john, but not all zip formats are supported. |
|
epixoip |
hashcat
|
9 |
36,023 |
07-27-2016, 07:31 AM |
|
|
Thread: How to extract zip?
Post: RE: How to extract zip?
Hashcat does not support PKZIP, only ZipCrypto. You can use JTR or something for PKZIP. |
|
epixoip |
hashcat
|
9 |
36,023 |
07-28-2016, 01:03 AM |
|
|
Thread: How to extract zip?
Post: RE: How to extract zip?
PKZIP format is a mess. We looked at implementing it on GPU and it was a bucket of NOPE. I mean we'll eventually need to get around to it, but the LOE is massive. |
|
epixoip |
hashcat
|
9 |
36,023 |
07-28-2016, 08:35 PM |
|
|
Thread: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days?
Post: RE: Ubuntu 16.04 - fglrx is deprecated - is "radeo...
fglrx is not supported on Ubuntu 16.04. Use the new amdgpu driver instead. |
|
epixoip |
hashcat
|
17 |
36,351 |
04-25-2016, 04:27 PM |
|
|
Thread: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days?
Post: RE: Ubuntu 16.04 - fglrx is deprecated - is "radeo...
I think for amdgpu to work with OpenCL you need the "hybrid driver" aka "amd gpu-pro", basically the open source driver + AMD's binary blob.
A third option is to just stick with Ubuntu 14.04 LTS, it... |
|
epixoip |
hashcat
|
17 |
36,351 |
04-25-2016, 08:19 PM |
|
|
Thread: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days?
Post: RE: Ubuntu 16.04 - fglrx is deprecated - is "radeo...
6970 is VLIW4 and not supported by the new drivers. Your GPU is too old. |
|
epixoip |
hashcat
|
17 |
36,351 |
06-20-2016, 12:53 AM |
|
|
Thread: Reversing MSCHAPv2 to NTLM
Post: RE: Reversing MSCHAPv2 to NTLM
|
epixoip |
User Contributions
|
18 |
36,655 |
10-01-2016, 06:38 AM |
|
|
Thread: Ticket Tracing system
Post: RE: Ticket Tracing system
possibly. the database got corrupted. not sure where atom's at with that, or what will happen. |
|
epixoip |
General Talk
|
21 |
37,697 |
02-07-2013, 12:54 PM |
|
|
Thread: Nvidia GTX 980 / GTX 970 (Compute performance added)
Post: RE: Nvidia GTX 980 / GTX 970 (Compute performance ...
Looks like speed will be about equal to an R9 290, slightly slower than an R9 290X. But that TDP makes up for the difference in performance and then some. Better drivers and no x11 are icing on the ca... |
|
epixoip |
Hardware
|
11 |
37,916 |
09-19-2014, 11:33 AM |
|
|
Thread: Nvidia GTX 980 / GTX 970 (Compute performance added)
Post: RE: Nvidia GTX 980 / GTX 970 (Compute performance ...
it helps in that you can load large hash lists, and get more parallelism out of obese algorithms like scrypt. but perhaps more important than the quantity of ram is the fact that nvidia has a vastly s... |
|
epixoip |
Hardware
|
11 |
37,916 |
09-20-2014, 12:34 AM |
|
|
Thread: Nvidia GTX 980 / GTX 970 (Compute performance added)
Post: RE: Nvidia GTX 980 / GTX 970 (Compute performance ...
We know the real-performance of the 750Ti, and since it is from the same GPU family, the 980 will scale linearly against it. Estimating the speed is simple arithmetic:
750Ti: 640 cores @ 1200 Mhz.
... |
|
epixoip |
Hardware
|
11 |
37,916 |
09-19-2014, 11:41 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,162 |
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,162 |
01-28-2013, 09:47 PM |
|
|
Thread: AMD RX480 performance?
Post: RE: AMD RX480 performance?
So it's like a 290X but with even greater risk of catching your house on fire. Cool. |
|
epixoip |
Hardware
|
18 |
38,800 |
07-20-2016, 06:56 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,808 |
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,808 |
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,808 |
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,808 |
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,808 |
01-30-2013, 02:52 PM |