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 [desc] Views Posted
    Thread: How would I parse through this to get the correct info?
Post: RE: How would I parse through this to get the corr...

./cudaHashcat64.bin is for Linux, cudaHashcat64.exe is for Windows. ... and you're in infosec!?
epixoip Old oclHashcat Support 3 4,854 11-06-2015, 01:14 AM
    Thread: Mask understanding help needed
Post: RE: Mask understanding help needed

The post was written five years ago for oclHashcat v0.22. Back then oclHashcat required a left side and a right side, so the space in the mask was correct. oclHashcat is different now.
epixoip General Help 3 5,270 11-11-2015, 06:26 PM
    Thread: OCL throwing errors and works
Post: RE: OCL throwing errors and works

ADL is for temperature & fan speed monitoring, which is why you're seeing -1C temp and N/A fan. Does not impact cracking in any way.
epixoip General Help 3 5,187 11-16-2015, 12:28 AM
    Thread: OCL throwing errors and works
Post: RE: OCL throwing errors and works

You have an R9 card which should probably be an Overdrive6 card, but it's not reporting that it's Overdrive6 capable, so oclHashcat is attempting to communicate with it via the Overdrive5 API, but tha...
epixoip General Help 3 5,187 11-16-2015, 01:02 AM
    Thread: SLI 970 vs SLI 980, or other.
Post: RE: SLI 970 vs SLI 980, or other.

First, you don't need -- nor do you want -- SLI. The fact that the title mentions SLI shows that you need to do some serious homework. The 970 has the best perf/$, but if you can spare the extra $,...
epixoip Hardware 3 5,317 11-16-2015, 01:05 AM
    Thread: SLI 970 vs SLI 980, or other.
Post: RE: SLI 970 vs SLI 980, or other.

Yes, EVGA 06G-P4-4992-KR is a reference design card
epixoip Hardware 3 5,317 11-16-2015, 01:41 AM
    Thread: dictionary attack problem
Post: RE: dictionary attack problem

You cannot gain any GPU acceleration using a straight dictionary attack against fast hashes, as you have no modifier. To get GPU acceleration you must have some work for the GPU to do (add rules, use ...
epixoip Old oclHashcat Support 3 5,291 12-01-2015, 09:39 AM
    Thread: dictionary attack problem
Post: RE: dictionary attack problem

You should use cpu hashcat. That's why it exists. GPU is not always the best tool for the job.
epixoip Old oclHashcat Support 3 5,291 12-01-2015, 12:24 PM
    Thread: Long length salt problem
Post: RE: Long length salt problem

Is there a question here?
epixoip Old hashcat Support 3 5,756 12-15-2015, 04:42 AM
    Thread: Long length salt problem
Post: RE: Long length salt problem

hashcat's md5 implementation is optimized for a single block (up to 55 bytes). To go beyond this you need a generic multiblock implementation of md5.
epixoip Old hashcat Support 3 5,756 12-15-2015, 07:34 PM
    Thread: Results collection model ?
Post: RE: Results collection model ?

There's no point in adding WEP to oclHashcat when it can be cracked in under 2 minutes on a mobile phone.
epixoip hashcat 3 5,628 12-28-2015, 08:03 AM
    Thread: HD 5850
Post: RE: HD 5850

5850 will not be supported for much longer, AMD is dropping VLIW5 support in the next driver release. I wouldn't buy any AMD card that isn't GCN.
epixoip Hardware 3 5,586 12-28-2015, 08:23 PM
    Thread: hashcat wont work for me!!!
Post: RE: hashcat wont work for me!!!

You need to get rid of all those packages.
epixoip Old oclHashcat Support 3 5,442 01-01-2016, 05:08 AM
    Thread: hashcat wont work for me!!!
Post: RE: hashcat wont work for me!!!

Learn to use your OS. This is a Hashcat forum, not a Linux Mint forum.
epixoip Old oclHashcat Support 3 5,442 01-01-2016, 11:59 PM
    Thread: Dictionary attack
Post: RE: Dictionary attack

combinator.bin rockyou.txt rockyou.txt >rockyou-combined.txt, then -a 6 rockyou-combined.txt ?d?d?d
epixoip Old oclHashcat Support 3 5,240 01-23-2016, 10:22 AM
    Thread: Dictionary attack
Post: RE: Dictionary attack

You can use rockyou to build such a list, just filter out the words that are too long & too short: Code: -- awk 'length < 7 && length > 4' rockyou.txt >rockyou-5_6.txt --
epixoip Old oclHashcat Support 3 5,240 01-23-2016, 11:10 PM
    Thread: Need help with cudaHashcat and The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)
Post: RE: Need help with cudaHashcat and The-Distributio...

The legacy driver will not work, and cudaHashcat will not work with your GPU, it is simply too old.
epixoip Old oclHashcat Support 3 6,491 01-30-2016, 11:22 PM
    Thread: Need help with cudaHashcat and The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)
Post: RE: Need help with cudaHashcat and The-Distributio...

100% positive. cudaHashcat requires CUDA 7, and CUDA 7 does not not support your GPU.
epixoip Old oclHashcat Support 3 6,491 01-31-2016, 08:19 AM
    Thread: Shrinking mask attacks
Post: RE: Shrinking mask attacks

rico Wrote: (02-02-2016, 03:24 PM) -- btw, ?a is already defined as ?a = ?l?u?d?s so your mask is just ?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a It's still to damn long though... -- And this is act...
epixoip Old hashcat Support 3 5,927 02-02-2016, 11:44 PM
    Thread: ecryptfs H/s
Post: RE: ecryptfs H/s

1. Yes, ecryptfs is very slow -- but so is your GPU. A good modern GPU will be more than twice as fast as that. GTX 970 for example achieves ~ 6500 H/s on ecryptfs, while a Titan X achieves ~ 10000 H/...
epixoip General Talk 3 5,663 02-03-2016, 03:29 AM