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 Views [asc] Posted
    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,476 12-22-2011, 05:50 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,219 01-28-2012, 08:14 PM
    Thread: Hash question
Post: RE: Hash question

I'm not an expert, but all the hashes beginning with "ok" appear to be descrypt with a fixed salt ('ok' is the salt in each case). The $1 format is extremely common. You can figure out what it is in a...
chort General Help 2 6,180 02-05-2012, 02:11 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,165 07-16-2012, 06:11 PM
    Thread: Bug with Plain.Length.: display?
Post: RE: Bug with Plain.Length.: display?

Ahh, I was wondering if it was padded. I should have looked that up. On the same hash I was running -plus-0.09b and I kept getting weird characters after the hash in the status display, but I guess t...
chort Very old oclHashcat-lite Support 2 6,165 07-17-2012, 06:10 AM
    Thread: bug mask
Post: RE: bug mask

I can duplicate the condition in 0.07, but it works correctly in 0.08-beta. From the 0.08-beta docs/changes.txt: Code: -- type: bug file: kernels desc: fixed bug in NTLM and DCC brute-force AMD ker...
chort Very old oclHashcat-plus Support 2 6,098 02-07-2012, 11:29 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