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 [asc] Views Posted
    Thread: Generating random strings
Post: RE: Generating random strings

No, max. length 55 (and 32 for stdin, which you'd need here).
atom General Help 1 4,086 05-30-2016, 10:04 AM
    Thread: Best approach for [capitalised word] [capitalised word] [1 to 99]
Post: RE: Best approach for [capitalised word] [capitali...

Use combinator.bin from hashcat-utils to do the combinato part, pipe the results to hashcat using its stdin feature, add rules for the digits and the capitalize part
atom Old oclHashcat Support 1 4,956 05-30-2016, 10:10 AM
    Thread: extrem slow cracking
Post: RE: extrem slow cracking

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for_full_speed
atom Old oclHashcat Support 1 4,206 06-03-2016, 10:02 AM
    Thread: v3.00 beta 63 SHA1 error
Post: RE: v3.00 beta 63 SHA1 error

It's a feature, not a bug. We only test the last 128 bit for correctness. Or said an other way, you will never find two password sharing the same last 128 bit therefore it's correct to do so.
atom Old oclHashcat Support 1 4,134 06-09-2016, 05:40 PM
    Thread: Linux Driver
Post: RE: Linux Driver

Unknown, we need a volunteer to find out :)
atom Old oclHashcat Support 1 4,361 06-10-2016, 05:51 PM
    Thread: how i can find used algorithm
Post: RE: how i can find used algorithm

You need to reverse engineer the binary to find out
atom General Help 1 4,307 06-11-2016, 11:37 PM
    Thread: Help with cracking
Post: RE: Help with cracking

Yes, but you need a custom kernel for this custom algo
atom General Help 1 5,207 06-25-2016, 10:51 AM
    Thread: MD5 know the password but not salt
Post: RE: MD5 know the password but not salt

yes, but you need to know which algo is used. md5, per default, doesn't support a salt.
atom General Help 1 5,169 06-25-2016, 10:53 AM
    Thread: Cracking Help
Post: RE: Cracking Help

if you know parts of the password, you can treat them as salts. like: hash1:My-Password- hash2:My-Password- hash3:My-Password- and then you can use -m 20 in combination with -a 3 ?d?d?d?d for ...
atom General Help 1 6,015 06-25-2016, 10:55 AM
    Thread: Auto login performance benefits
Post: RE: Auto login performance benefits

There's no direct relation to performance between a x11 session and a ssh session. If you experienced that, the true reasons for the drop are propably others. Just to name one of N examples, the drive...
atom General Help 1 8,361 06-26-2016, 10:11 AM
    Thread: Developing and Compiling
Post: RE: Developing and Compiling

Please see src/Makefile it will answer the question regarding compiler, it depends You can use any editor you want to edit the source. For example, I'm using editplus on windows and then transfer t...
atom hashcat 1 3,556 06-26-2016, 10:15 AM
    Thread: What means "1024/4096 MB allocatable"
Post: RE: What means "1024/4096 MB allocatable"

OpenCL has a bit a strange policy on memory allocation: Quote: -- Max size of memory object allocation in bytes. The minimum value is max (1/4th of CL_DEVICE_GLOBAL_MEM_SIZE, 128*1024*1024) --...
atom hashcat 1 4,416 06-30-2016, 08:53 AM
    Thread: hashcat v3.00 + ntlm performance
Post: RE: hashcat v3.00 + ntlm performance

It was always that fast (in oclHashcat), I just didn't backport the optimizations to hashcat-legacy. If you want to know more about the partial reversal used read this: https://hashcat.net/events/p13/...
atom hashcat 1 3,354 06-30-2016, 09:07 AM
    Thread: MBP not enough allocatable device-memory
Post: RE: MBP not enough allocatable device-memory

Quote: -- - Device #2: Device does not provide enough allocatable device-memory to handle this attack -- This kind of error is actually that you do not have enough (device) memory to handle scr...
atom hashcat 1 5,089 07-01-2016, 09:05 AM
    Thread: hashcat v3.00 + -11 error
Post: RE: hashcat v3.00 + -11 error

You need to fix your OpenCL installation.
atom hashcat 1 2,814 07-04-2016, 12:53 PM
    Thread: add more parimiters to ?u?u?u?u?u?u?u?u
Post: RE: add more parimiters to ?u?u?u?u?u?u?u?u

Only maskprocessor can do that
atom General Talk 1 3,109 07-04-2016, 01:16 PM
    Thread: benchmarks different when run individually?
Post: RE: benchmarks different when run individually?

No, keep a close look at the clocks. Latest driver all have a directly influence between temperature and core clocks. The higher the temperature, the lower the clock. When you do a benchmark, the GPU ...
atom hashcat 1 2,972 07-05-2016, 08:12 AM
    Thread: crunch >>hashcat>>aircrack ??
Post: RE: crunch >>hashcat>>aircrack ??

05?d?d?d?d?d?d?d?d
atom hashcat 1 3,599 07-08-2016, 10:15 AM
    Thread: Hash file type something:username:email:hash
Post: RE: Hash file type something:username:email:hash

Why not using cut?
atom hashcat 1 2,813 07-13-2016, 06:26 PM
    Thread: Best strategy, attack mode or rules for certain password structure
Post: RE: Best strategy, attack mode or rules for certai...

Yes, that's simple. 1. First create a wordlist to match the CBA321: mp64.bin ?u?u?u?d?d?d -o wordlist.txt 2. Run hashcat as normal and add a rule "-j lMu4", ex: hashcat64.bin -m 6211 -w 3 tc.header...
atom hashcat 1 3,509 07-14-2016, 12:10 PM