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 [asc] Replies Views Posted
    Thread: Wordlist optimizing program?
Post: RE: Wordlist optimizing program?

For big wordlists, use rli2.bin from hashcat-utils.
atom General Help 6 12,358 07-23-2014, 09:43 AM
    Thread: Wordlist optimizing program?
Post: RE: Wordlist optimizing program?

feel free to document them
atom General Help 6 12,358 07-25-2014, 05:35 PM
    Thread: Slightly Confusing Tutorial - Need Some Help
Post: RE: Slightly Confusing Tutorial - Need Some Help

If you want to crack TrueCrypt you dont have a hash. Just use the first 512 byte from the partition or container file instead. Do not use a text editor
atom General Help 6 10,504 08-07-2014, 11:06 AM
    Thread: please help! (with hash)
Post: RE: please help! (with hash)

Just use the first 512 byte (copy/create them into a file with a hex editor) and use -m 6221
atom General Help 1 3,971 07-29-2014, 08:43 PM
    Thread: Need Wordlist
Post: RE: Need Wordlist

just google: rockyou.txt
atom General Help 2 4,994 08-15-2014, 04:40 PM
    Thread: command for not change the order.
Post: RE: command for not change the order.

I think what you really looking for can be done using --show and --left
atom General Help 2 5,033 09-22-2014, 11:53 AM
    Thread: Is there any way to pause and resume automatically?
Post: RE: Is there any way to pause and resume automatic...

That's the wrong approached, discussed serveral times on this forum
atom General Help 6 10,444 10-06-2014, 12:08 PM
    Thread: E-mail hashes
Post: RE: E-mail hashes

From performance perspective, if you have enough domains (1k+) in the right dictionary, combinator is simply faster (no interpreter involed).
atom General Help 5 9,891 10-14-2014, 10:44 AM
    Thread: E-mail hashes
Post: RE: E-mail hashes

I'd say use hashcat in --stdout mode to either generate a new dictionary or pipe it to oclHashcat
atom General Help 5 9,891 10-14-2014, 02:11 PM
    Thread: ATI Radeon Graphic Card - 6670 HD - OpenCl Installation
Post: RE: ATI Radeon Graphic Card - 6670 HD - OpenCl Ins...

use: oclHashcat64.exe -m 2500 c:\out.hccap c:\dic.txt instead of: oclHashcat64.exe -m 2500 c:\dic.txt c:\out.hccap
atom General Help 5 13,837 10-23-2014, 10:29 AM
    Thread: What would be the most efficient way to solve this?
Post: RE: What would be the most efficient way to solve ...

For full speed this requires a special designed hash-mode. If you don't mind about performance simply pipe it. Quote: -- perl -MDigest::SHA -ne 'printf "%s\n", substr (Digest::SHA::sha1_hex ($_)...
atom General Help 2 4,653 11-07-2014, 09:08 AM
    Thread: Maskprocesor with many arguments
Post: RE: Maskprocesor with many arguments

it runs at full speed with -o
atom General Help 7 9,347 11-09-2014, 06:41 PM
    Thread: Crypto ransomware
Post: RE: Crypto ransomware

Don't think so
atom General Help 2 5,798 11-23-2014, 03:09 PM
    Thread: Help with cryptext hash: sha1($pass.sha1($pass))
Post: RE: Help with cryptext hash: sha1($pass.sha1($pass...

There is no such algorithm: sha1($pass.sha1($pass)) -- that's correct -- there's no way you can do it yourself with hashcat, sorry! You can generate a dictionary from the charset by either using mask...
atom General Help 1 4,042 12-19-2014, 03:49 PM
    Thread: –custom-charsetN= (or -1, -2, -3 and -4) is not enough
Post: RE: –custom-charsetN= (or -1, -2, -3 and -4...

no one yet has ever really needed -5 or even -6
atom General Help 1 3,940 12-25-2014, 02:50 PM
    Thread: Catalyst v14.9 vs 14.12
Post: RE: Catalyst v14.9 vs 14.12

I did some more tests with 14.12 while looking for workarounds. Results edited on first post
atom General Help 15 31,304 12-29-2014, 06:39 PM
    Thread: Catalyst v14.9 vs 14.12
Post: RE: Catalyst v14.9 vs 14.12

mariaki Wrote: (12-30-2014, 12:20 AM) -- Report them to AMD so they can fix all problems :) -- HAHA, no. You have no idea how often I reported problems to AMD and they never got fixed.
atom General Help 15 31,304 12-30-2014, 03:28 PM
    Thread: Catalyst v14.9 vs 14.12
Post: RE: Catalyst v14.9 vs 14.12

SUCCESS! At least I found a way to workaround the multiple-gpu bug: export GPU_NUM_COMPUTE_RINGS=1 Quote: -- Speed.GPU.#1...: 8053.8 MH/s Speed.GPU.#2...: 8062.5 MH/s Speed.GPU.#3...: 8064.0 M...
atom General Help 15 31,304 12-30-2014, 03:28 PM
    Thread: Need to find X in SHA1[(AES-128(X)]
Post: RE: Need to find X in SHA1[(AES-128(X)]

I think it's simply "0a01" as the sha1 output is already in hex
atom General Help 13 19,901 12-31-2014, 04:15 PM
    Thread: Need to find X in SHA1[(AES-128(X)]
Post: RE: Need to find X in SHA1[(AES-128(X)]

like this: Quote: -- root@et:~/hex# perl bla.pl 0a01 pt: 6861736863617400533c010000000000 ct: cf85ee2fc9e94200235ffebd366faa83 hash: e3dda6fa7bc307c9cbcc687878ed68295d060a01 --
atom General Help 13 19,901 12-31-2014, 04:30 PM