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 [desc] Posted
    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: 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: 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: 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: 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: 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: 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: Problem with bruteforcing with GPU
Post: RE: Problem with bruteforcing with GPU

Documentation: https://hashcat.net/wiki/mask_attack
chort Very old oclHashcat-plus Support 2 6,601 01-28-2012, 01:40 AM
    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: Can't recover certain plain w/dict or rules, only BF
Post: RE: Can't recover certain plain w/dict or rules, o...

I think it was the rules. 'c' wasn't behaving like I expected when placed at the end of a rule.
chort Very old oclHashcat-plus Support 3 7,178 10-23-2011, 06:40 AM
    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,178 10-22-2011, 09:12 AM
    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: oclHashcat-plus32 backtrack clGetDeviceIDs() -1
Post: RE: oclHashcat-plus32 backtrack clGetDeviceIDs() -...

Backtrack is irritating. The only reliable way I've found to run OpenCL apps in Backtrack is to open an X session and run the OpenCL app from an Xterm window.
chort Very old oclHashcat-plus Support 2 7,346 01-25-2012, 12:20 AM
    Thread: What about --increment for bruteforcing ?
Post: RE: What about --increment for bruteforcing ?

Wrap it in a shell script with a for loop?
chort Very old oclHashcat-plus Support 3 7,717 01-03-2012, 10:47 PM
    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,060 09-25-2011, 06:56 AM
    Thread: Has anyone tried AMD A series APU?
Post: RE: Has anyone tried AMD A series APU?

Didn't realize it was possible to attach a 16x to a 1x. Is there a riser? I haven't worked with hardware in years and I can see most of my knowledge is obsolete. Any way, thanks for the response. I'm...
chort Hardware 2 8,060 09-25-2011, 07:07 AM
    Thread: vm?
Post: RE: vm?

I don't believe the VM guest will be able to access the GPU functions necessary. Why would you run it in a VM any way? There are both Windows and Linux versions. Are you on a Mac?
chort Very old oclHashcat-plus Support 3 8,159 12-07-2011, 07:17 PM
    Thread: Hashcat-util to split plains in half for use with combinator
Post: RE: Hashcat-util to split plains in half for use w...

atom implemented it in one evening! Here's the documentation: https://hashcat.net/wiki/hashcat_utils#cutb
chort Feature Requests 2 8,312 01-16-2012, 01:28 AM