Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Drupal 7 hashes
Post: RE: Drupal 7 hashes
It looks like 15 rounds of SHA512, prefixed with '$S$'. |
|
chort |
General Help
|
4 |
13,291 |
07-17-2012, 06:37 PM |
|
|
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: Distribute rules as separate download
Post: RE: Distribute rules as separate download
Telepathy would be awesome. Should write the feature request post, or will you do that for me too? :) |
|
chort |
Feature Requests
|
5 |
11,056 |
01-17-2012, 09:17 PM |
|
|
Thread: Distribute rules as separate download
Post: RE: Distribute rules as separate download
Yeah, I thought about that.
Does 7za overwrite all the contents of a directory when it uncompresses an archive? Perhaps there could be two directories inside the hashcat & oclhashcat archives, one fo... |
|
chort |
Feature Requests
|
5 |
11,056 |
01-18-2012, 09:27 AM |
|
|
Thread: clGetPlatformIDs() -1001 with Radeon
Post: RE: clGetPlatformIDs() -1001 with Radeon
Well I'm an idiot. I was reading wrong documentation and didn't extract the icd-registration file to the right place. For anyone else as dumb as I am, with SDK 2.4 you need to do:
$ sudo tar xzf icd-r... |
|
chort |
General Help
|
3 |
10,138 |
10-08-2011, 01:09 AM |
|
|
Thread: clGetPlatformIDs() -1001 with Radeon
Post: RE: clGetPlatformIDs() -1001 with Radeon
OK, my last two mistakes were not having a dummy plug and not having two screens defined in xorg.conf. After I fixed those I'm getting both GPUs.
I was actually wrong before, the 6950 was being used,... |
|
chort |
General Help
|
3 |
10,138 |
10-08-2011, 06:14 AM |
|
|
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,121 |
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,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: 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,180 |
10-23-2011, 06:40 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: Bulldozer
Post: RE: Bulldozer
I have one in boxes on my desk right now. I'll probably have it running by the end of the week. |
|
chort |
Hardware
|
4 |
9,652 |
12-29-2011, 10:31 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: benchmark list?
Post: RE: benchmark list?
atom Wrote: (10-01-2011, 01:30 AM)
--
the 5870 is around 80k/s, 6950 around 70k/s
--
I wish I had known that before I bought a 6950 :(
Is there a ranked list of preference for price/performance ... |
|
chort |
Hardware
|
9 |
26,634 |
10-06-2011, 12:54 AM |
|
|
Thread: benchmark list?
Post: RE: benchmark list?
fast_checkmate Wrote: (10-06-2011, 09:08 AM)
--
multiply the number of the shaders with the shader frequency (different from the gpu frequency for Nvidia cards) and compare cards, it should give a ve... |
|
chort |
Hardware
|
9 |
26,634 |
10-06-2011, 05:31 PM |
|
|
Thread: aticonfig fan speeds
Post: RE: aticonfig fan speeds
Sure. Until I get add to the wiki, here's how to set the fan speed:
env DISPLAY=:0.1 aticonfig --pplib-cmd "set fanspeed 0 70"
The important parts:
env |
|
chort |
General Help
|
7 |
36,015 |
11-30-2011, 07:58 PM |
|
|
Thread: aticonfig fan speeds
Post: RE: aticonfig fan speeds
KT819GM Wrote: (11-30-2011, 08:22 PM)
--
Isn't it's easier to use some script.sh with your fan commands, when you launch script with hashcat job, on top write 70% at the end 30% and all will be done ... |
|
chort |
General Help
|
7 |
36,015 |
11-30-2011, 08:36 PM |
|
|
Thread: aticonfig fan speeds
Post: RE: aticonfig fan speeds
BTW here's the shell script I use. Keep in mind I have two GPUs and this script only adjusts the second one (the first one has no fan). Do I need a separate account for the wiki?
Code:
--
#!/bin/ba... |
|
chort |
General Help
|
7 |
36,015 |
12-19-2011, 01:04 AM |
|
|
Thread: ATI 5970 GPU Overheating!
Post: RE: ATI 5970 GPU Overheating!
Check out https://hashcat.net/forum/thread-692.html
I need to put that on the wiki today.
PS does it have two fans on the card? You might need to set them independently by either incrementing the dis... |
|
chort |
General Help
|
9 |
20,365 |
12-02-2011, 12:31 AM |