Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
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,302 |
02-04-2012, 04:21 AM |
|
|
Thread: [split] [split] oclHashcat v0.26 - not cracking ntlm hashes
Post: RE: [split] [split] oclHashcat v0.26 - not crackin...
I suspect I'm having this issue as well. I knew there was something strange with trying to crack NTLM, but I couldn't isolate the variables. I'll try the 32bit version and see if that makes a differen... |
|
chort |
Very old oclHashcat Support
|
9 |
25,584 |
10-20-2011, 08:18 PM |
|
|
Thread: Cant make it work
Post: RE: Cant make it work
-1 00010203...09 means that you can substitute ?1 into the mask and it will try the characters 00 through 09 in that space.
If you did something like
-1 abc
-2 xyz
-3 123
Then set the mask to ?1?2?3... |
|
chort |
Very old oclHashcat Support
|
9 |
20,119 |
10-23-2011, 10:13 PM |
|
|
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,119 |
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,119 |
10-24-2011, 10:04 PM |
|
|
Thread: oclHashcat-lite v0.09
Post: RE: oclHashcat-lite v0.09
A quick note on LM: When you do a mask attack the same mask applies to both halves of the hash, so using masks longer than 7 characters is pointless (and will not do what you expect). |
|
chort |
Very old oclHashcat-lite Announcements
|
16 |
56,840 |
02-04-2012, 12:12 AM |
|
|
Thread: oclhashcat-lite v0.8 Bug Report Thread
Post: RE: oclhashcat-lite v0.8 Bug Report Thread
@lindros, atom is the creator of the tool, that's why atom has a beta version.
oclHashcat-plus 0.07 changed the identifying number for vBulletin hash types. It's a cosmetic change. The beta of oclHas... |
|
chort |
Very old oclHashcat-lite Support
|
13 |
26,903 |
01-30-2012, 08:56 PM |
|
|
Thread: oclhashcat-lite v0.8 Bug Report Thread
Post: RE: oclhashcat-lite v0.8 Bug Report Thread
I was pasting this over ssh and it seems like something got interpreted as control characters, because my terminal got messed up (cursor at the wrong location, typed characters appeared incorrect).
... |
|
chort |
Very old oclHashcat-lite Support
|
13 |
26,903 |
01-31-2012, 12:22 AM |
|
|
Thread: oclhashcat-lite v0.8 Bug Report Thread
Post: RE: oclhashcat-lite v0.8 Bug Report Thread
Hello lindros,
We were both making the same error. There are some hidden control characters in your hex salt. That's causing extra characters to be in the salt. I can verify that there does seem to b... |
|
chort |
Very old oclHashcat-lite Support
|
13 |
26,903 |
01-31-2012, 12:10 PM |
|
|
Thread: oclhashcat-lite v0.8 Bug Report Thread
Post: RE: oclhashcat-lite v0.8 Bug Report Thread
How are you opening a shell in Windows? There appears to be special hidden characters around the '&' in input & output you cut & pasted. Perhaps there is some strange shell expansion?
The --hex-salt ... |
|
chort |
Very old oclHashcat-lite Support
|
13 |
26,903 |
01-31-2012, 06:09 PM |
|
|
Thread: Missing partial password chunk in LM cracking
Post: RE: LM hash support for OCLHC
The same mask is applied to both sides (and since LM can hash at most 14 characters, that makes the longest mask 7).
1=8
2=9
...
6=13
7=14 |
|
chort |
Very old oclHashcat-lite Support
|
23 |
45,283 |
02-07-2012, 09:50 AM |
|
|
Thread: Missing partial password chunk in LM cracking
Post: RE: Missing partial password chunk in LM cracking
Excellent! I'll attempt to try this before you wake up. |
|
chort |
Very old oclHashcat-lite Support
|
23 |
45,283 |
02-09-2012, 08:49 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: 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: AMD Llano A8 3850
Post: RE: AMD Llano A8 3850
I've used it with -plus, not with WPA because I don't have any .PCAPs to use.
It doesn't need to be crossfired to work, just go into the BIOS settings and force the APU to be "always on." Then (on Li... |
|
chort |
Very old oclHashcat-plus Support
|
11 |
20,104 |
11-26-2011, 06:17 PM |