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: infiniband setup guide?
Post: RE: infiniband setup guide?

VCL only works with TCP/IP, so to use Infiniband with VCL, you need to do IP over Infiniband. If you're using Debian/Ubuntu, it's very simple. Add the following to /etc/modules Code: -- ## ipoib i...
epixoip Hardware 12 23,047 06-19-2013, 07:40 AM
    Thread: infiniband setup guide?
Post: RE: infiniband setup guide?

please provide the following: - description of physical network topology - /etc/network/interfaces from broker & one compute node - /etc/vcl/nodes from the broker node
epixoip Hardware 12 23,047 06-27-2013, 01:50 PM
    Thread: infiniband setup guide?
Post: RE: infiniband setup guide?

looks good from here. what algorithm are you cracking? how many hashes are you targeting? what is your -n value? how much memory does your broker have?
epixoip Hardware 12 23,047 06-28-2013, 06:37 AM
    Thread: infiniband setup guide?
Post: RE: infiniband setup guide?

what version of vcl are you using?
epixoip Hardware 12 23,047 06-29-2013, 11:02 PM
    Thread: infiniband setup guide?
Post: RE: infiniband setup guide?

do you still have a copy of 1.20? if so, can you test with that?
epixoip Hardware 12 23,047 06-30-2013, 07:27 PM
    Thread: infiniband setup guide?
Post: RE: infiniband setup guide?

alex, please see https://hashcat.net/forum/thread-2436.html
epixoip Hardware 12 23,047 07-15-2013, 07:37 AM
    Thread: [oclHashcat-lite] WPA/WPA2
Post: RE: [oclHashcat-lite] WPA/WPA2

what does descrypt have to do with wpa?
epixoip Feature Requests 8 23,278 02-01-2013, 10:55 PM
    Thread: [oclHashcat-lite] WPA/WPA2
Post: RE: [oclHashcat-lite] WPA/WPA2

i think you miss the point of lite. the wpa kernel in plus is already optimized for single hash. it would not be any faster in lite. all you would get in lite is no wordlist support, which is practica...
epixoip Feature Requests 8 23,278 02-01-2013, 11:37 PM
    Thread: NV CUDA 6.5 update
Post: RE: NV CUDA 6.5 update

If you're not sure what atom means by "SM_*", this is what is called "Compute Capability" on that page atom linked to. So if your GPU has a "Compute Capability" of 1.x, then you will need to buy a new...
epixoip Old oclHashcat Support 9 23,346 08-29-2014, 11:39 AM
    Thread: NV CUDA 6.5 update
Post: RE: NV CUDA 6.5 update

The cards in question are 6-8 years old and are from the CUDA 1.0 days. There always comes a point where the technology moves beyond a certain point, and you have to deprecate the old stuff. You've...
epixoip Old oclHashcat Support 9 23,346 09-02-2014, 04:04 AM
    Thread: OpenCL installation on Linux
Post: RE: OpenCL installation on Linux

Remove MESA. Install the proprietary Nvidia driver. Install the Intel OpenCL CPU runtime.
epixoip hashcat 11 23,370 03-12-2017, 02:05 AM
    Thread: OpenCL installation on Linux
Post: RE: OpenCL installation on Linux

No, just the CPU runtime
epixoip hashcat 11 23,370 03-12-2017, 07:22 PM
    Thread: OpenCL installation on Linux
Post: RE: OpenCL installation on Linux

itanon Wrote: (03-14-2017, 01:32 AM) -- Plus I'm starting to realize(reading on the web) that openCL seems to not to work properly on linux, but maybe I got wrong -- You got that wrong. You'll ...
epixoip hashcat 11 23,370 03-14-2017, 08:42 AM
    Thread: change hash type
Post: RE: change hash type

your cpu is likely much faster than your gpu is on bcrypt so you're probably using the wrong tool.
epixoip Old oclHashcat Support 16 23,425 08-13-2014, 09:07 AM
    Thread: change hash type
Post: RE: change hash type

use hashcat instead of oclHashcat
epixoip Old oclHashcat Support 16 23,425 08-13-2014, 09:48 AM
    Thread: change hash type
Post: RE: change hash type

bcrypt is slow because it performs thousands of small-but-frequent pseudorandom memory reads and writes. thus the algorithm is very expensive.
epixoip Old oclHashcat Support 16 23,425 08-26-2014, 07:57 AM
    Thread: Hashcat bruteforcing with special rules
Post: RE: Hashcat bruteforcing with spezial rules

Do not request help cracking a hash or offer a cash reward. This is against the forum rules. Basically what you are looking for here is a mask attack. https://hashcat.net/wiki/doku.php?id=mask_attac...
epixoip hashcat 17 23,547 04-01-2015, 11:45 AM
    Thread: Hashcat bruteforcing with special rules
Post: RE: Hashcat bruteforcing with spezial rules

You will need multiple masks to accomplish this, so you should probably use an hcmask file. I will help you construct one mask. You will need to construct the others. -1 '.,' -2 ';.-_):' '!Ii!...
epixoip hashcat 17 23,547 04-01-2015, 01:12 PM
    Thread: Hashcat bruteforcing with special rules
Post: RE: Hashcat bruteforcing with special rules

Those masks are looking good. Unfortunately since your custom charset includes a comma, and hcmasks use commas to separate fields, an hcmask file would not work. So what you'll need to do is run each ...
epixoip hashcat 17 23,547 04-01-2015, 09:16 PM
    Thread: Hashcat bruteforcing with special rules
Post: RE: Hashcat bruteforcing with special rules

I've not tested attempting to escape commas in the custom charset, but you can try. So the first two lines of your hcmask file (based on the masks you generated above) would be: .\,,;.-_):,!Ii!?...
epixoip hashcat 17 23,547 04-01-2015, 10:24 PM