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 [desc] Author Forum Replies Views Posted
    Thread: Add min/max parameter to req (hashcat-utils)
Post: Add min/max parameter to req (hashcat-utils)

Could you add a paramater to specify minimum and maximum limit of characters found in string to be passed by req? For instance, if the password must have at least 2 numeric characters, the command wou...
chort Feature Requests 5 12,153 01-31-2012, 10:59 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,531 12-27-2011, 11:33 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: 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
    Thread: Bug with Plain.Length.: display?
Post: Bug with Plain.Length.: display?

I set pw-max to 8 and the Plain.Text. seems to be 8, but the display for Plain.Length. says 16. $ ./oclhl64 -m 2400 -n 800 -d 2 --gpu-loops 1024 --pw-max 8 HASH oclHashcat-lite v0.10 by atom start...
chort Very old oclHashcat-lite Support 2 6,160 07-16-2012, 06:11 PM
    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: 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: Distribute rules as separate download
Post: Distribute rules as separate download

Since hashcat & hashcat-plus use the same rule, why not distribute them as a separate file (or maybe with hashcat-utils) and place a symlink in hashcat/ and hashcat-plus/ to ../hashcat-utils/rules. ...
chort Feature Requests 5 11,051 01-17-2012, 06:48 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,473 07-03-2012, 02:05 AM
    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: Hashcat-util to split plains in half for use with combinator
Post: Hashcat-util to split plains in half for use with ...

I noticed that many passwords consist of or (less common) . I think it would be possible to find a lot more plains by splitting the existing plains in half and recombining them with a combinator atta...
chort Feature Requests 2 8,310 01-15-2012, 11:29 PM
    Thread: oclHashcat-plus Min/Max length for candidate plain
Post: oclHashcat-plus Min/Max length for candidate plain

For wordlists generate with expander it's easy to generate a lot of short candidates with combinator attack. That's a waste of time if one knows there won't be any plains of say, less than length 8. I...
chort Feature Requests 2 8,482 01-26-2012, 09:46 AM
    Thread: Quick script to convert dict for passpal
Post: Quick script to convert dict for passpal

Seems to work so far (thanks to bmenrigh & inv): Code: -- #!/bin/bash if [ -z "$2" ] then echo "Usage: $0 " exit fi INFILE=$1 OUTFILE=$2 if [ -f "$INFILE" ] && `to...
chort User Contributions 1 6,218 01-28-2012, 08:14 PM
    Thread: -m 11 can't decode 4 symbols passwords
Post: RE: -m 11 can't decode 4 symbols passwords

Hmm, oclHashcat-lite cracked it, but -plus doesn't crack it with either dictionary or mask. Interesting.
chort Very old oclHashcat-plus Support 4 8,943 02-03-2012, 07:19 AM
    Thread: -m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples)
Post: RE: -m 1700 and -m 1800 do not work on hashcat 0.3...

Looks like a 32bit vs 64bit problem: Code: -- chort@hydra:~/code/hashcat-0.39$ ./h64 -o /dev/null -m 1800 examples/A0.M1800.hash examples/A0.M1800.word Initializing hashcat v0.39 by atom with 8 th...
chort Old hashcat Support 4 9,937 01-31-2012, 05:59 PM
    Thread: -m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples)
Post: RE: -m 1700 and -m 1800 do not work on hashcat 0.3...

I was able to reproduce it running the 32bit binary on 64bit OS. The 64bit binary works fine. Ubuntu 11.04.
chort Old hashcat Support 4 9,937 02-01-2012, 09:44 PM
    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: Add min/max parameter to req (hashcat-utils)
Post: RE: Add min/max parameter to req (hashcat-utils)

I added it as Accepted. Is that correct, or should it be Pending?
chort Feature Requests 5 12,153 02-01-2012, 09:43 PM
    Thread: AMD Catalyst 11.12
Post: RE: AMD Catalyst 11.12

Any update on how the 11.12 driver works with 5870s? I don't want to "upgrade" if it's going to slow me down.
chort General Help 15 31,812 12-17-2011, 10:21 PM
    Thread: AMD Catalyst 11.12
Post: RE: AMD Catalyst 11.12

I upgraded to 11.12. I don't see any difference for either GPU.
chort General Help 15 31,812 12-19-2011, 01:43 AM