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 [desc] Views Posted
    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,015 11-30-2011, 01:02 AM
    Thread: aticonfig fan speeds
Post: RE: aticonfig fan speeds

Sure. Until I get add to the wiki, here's how to set the fan speed: env DISPLAY=:0.1 aticonfig --pplib-cmd "set fanspeed 0 70" The important parts: env
chort General Help 7 36,015 11-30-2011, 07:58 PM
    Thread: aticonfig fan speeds
Post: RE: aticonfig fan speeds

KT819GM Wrote: (11-30-2011, 08:22 PM) -- Isn't it's easier to use some script.sh with your fan commands, when you launch script with hashcat job, on top write 70% at the end 30% and all will be done ...
chort General Help 7 36,015 11-30-2011, 08:36 PM
    Thread: aticonfig fan speeds
Post: RE: aticonfig fan speeds

BTW here's the shell script I use. Keep in mind I have two GPUs and this script only adjusts the second one (the first one has no fan). Do I need a separate account for the wiki? Code: -- #!/bin/ba...
chort General Help 7 36,015 12-19-2011, 01:04 AM
    Thread: Ubuntu 10.10(64 bit)
Post: RE: Ubuntu 10.10(64 bit)

Use the cuda version with NVIDIA cards.
chort Very old oclHashcat-plus Support 7 19,477 01-28-2012, 09:01 AM
    Thread: Ubuntu 10.10(64 bit)
Post: RE: Ubuntu 10.10(64 bit)

If your video card is not supported, then your only option is Hashcat (not ocl/cuda).
chort Very old oclHashcat-plus Support 7 19,477 01-28-2012, 08:08 PM
    Thread: Maskprocessor with cudaHashcat-plus on windows
Post: RE: Maskprocessor with cudaHashcat-plus on windows

Any special reason you'd use maskprocessor for that instead of -a 3?
chort Very old oclHashcat-plus Support 7 13,895 02-15-2012, 03:13 AM
    Thread: Can't get it to crack known hashes
Post: RE: Can't get it to crack known hashes

Really? How did you generate the hashes? chort@hydra:~$ echo -n '12345' | sha1sum 8cb2237d0679ca88db6464eac60da96345513964 - chort@hydra:~$ echo -n '123456' | sha1sum 7c4a8d09ca3762af61e59520943dc...
chort Old hashcat Support 8 17,216 01-19-2012, 05:21 AM
    Thread: newbie of oclHashcat-plus 0.07 need brute-force help
Post: RE: newbie of oclHashcat-plus 0.07 need brute-forc...

You don't think any passwords will have '0' in them? https://hashcat.net/wiki/mask_attack
chort Very old oclHashcat-plus Support 8 22,640 02-02-2012, 02:54 AM
    Thread: Hashcat Benchmarking
Post: RE: Hashcat Benchmarking

Looks like the Windows version of lite_bench is set to use -plus instead of -lite. Add for -lite-0.09: Code: -- $BIN $OPTS -m 3000 aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa ?1?1?1?1?1?1?1?1?1 --pw-min 7 --
chort User Contributions 8 19,304 02-04-2012, 04:21 AM
    Thread: Four Server And One Hash
Post: RE: Four Server And One Hash

If you have NVIDIA card you want to use the cuda version of the command (not the ocl version).
chort General Help 8 14,944 02-08-2012, 08:57 PM
    Thread: Four Server And One Hash
Post: RE: Four Server And One Hash

Make sure you read this for recommended versions: https://hashcat.net/wiki/oclhashcat_catalyst_forceware
chort General Help 8 14,944 02-08-2012, 10:14 PM
    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,938 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,634 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,634 10-06-2011, 05:31 PM
    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,590 10-20-2011, 08:18 PM
    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,121 10-23-2011, 10:13 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,121 10-24-2011, 10:04 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,121 10-23-2011, 11:35 PM
    Thread: ATI 5970 GPU Overheating!
Post: RE: ATI 5970 GPU Overheating!

Check out https://hashcat.net/forum/thread-692.html I need to put that on the wiki today. PS does it have two fans on the card? You might need to set them independently by either incrementing the dis...
chort General Help 9 20,365 12-02-2011, 12:31 AM