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 Posted [desc]
    Thread: The application was unable to start correctly
Post: RE: The application was unable to start correctly

the program will not work unless you have a compatible video card, have an appropriate opencl runtime installed, and have installed the latest drivers for your video card. installing the latest drive...
epixoip Very old oclHashcat-plus Support 13 20,114 09-29-2012, 03:16 AM
    Thread: The application was unable to start correctly
Post: RE: The application was unable to start correctly

oclHashcat-* only supports AMD Radeon HD devices with OpenCL, and NVIDIA devices with CUDA. Intel devices are not supported.
epixoip Very old oclHashcat-plus Support 13 20,114 09-29-2012, 03:23 AM
    Thread: The application was unable to start correctly
Post: RE: The application was unable to start correctly

it is a console utility. you will need to run it from cmd.exe or powershell. or, use hashcat-gui.
epixoip Very old oclHashcat-plus Support 13 20,114 09-29-2012, 04:11 AM
    Thread: The application was unable to start correctly
Post: RE: The application was unable to start correctly

please read the wiki for oclHashcat-plus, it answers all of your questions. https://hashcat.net/wiki/doku.php?id=oclhashcat_plus
epixoip Very old oclHashcat-plus Support 13 20,114 09-29-2012, 05:53 AM
    Thread: HashCat Output [Question] [Help]
Post: RE: HashCat Output [Question] [Help]

no.
epixoip Old hashcat Support 9 16,033 09-29-2012, 05:54 AM
    Thread: What is the Best way to recover a MyBB pass
Post: RE: What is the Best way to recover a SSHA1 phrase...

i'm confused as to why the topic states SSHA but in the body you state md5(md5(salt).pass). in fact i'm not sure the topic is at all relevant to your questions. you do not need that super-long custom...
epixoip Old hashcat Support 8 53,085 09-29-2012, 06:16 AM
    Thread: Hybrid Attack?
Post: RE: Hybrid Attack?

hard telling. hashcat-gui is really out of date and not very many people use it.
epixoip Old hashcat Support 9 18,229 09-29-2012, 06:19 AM
    Thread: HashCat Output [Question] [Help]
Post: RE: HashCat Output [Question] [Help]

wrong subforum for --show, unless you added --show to hashcat without telling anyone :)
epixoip Old hashcat Support 9 16,033 09-29-2012, 04:21 PM
    Thread: What is the Best way to recover a MyBB pass
Post: RE: What is the Best way to recover a MyBB pass

sha1 is just that -- sha1. it's a raw cryptographic algorithm, like md5 is. and actually mybb is md5(md5(salt).md5(pass)), not md5(md5(salt).pass). it is mode 2811 on all versions of hashcat. not su...
epixoip Old hashcat Support 8 53,085 09-29-2012, 06:03 PM
    Thread: The application was unable to start correctly
Post: RE: The application was unable to start correctly

as the graphic at the top of the page clearly indicates, hashcat is for advanced password recovery. passwordspro is written for the least common denominator. but hey, at least you know where you st...
epixoip Very old oclHashcat-plus Support 13 20,114 09-29-2012, 06:20 PM
    Thread: Why 7970 GHz Edition 6GB work like a 7970 classic ?
Post: RE: Why 7970 GHz Edition 6GB work like a 7970 clas...

can you explain what you mean by this? the amount of memory does not effect the speed, and especially not with lite since it uses no memory. it will work just like a normal 7970, just about 5% faster ...
epixoip Hardware 5 10,711 09-30-2012, 04:01 PM
    Thread: Why 7970 GHz Edition 6GB work like a 7970 classic ?
Post: RE: Why 7970 GHz Edition 6GB work like a 7970 clas...

ok. then yes, an overclocked "classic" 7970 will perform exactly like a Ghz Edition 7970.
epixoip Hardware 5 10,711 09-30-2012, 06:24 PM
    Thread: Hash type
Post: RE: Hash type

lol https://www.fra.se/jobb/utmaning.html
epixoip General Talk 5 14,423 10-01-2012, 06:39 PM
    Thread: sha512crypt hash error
Post: RE: sha512crypt hash error

press "s".
epixoip Very old oclHashcat-plus Support 10 24,501 10-01-2012, 09:37 PM
    Thread: salt and sha-1 oclhashcat 0.09
Post: RE: salt and sha-1 oclhashcat 0.09

use -m 100 -a 1
epixoip Very old oclHashcat-plus Support 1 5,073 10-02-2012, 08:36 AM
    Thread: --pw-min=NUM and --pw-max=NUM?
Post: RE: --pw-min=NUM and --pw-max=NUM?

incremental mode is no longer the default, so they have been replaced by --increment-min and --increment-max for use with -i
epixoip Very old oclHashcat-plus Support 5 11,222 10-03-2012, 03:53 AM
    Thread: --pw-min=NUM and --pw-max=NUM?
Post: RE: --pw-min=NUM and --pw-max=NUM?

none. just specify a six character mask.
epixoip Very old oclHashcat-plus Support 5 11,222 10-04-2012, 06:01 AM
    Thread: Usage of --increment-min 2
Post: RE: Usage of --increment-min 2

please stop cross posting. this question was answered in the two other threads you asked in as well.
epixoip Very old oclHashcat-plus Support 2 5,418 10-04-2012, 04:26 PM
    Thread: Can hashcat crack NTLMSSP ?
Post: RE: Can hashcat crack NTLMSSP ?

hashcat isn't able to crack it, no. and i'm not 100% positive, but i don't think you have enough here to crack anyway. ntlm c/r is a four-way handshake, you only have one of the pieces. i also believe...
epixoip General Help 4 15,706 10-04-2012, 10:12 PM
    Thread: permission denied in hybrid mode
Post: RE: permission denied in hybrid mode

use a loop. Code: -- for wordlist in wordlists/*.txt; do hashcat ... -a 6 $wordlist ?d?d?d; done --
epixoip Very old oclHashcat-plus Support 7 11,326 10-06-2012, 08:15 PM