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 [desc] Forum Replies Views Posted
    Thread: oclHashCat on OS X
Post: RE: oclHashCat on OS X

Yes it's true, it hasn't been released so there's no annoucement, but you can download a snapshot from /beta or pull from github and build from source.
epixoip Old oclHashcat Support 2 4,981 04-20-2016, 08:31 PM
    Thread: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days?
Post: RE: Ubuntu 16.04 - fglrx is deprecated - is "radeo...

fglrx is not supported on Ubuntu 16.04. Use the new amdgpu driver instead.
epixoip hashcat 17 36,351 04-25-2016, 04:27 PM
    Thread: Error oclhashcat64 clCreateCommandQueueWithProperties
Post: RE: Error oclhashcat64 clCreateCommandQueueWithPro...

oclHashcat 2.01 is for AMD only, if you want to use 2.01 then you need cudaHashcat
epixoip Old oclHashcat Support 3 6,271 04-25-2016, 07:29 PM
    Thread: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days?
Post: RE: Ubuntu 16.04 - fglrx is deprecated - is "radeo...

I think for amdgpu to work with OpenCL you need the "hybrid driver" aka "amd gpu-pro", basically the open source driver + AMD's binary blob. A third option is to just stick with Ubuntu 14.04 LTS, it...
epixoip hashcat 17 36,351 04-25-2016, 08:19 PM
    Thread: Problems with formatting
Post: RE: Problems with formatting

Use a real text editor, not notepad.exe
epixoip Old hashcat Support 3 6,595 04-25-2016, 11:30 PM
    Thread: Problems with formatting
Post: RE: Problems with formatting

Mhm, notepad.exe expects CRLF line endings and doesn't know how to handle files with LF line endings, so that's why everything appears on one line.
epixoip Old hashcat Support 3 6,595 04-26-2016, 03:08 AM
    Thread: Dell Precision (w/M1000M)
Post: RE: Dell Precision (w/M1000M)

I wouldn't run oclHashcat on that laptop for two reasons: one, that GPU is terrible, especially for slow hashes like NetNTLM (it is Maxwell, but it will be ~2.3x slower than a GTX 960 -- even a GTX 75...
epixoip Hardware 5 7,105 04-26-2016, 08:34 PM
    Thread: Dell Precision (w/M1000M)
Post: RE: Dell Precision (w/M1000M)

Indeed even if you don't use it for Hashcat very often, it still makes a very solid workstation. I don't even have a desktop, I use this laptop for everything. And yes the price is extremely competiti...
epixoip Hardware 5 7,105 04-28-2016, 01:14 AM
    Thread: oclHashcat benchmark with Apple CPU + GPU
Post: RE: oclHashcat benchmark with Apple CPU + GPU

He actually is running "2.10," there is no 2.01 release that runs on OSX. The version from git reports 2.01 followed by the git commit hash, which is the number that really matters. He's using version...
epixoip Old oclHashcat Support 31 51,171 04-29-2016, 05:47 PM
    Thread: Error ERROR: clGetDeviceIDs() -1
Post: RE: Error ERROR: clGetDeviceIDs() -1

-1 is CL_DEVICE_NOT_FOUND so you probably didn't configure the driver properly. Have you tried regenerating xorg.conf from amdconfig?
epixoip Old oclHashcat Support 2 4,548 04-29-2016, 06:09 PM
    Thread: Generating a SHA256 Hash from another Hash
Post: RE: Generating a SHA256 Hash from another Hash

I've moved this to the General Talk forum since this has nothing to do with hashcat. No, this is not a strong way to hash passwords. SHA2 is cryptographically strong, but is not appropriate for pas...
epixoip General Talk 11 13,561 04-30-2016, 09:35 PM
    Thread: bypass hashcat
Post: RE: bypass hashcat

'bypass' means skip the current attack and go to the next attack. Only applicable when using multiple wordlists or multiple masks.
epixoip Old hashcat Support 4 11,461 04-30-2016, 09:39 PM
    Thread: Generating a SHA256 Hash from another Hash
Post: RE: Generating a SHA256 Hash from another Hash

You are relying on security through obscurity and ignoring Kerckhoff's Principle, as the security of your scheme comes solely from keeping the iteration count secret. However, when the iteration count...
epixoip General Talk 11 13,561 04-30-2016, 11:06 PM
    Thread: Generating a SHA256 Hash from another Hash
Post: RE: Generating a SHA256 Hash from another Hash

I'm starting to think you don't really understand how password cracking works.
epixoip General Talk 11 13,561 05-01-2016, 08:29 PM
    Thread: GTX 960m Benchmark
Post: RE: GTX 960m Benchmark

GTX 960M should be 2.6x slower than untuned GTX 970 / 3.4x slower than tuned GTX 970.
epixoip Hardware 3 5,750 05-05-2016, 07:08 PM
    Thread: GTX 960m Benchmark
Post: RE: GTX 960m Benchmark

Would be ~40% slower than the 960M.
epixoip Hardware 3 5,750 05-05-2016, 10:57 PM
    Thread: Output the calculated hashes to file?
Post: RE: Output the calculated hashes to file?

Sigh.
epixoip Old oclHashcat Support 4 5,481 05-05-2016, 10:58 PM
    Thread: NetNTLMv2 Cyrillic symbols issue
Post: RE: NetNTLMv2 Cyrillic symbols issue

Something is not right here. I created a wordlist with various encodings of that character (UTF8, UTF16LE, Windows 1251, ISO 8859-5) and cannot crack the hash you provided with Hashcat or JTR. So I do...
epixoip Old hashcat Support 4 7,563 05-06-2016, 06:11 PM
    Thread: Trying several numbers at various positions within words in a wordlist after combine?
Post: RE: Trying several numbers at various positions wi...

You can do this with rule chaining
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 6,719 05-06-2016, 06:19 PM
    Thread: Trying several numbers at various positions within words in a wordlist after combine?
Post: RE: Trying several numbers at various positions wi...

In addition to this you might also want to look at tmesis.pl from hashcat-utils
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 4 6,719 05-06-2016, 10:12 PM