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 [asc] 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,012 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,012 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,012 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,012 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: Lost
Post: RE: Lost

Heh, it seems like there are new vulnerabilities in e107 reported every month. I'm not surprised those hashes show up all over the place.
chort Feature Requests 6 13,621 01-06-2012, 05:40 PM
    Thread: Hashcat Development Report I
Post: RE: Latest news from hashcat development

I'm really interested to see what the morph dictionary utility does. All the development for oclhashcat-* sounds great. I hope hashcat does get some attention too though, because more Linux systems a...
chort Organisation and Events 6 16,675 01-06-2012, 06:07 PM
    Thread: Worst documentation and usability EVER
Post: RE: Worst documentation and usability EVER

Brute-force is possible with a mask attack.
chort Very old oclHashcat-plus Support 6 12,183 01-13-2012, 02:25 AM
    Thread: Worst documentation and usability EVER
Post: RE: Worst documentation and usability EVER

BTW I changed the page on -plus to indicate brute-force is accomplished via mask attack (removed the link to brute-force attack page).
chort Very old oclHashcat-plus Support 6 12,183 01-13-2012, 08:19 PM
    Thread: Don't work Sha-1(base-64)
Post: RE: Don't work Sha-1(base-64)

I believe that's correct. Try writing that into a file, then give hashcat the path to the file to read instead of passing the hash on the command line.
chort Old hashcat Support 6 12,360 01-19-2012, 12:59 AM
    Thread: Just want to confirm it doesn't support
Post: RE: Just want to confirm it doesn't support

I added to the wiki under "Supported algorithms and GPU defaults," but not to the wiki copy of --help output, since it isn't actually in the help output at this time.
chort Very old oclHashcat-plus Support 6 13,637 01-20-2012, 07:21 AM
    Thread: output file
Post: RE: output file

Run oclHashcat-plus with --help to see the supported output formats. I do something like: Code: -- $ cut -d':' -f1 cracked.txt | xargs -I {} -xn1 grep {} hashfile.txt -- You could write a shell s...
chort Very old oclHashcat-plus Support 6 18,236 01-30-2012, 08:42 PM
    Thread: output file
Post: RE: output file

cracked.txt is the file you output cracked hashes to (hash:plain). hashfile.txt is the file you're reading hashes from (username:hash) Use oclHashcat-plus with -o cracked.txt Once it's finished, use...
chort Very old oclHashcat-plus Support 6 18,236 01-30-2012, 09:41 PM
    Thread: output file
Post: RE: output file

Nice work. Perhaps you would like to post that in the User Contribution section too in case other people find it useful.
chort Very old oclHashcat-plus Support 6 18,236 01-31-2012, 07:31 AM
    Thread: SHA512 Info
Post: RE: SHA512 Info

So it's just straight SHA512 with no salt? I don't think you realize how bad that is. If an attacker steals your entire database, they can attack all the passwords simultaneously because they aren't s...
chort Hardware 6 13,910 02-15-2012, 12:39 AM
    Thread: ERROR: clCreateBuffer() -61 on -plus-0.09
Post: ERROR: clCreateBuffer() -61 on -plus-0.09

On -plus-0.09 the examples run fine, but when I try to load a 103MB sha1 hash file (2.6M hashes) I get clCreateBuffer() -61 no matter if I use rules, -n, --gpu-loops, etc. I can run the exact same ar...
chort Beta Tester 6 6,481 07-03-2012, 02:05 AM
    Thread: ERROR: clCreateBuffer() -61 on -plus-0.09
Post: RE: ERROR: clCreateBuffer() -61 on -plus-0.09

Hmm, so basically the only way around this is to pre-split hash files, right? There's no way oclHashcat can parse the -m argument prior to allocating memory (has to do with the way the kernels are bui...
chort Beta Tester 6 6,481 07-06-2012, 11:04 PM
    Thread: Add rule name to status
Post: Add rule name to status

Please add the rule file (or table?) name above/below the Input.Mode status line. Thanks!
chort Feature Requests 5 13,535 12-27-2011, 11:33 PM