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 [desc] Forum Replies Views Posted
    Thread: Has anyone tried AMD A series APU?
Post: Has anyone tried AMD A series APU?

This is my first foray into password cracking and I don't have much of a clue about it. Based on Rob Graham's blog post on Errata Sec and some of the bitcoin info, I picked up a Radeon HD6950. I was...
chort Hardware 2 8,057 09-25-2011, 06:56 AM
    Thread: Has anyone tried AMD A series APU?
Post: RE: Has anyone tried AMD A series APU?

Didn't realize it was possible to attach a 16x to a 1x. Is there a riser? I haven't worked with hardware in years and I can see most of my knowledge is obsolete. Any way, thanks for the response. I'm...
chort Hardware 2 8,057 09-25-2011, 07:07 AM
    Thread: AMD SDK v2.5, Catalyst 11.7 and 11.8
Post: RE: AMD SDK v2.5, Catalyst 11.7 and 11.8

Oops, just saw https://hashcat.net/forum/thread-522.html . Never mind :( I see there's a 11.9 for Linux/64 now. Date says 09/28. Has anyone tried it yet? I guess I'll throw that on the machine I'm bu...
chort General Help 9 21,934 10-05-2011, 08:11 AM
    Thread: benchmark list?
Post: RE: benchmark list?

atom Wrote: (10-01-2011, 01:30 AM) -- the 5870 is around 80k/s, 6950 around 70k/s -- I wish I had known that before I bought a 6950 :( Is there a ranked list of preference for price/performance ...
chort Hardware 9 26,610 10-06-2011, 12:54 AM
    Thread: benchmark list?
Post: RE: benchmark list?

fast_checkmate Wrote: (10-06-2011, 09:08 AM) -- multiply the number of the shaders with the shader frequency (different from the gpu frequency for Nvidia cards) and compare cards, it should give a ve...
chort Hardware 9 26,610 10-06-2011, 05:31 PM
    Thread: clGetPlatformIDs() -1001 with Radeon
Post: clGetPlatformIDs() -1001 with Radeon

The info I found on this error via Google says it's an nVidia drive problem, but I have ATI card + APU. I tried the Catalyst 11.4 driver and got the error, so on a whim uninstalled that and tried the ...
chort General Help 3 10,134 10-07-2011, 10:17 PM
    Thread: clGetPlatformIDs() -1001 with Radeon
Post: RE: clGetPlatformIDs() -1001 with Radeon

Well I'm an idiot. I was reading wrong documentation and didn't extract the icd-registration file to the right place. For anyone else as dumb as I am, with SDK 2.4 you need to do: $ sudo tar xzf icd-r...
chort General Help 3 10,134 10-08-2011, 01:09 AM
    Thread: clGetPlatformIDs() -1001 with Radeon
Post: RE: clGetPlatformIDs() -1001 with Radeon

OK, my last two mistakes were not having a dummy plug and not having two screens defined in xorg.conf. After I fixed those I'm getting both GPUs. I was actually wrong before, the 6950 was being used,...
chort General Help 3 10,134 10-08-2011, 06:14 AM
    Thread: [split] [split] oclHashcat v0.26 - not cracking ntlm hashes
Post: RE: [split] [split] oclHashcat v0.26 - not crackin...

I suspect I'm having this issue as well. I knew there was something strange with trying to crack NTLM, but I couldn't isolate the variables. I'll try the 32bit version and see if that makes a differen...
chort Very old oclHashcat Support 9 25,576 10-20-2011, 08:18 PM
    Thread: Another l33tsp34k rule (didn't see lanjelot's)
Post: Another l33tsp34k rule (didn't see lanjelot's)

I wanted to generate all possible combinations of l33tsp34k, with some other common substitutions (first letter uppercase, append '1!', etc). I'm not that great with oclHashcat rules/tables etc, so...
chort User Contributions 0 6,749 10-22-2011, 06:54 AM
    Thread: Can't recover certain plain w/dict or rules, only BF
Post: Can't recover certain plain w/dict or rules, only ...

I have a very odd situation where I've been able to crack a certain NTLM hash with brute-force (-lite) because I got the 8th & 9th chars from the LM hash using john. I've been trying for 2 days to ...
chort Very old oclHashcat-plus Support 3 7,174 10-22-2011, 09:12 AM
    Thread: Can't recover certain plain w/dict or rules, only BF
Post: RE: Can't recover certain plain w/dict or rules, o...

I think it was the rules. 'c' wasn't behaving like I expected when placed at the end of a rule.
chort Very old oclHashcat-plus Support 3 7,174 10-23-2011, 06:40 AM
    Thread: 11.4 Drivers and Ubuntu 11.10
Post: RE: 11.4 Drivers and Ubuntu 11.10

atom was saying the other night in IRC that he couldn't get cat 11.4 working on 11.10, so he went back to 11.04. I run 11.04 as well. I think I do remember someone saying they got cat 11.4 working on ...
chort General Help 4 10,974 10-23-2011, 08:26 AM
    Thread: Cant make it work
Post: RE: Cant make it work

-1 00010203...09 means that you can substitute ?1 into the mask and it will try the characters 00 through 09 in that space. If you did something like -1 abc -2 xyz -3 123 Then set the mask to ?1?2?3...
chort Very old oclHashcat Support 9 20,116 10-23-2011, 10:13 PM
    Thread: Cant make it work
Post: RE: Cant make it work

Well that's mixing character sets. 00 is binary 0, but abcd... are ASCII. I don't think that will work. The 00, 01, 02, 03... are for SL3. If you wanted to do MySQL you'd do ASCII (unless it was from ...
chort Very old oclHashcat Support 9 20,116 10-23-2011, 11:35 PM
    Thread: Cant make it work
Post: RE: Cant make it work

Yeah, so the mask (the ?1?1...) has to be at least as long as the minimum length of the plaintext you're trying to compute. Each ? stands for one character in the plaintext. For a plaintext of 8 char...
chort Very old oclHashcat Support 9 20,116 10-24-2011, 10:04 PM
    Thread: AMD Llano A8 3850
Post: RE: AMD Llano A8 3850

I modified the oclExample.sh script to take arguments passed on the command line. Here is the performance with -n 800 chort@hydra:~/code/oclHashcat-lite-0.06$ ./oclExample.sh -n 800 -d 1 oclHashcat-l...
chort Very old oclHashcat-plus Support 11 20,100 11-24-2011, 09:54 PM
    Thread: AMD Llano A8 3850
Post: RE: AMD Llano A8 3850

I've used it with -plus, not with WPA because I don't have any .PCAPs to use. It doesn't need to be crossfired to work, just go into the BIOS settings and force the APU to be "always on." Then (on Li...
chort Very old oclHashcat-plus Support 11 20,100 11-26-2011, 06:17 PM
    Thread: AMD Llano A8 3850
Post: RE: AMD Llano A8 3850

Yes I've tried with both GPUs currently (the default), but it slows down the 5870 too much. The 6550D runs full speed the entire time, but the 5870 stalls, goes to full speed, stalls, over and over. T...
chort Very old oclHashcat-plus Support 11 20,100 11-29-2011, 08:33 AM
    Thread: aticonfig fan speeds
Post: aticonfig fan speeds

I realized using the command: env DISPLAY=:0.1 aticonfig --pplib-cmd "get fanspeed 0" That the fan speed on my HD 5870 never went over 33%, even under heavy load. I set it to 70% manually and the ...
chort General Help 7 36,007 11-30-2011, 01:02 AM