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 [asc] Forum Replies Views Posted
    Thread: Using hashcat with CUDA Toolkit 8.0 installed.
Post: RE: Using hashcat with CUDA Toolkit 8.0 installed.

Can you run any other OpenCL application?
atom hashcat 5 6,057 11-04-2016, 08:56 AM
    Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update

Yes, that's all I did. I'm using ubuntu 16.04 server 64 bit
atom General Talk 35 48,976 11-04-2016, 08:57 AM
    Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY

I think the Intel(R) HD Graphics 530 creates problem here. Run the command with -d 1 to select the 1080 only
atom hashcat 2 6,571 11-04-2016, 01:37 PM
    Thread: SHA 256 $salt.$pass.$salt
Post: RE: SHA 256 $salt.$pass.$salt

Hashcat does not support it. See this: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#i_want_to_request_some_new_algorithms_or_features_how_can_i_accomplish_this
atom hashcat 1 2,735 11-06-2016, 03:39 PM
    Thread: Any advantage to providing multiple sample hashes?
Post: RE: Any advantage to providing multiple sample has...

No, it just makes it slower. Ideally use only one
atom General Talk 1 3,006 11-06-2016, 03:39 PM
    Thread: Using hashcat with CUDA Toolkit 8.0 installed.
Post: RE: Using hashcat with CUDA Toolkit 8.0 installed.

If clCreateContext() usually does not fail. It's a very first step to initialize the OpenCL runtime. I'd guess the P100-PCIE-16GB does not support OpenCL correctly or the driver, but this is not a has...
atom hashcat 5 6,057 11-06-2016, 03:42 PM
    Thread: Problem executing hashcat
Post: RE: Problem executing hashcat

Try with latest beta: https://hashcat.net/beta/
atom hashcat 5 10,654 11-06-2016, 03:43 PM
    Thread: How to...
Post: RE: How to...

You first need to install an OpenCL runtime for your CPU. This is not part of hashcat.
atom General Talk 2 4,087 11-06-2016, 03:44 PM
    Thread: Runs 4-ever?
Post: RE: Runs 4-ever?

Should be fixed, new beta is up. Please test
atom Beta Tester 2 4,992 11-07-2016, 12:21 PM
    Thread: New Algorithm (hash) template
Post: RE: New Algorithm (hash) template

There's currently no documentation about how to do that. With latest version from github, it should be sufficient to add the host code to interface.c and the kernel in OpenCL/ Note this is very bet...
atom General Talk 3 4,366 11-07-2016, 12:24 PM
    Thread: hashcat 2.01 vs 3.1
Post: RE: hashcat 2.01 vs 3.1

You can try with --opencl-vector-width 1 or 2 or 4, see if it changes anything
atom General Talk 5 6,505 11-09-2016, 11:31 PM
    Thread: target specific dictonary
Post: RE: target specific dictonary

There's rare info and rare tools for target specific word generation. Check out prince: https://hashcat.net/events/p14-trondheim/prince-attack.pdf
atom General Talk 2 4,275 11-09-2016, 11:35 PM
    Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder

It's still 112 bit then, I don't think so.
atom hashcat 8 8,424 11-09-2016, 11:38 PM
    Thread: autotuning
Post: RE: autotuning

Convered here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_create_more_work_for_full_speed
atom hashcat 1 2,640 11-09-2016, 11:39 PM
    Thread: error exectuing in Ubuntu16.06
Post: RE: error exectuing in Ubuntu16.06

Do you know what you're doing? -a 1 required 2 wordlists
atom hashcat 5 7,643 11-09-2016, 11:40 PM
    Thread: Problem executing hashcat
Post: RE: Problem executing hashcat

-m 2500 has a password minimum requirement of 8, but your mask only create 4, add 4 more ?a and see what happens
atom hashcat 5 10,654 11-09-2016, 11:42 PM
    Thread: Per device tuning?
Post: RE: Per device tuning?

Not from the commandline, but you can do this by editing the hashcat.hctune
atom hashcat 3 3,727 11-10-2016, 05:37 PM
    Thread: Triples Des passkey finder
Post: RE: Triples Des passkey finder

I know, but even 80 bit would be too much
atom hashcat 8 8,424 11-10-2016, 05:39 PM
    Thread: problem finding 17 letter password with hashcat 3.10
Post: RE: problem finding 17 letter password with hashca...

Everything's fine, the mode 1800 is limited to 16 characters in hashcat, see here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_the_maximum_supported_password_length PS: ...
atom hashcat 3 4,353 11-10-2016, 10:33 PM
    Thread: Per device tuning?
Post: RE: Per device tuning?

Not really, speed depends on attack-mode (and other stuff). You just need to use -a 3 to get the same speed, with a mask that's large enough to keep the GPU busy. See here for more info: https://hashc...
atom hashcat 3 3,727 11-10-2016, 10:35 PM