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 [asc] Replies Views Posted
    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: 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: 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,750 10-22-2011, 06:54 AM
    Thread: Getting Too Hot ?
Post: RE: Getting Too Hot ?

I did that for my HD 5870 too, but I noticed it was a lot slower than expected when doing dictionary attacks on MD5. I think I heard correctly that GPU RAM: 1.) Doesn't matter for brute-force 2.) Doe...
chort User Contributions 9 19,875 01-02-2012, 06:51 PM
    Thread: Getting Too Hot ?
Post: RE: Getting Too Hot ?

I have both the shader clock and RAM clock OC'd to max for these MD5s :)
chort User Contributions 9 19,875 01-04-2012, 10:48 PM
    Thread: Two multi-rules for sports wordlists
Post: Two multi-rules for sports wordlists

This rule prepend variations of "my" and "go" to each dictionary entry, toggle the first letter, and lowercase the whole dictionary entry. Code: -- # Rules: Look for sports-related passwords (assum...
chort User Contributions 0 4,831 01-13-2012, 07:57 PM
    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,219 01-28-2012, 08:14 PM
    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: 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: Website left-side verticle menu problem
Post: Website left-side verticle menu problem

When viewing the main website on a smaller display (this one is set to 1366x768) the left-side menu is too tall. The very bottom menu item is oclHashcat-plus / older versions. I can't scroll down any ...
chort Organisation and Events 1 7,314 01-31-2012, 07:28 AM
    Thread: New clause § 6 in EULA
Post: RE: New clause § 6 in EULA

The purpose section is a little bit awkward. I suggest rewriting the first sentence like this: Software has been created for scientific, analysis, demonstration and sporting reasons.
chort Organisation and Events 2 12,198 07-01-2012, 11:23 PM
    Thread: What does this error mean?
Post: RE: What does this error mean?

I believe that's the "you didn't apply the ICD registration" error, but I thought it happened automatically on Windows...
chort Old hashcat Support 2 6,477 12-22-2011, 05:50 AM
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped

Same issue, AMD A8-3850 CPU (Ubuntu 11.04/64bit).
chort Old hashcat Support 11 20,664 01-13-2012, 07:34 PM
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped

I guess I'll wait until the actual update is posted before reporting :)
chort Old hashcat Support 11 20,664 01-17-2012, 06:59 AM
    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,364 01-19-2012, 12:59 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: OpenCL bruteforcing via hcGui
Post: RE: OpenCL bruteforcing via hcGui

Mask attacks use literal characters ('i', ' ', 'u', ' ', 'd'), unless you use the special built-in variables (that are prefixed with '?'). BTW you want 'l' as in 'L' if you intend to use the built-in ...
chort Old hashcat Support 10 19,973 01-20-2012, 09:25 AM
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped

Hello atom, In 0.39b2 every rule is applied, but only every 4th wordlist entry is used. Here is the output of prepending [1-9] (rule) to team[1-9] (wordlist): Code: -- chort@hydra:~/code/hashcat-0....
chort Old hashcat Support 11 20,664 01-23-2012, 12:39 AM
    Thread: rules with $4 or $9 and ^4 or ^9 dropped
Post: RE: rules with $4 or $9 and ^4 or ^9 dropped

Confirmed as fixed. Thanks!
chort Old hashcat Support 11 20,664 01-23-2012, 11:43 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...

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,941 01-31-2012, 05:59 PM