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: Partially known password + md5 hash + trouble cracking
Post: RE: Partially known password + md5 hash + trouble ...

I found https://ob-security.info/ very helpful.
chort General Help 5 17,244 01-31-2012, 01:57 AM
    Thread: output file
Post: RE: output file

Run oclHashcat-plus with --help to see the supported output formats. I do something like: Code: -- $ cut -d':' -f1 cracked.txt | xargs -I {} -xn1 grep {} hashfile.txt -- You could write a shell s...
chort Very old oclHashcat-plus Support 6 18,241 01-30-2012, 08:42 PM
    Thread: output file
Post: RE: output file

cracked.txt is the file you output cracked hashes to (hash:plain). hashfile.txt is the file you're reading hashes from (username:hash) Use oclHashcat-plus with -o cracked.txt Once it's finished, use...
chort Very old oclHashcat-plus Support 6 18,241 01-30-2012, 09:41 PM
    Thread: output file
Post: RE: output file

Nice work. Perhaps you would like to post that in the User Contribution section too in case other people find it useful.
chort Very old oclHashcat-plus Support 6 18,241 01-31-2012, 07:31 AM
    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: Ubuntu 10.10(64 bit)
Post: RE: Ubuntu 10.10(64 bit)

Use the cuda version with NVIDIA cards.
chort Very old oclHashcat-plus Support 7 19,477 01-28-2012, 09:01 AM
    Thread: Ubuntu 10.10(64 bit)
Post: RE: Ubuntu 10.10(64 bit)

If your video card is not supported, then your only option is Hashcat (not ocl/cuda).
chort Very old oclHashcat-plus Support 7 19,477 01-28-2012, 08:08 PM
    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: 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: AMD Llano A8 3850
Post: RE: AMD Llano A8 3850

I modified the oclExample.sh script to take arguments passed on the command line. Here is the performance with -n 800 chort@hydra:~/code/oclHashcat-lite-0.06$ ./oclExample.sh -n 800 -d 1 oclHashcat-l...
chort Very old oclHashcat-plus Support 11 20,106 11-24-2011, 09:54 PM
    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,106 11-26-2011, 06:17 PM
    Thread: AMD Llano A8 3850
Post: RE: AMD Llano A8 3850

Yes I've tried with both GPUs currently (the default), but it slows down the 5870 too much. The 6550D runs full speed the entire time, but the 5870 stalls, goes to full speed, stalls, over and over. T...
chort Very old oclHashcat-plus Support 11 20,106 11-29-2011, 08:33 AM
    Thread: AMD Llano A8 3850
Post: RE: AMD Llano A8 3850

Unbuntu 11.04/64bit. I did notice that running the 6550D at all really lags the UI response time now in Xwindows. I can't remember for sure if it did that with Cat 11.4/SDK 2.4, but I don't think so....
chort Very old oclHashcat-plus Support 11 20,106 11-30-2011, 08:08 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,121 10-23-2011, 10:13 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: 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: 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
    Thread: ATI 5970 GPU Overheating!
Post: RE: ATI 5970 GPU Overheating!

I have no idea how it works on Windows; above is for Linux. It's tough to believe maxing the fan speed wouldn't bring temps down, because on my machine there was an immediate drastic drop in temps. J...
chort General Help 9 20,365 12-02-2011, 01:00 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