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: sha512crypt issue
Post: RE: sha512crypt issue

Phenom x4 is your CPU. mastercracker asked about your GPU.
epixoip Old oclHashcat Support 9 13,806 03-03-2014, 03:39 AM
    Thread: 2nd GPU very slow
Post: RE: 2nd GPU very slow

maybe the windows driver is magic
epixoip Old oclHashcat Support 14 31,688 03-04-2014, 12:43 AM
    Thread: Very Specific Characters
Post: RE: Very Specific Characters

for formatting the hash, look at the example hashes page on the wiki. for beginners guides, see the wiki. for all other questions, see the wiki. everything is on the wiki.
epixoip Old hashcat Support 4 8,561 03-08-2014, 09:50 AM
    Thread: MySQL323
Post: RE: MySQL323

https://tobtu.com/mysql323.php https://tobtu.com/mysql323code.php
epixoip General Talk 2 11,014 03-08-2014, 09:45 AM
    Thread: error:clgetplatformids<> -1001
Post: RE: error:clgetplatformids<> -1001

AMD does not support OpenCL on Windows XP. You must upgrade to Windows 7 or Windows 8.
epixoip Old oclHashcat Support 3 6,751 03-08-2014, 05:30 PM
    Thread: Help with syntax of this command
Post: RE: Help with syntax of this command

all you've done so far is define a custom charset, now you need to use that charset in the mask. the length is determined by the length of the mask. read the wiki pages on mask attacks for detailed ex...
epixoip Old oclHashcat Support 5 8,719 03-10-2014, 12:15 PM
    Thread: Help with syntax of this command
Post: RE: Help with syntax of this command

madelmouim Wrote: (03-10-2014, 03:25 PM) -- i tried this option , it doesnt work -1 ABCDE...789 ?1?1?1?1?1?1?1?1?1?1 file.hcap -- you have the parameters backwards. the mask needs to go after the...
epixoip Old oclHashcat Support 5 8,719 03-11-2014, 10:05 AM
    Thread: A 25 word list, with a 16 character mixAlphaNumeric salt, please help
Post: RE: A 25 word list, with a 16 character mixAlphaNu...

kamronk Wrote: (03-11-2014, 11:35 PM) -- random 16 characters (mix case alphaNum) [...] It seems plausible to me that this can be cracked, and was hoping hashcat was the one to do it. Do you agree th...
epixoip Old oclHashcat Support 11 22,439 03-13-2014, 04:17 PM
    Thread: missing opencl.dll
Post: RE: missing opencl.dll

You're using the wrong binary. oclHashcat32.exe is for AMD GPUs. You need to use cudaHashcat32.exe
epixoip General Help 6 14,332 03-13-2014, 09:55 PM
    Thread: missing opencl.dll
Post: RE: missing opencl.dll

you will likely need to download the driver from dell.com
epixoip General Help 6 14,332 03-14-2014, 03:26 AM
    Thread: Help needed, seg fault
Post: RE: Help needed, seg fault

Mantle drivers cannot be used with oclHashcat 1.01. Catalyst 13.12 is the last version which maybe used with the current release. oclHashcat also prints a message about not submitting bug reports w...
epixoip General Help 2 8,704 03-16-2014, 05:20 AM
    Thread: Outsourcing Hashes
Post: RE: Outsourcing Hashes

this is against the forum rules. take it somewhere else, like insidepro's forums
epixoip Old hashcat Support 2 5,071 03-20-2014, 07:51 AM
    Thread: What is my failure in cli?
Post: RE: What is my failure in cli?

hashcat only accepts two arguments, and you're specifying three arguments: container.txt, the mask, and passwort.txt. i'm assuming passwort.txt is the one you want to get rid of.
epixoip Old oclHashcat Support 4 7,608 03-20-2014, 10:50 PM
    Thread: Maximum hashfile length
Post: RE: Maximum hashfile length

it depends entirely on how much ram your graphics card has. setting the following environment variable will help as well: Code: -- export GPU_MAX_ALLOC_PERCENT=95 -- if that still doesn't help, y...
epixoip Old oclHashcat Support 2 5,420 03-25-2014, 03:31 AM
    Thread: Output password verbose viewing for wpa-wpa2?
Post: RE: Output password verbose viewing for wpa-wpa2?

--stdout with hashcat-cli
epixoip Old oclHashcat Support 6 15,083 03-25-2014, 03:32 AM
    Thread: hashcat-utils v1.00
Post: RE: hashcat-utils v1.00

windows users typically aren't very familiar with the command line, so i'll explain further. the angle brackets are for io redirection. as atom stated, the program does not accept any arguments, it...
epixoip hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 11 24,572 03-27-2014, 06:47 AM
    Thread: [Beta] cudaHashcat-1.20 - GTX 750 TI Benchmark
Post: RE: [Beta] cudaHashcat-1.20 - GTX 750 TI Benchmark

actually i don't think there's any technical reason it shouldn't work as long as your motherboard supports PCIe MR-IOV. from a technical standpoint, i don't think this would be much different from usi...
epixoip Hardware 10 28,998 03-27-2014, 07:00 AM
    Thread: 4 x 290X problem
Post: RE: 4 x 290X problem

Quote: -- od6config --adapters 0,1,2,3 --autofix --set core=1100,mem=1375 -- this command makes no sense.
epixoip General Help 11 21,628 03-27-2014, 10:17 PM
    Thread: NTLM Hashdump to hashcat/oclHashcat format converter
Post: RE: NTLM Hashdump to hashcat/oclHashcat format con...

easier, no python requirement" Code: -- awk -F: '{print $1 ":" $4}' samdump2.txt -- also, oclHashcat 1.20 will support pwdump format, etc. https://pastebin.com/Wqn1QRFi
epixoip User Contributions 2 13,490 03-27-2014, 10:13 PM
    Thread: 4 x 290X problem
Post: RE: 4 x 290X problem

davejcb Wrote: (03-27-2014, 10:42 PM) -- I actually have "od6config --autofix --adapter 0,1,2 --set core=1100,mem=1375", writing from memory. What's wrong with that syntax? Combining the autofix w...
epixoip General Help 11 21,628 03-27-2014, 11:29 PM