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 [desc] Replies Views Posted
    Thread: Ethereum Wallet and 2x 1080ti what's the problem?
Post: RE: Ethereum Wallet and 2x 1080ti what's the probl...

Mem5 Wrote: (12-10-2018, 09:02 PM) -- scrypt is very very slow. Buy more graphic cards ;) -- wrong answer for scrypt. Buy more CPUs :P
undeath hashcat 8 5,507 12-10-2018, 10:00 PM
    Thread: Explain the $HEX?
Post: RE: Explain the $HEX?

I'm not sure I understand the question. The $HEX[] format is used on console and in the output file. It is ignorant of the encoding used. If you know (or can guess) the encoding used for a $HEX[] plai...
undeath hashcat 2 2,038 12-10-2018, 10:05 PM
    Thread: Ethereum Wallet and 2x 1080ti what's the problem?
Post: RE: Ethereum Wallet and 2x 1080ti what's the probl...

try running on your cpu instead of gpu
undeath hashcat 8 5,507 12-11-2018, 11:35 AM
    Thread: Not finding my own set password
Post: RE: Not finding my own set password

cannot reproduce with my hardware Code: -- OpenCL Platform #1: Intel(R) Corporation ======================================== * Device #1: AMD Ryzen 5 1600 Six-Core Processor. OpenCL Platform ...
undeath hashcat 12 6,010 12-15-2018, 11:04 PM
    Thread: Freebsd 12/Ryzen 7 1700/ RX580
Post: RE: Freebsd 12/Ryzen 7 1700/ RX580

pocl and hashcat don't work together well. If possible try to install rocm. I'm not sure if rocm works on FreeBSD.
undeath hashcat 3 2,661 12-17-2018, 02:01 PM
    Thread: Not finding my own set password
Post: RE: Not finding my own set password

the ? in the mask is not the problem. Maybe an invisible (control) character somehow slipped in there.
undeath hashcat 12 6,010 12-17-2018, 02:03 PM
    Thread: Have things improved?
Post: RE: Have things improved?

It is probably possible to get The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) working, but don't ask how. Ubuntu is recommended. regarding laptops: https://hashcat.net/forum/thread-7852-...
undeath hashcat 5 3,214 12-20-2018, 11:20 AM
    Thread: FileVault 2 performance issue?
Post: RE: FileVault 2 performance issue?

That algorithm likely has a variable for iterations. You can only compare benchmarks for the same iteration count (eg by using hashcat's benchmark mode).
undeath hashcat 3 2,035 12-20-2018, 11:25 AM
    Thread: clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR problem
Post: RE: clGetPlatformIDs(): CL_PLATFORM_NOT_FOUND_KHR ...

If you need to use --force you're doing something wrong still.
undeath hashcat 4 9,115 12-21-2018, 12:34 PM
    Thread: Hybrid attack workload increase incase of small dic
Post: RE: Hybrid attack workload increase incase of smal...

Depending on what hash mode you are using (or how many salts) you can increase the performance using -S
undeath hashcat 5 3,508 12-21-2018, 12:36 PM
    Thread: combine password with ?d?d?d?d
Post: RE: combine password with ?d?d?d?d

use rules for number append/prepend
undeath hashcat 2 1,770 12-22-2018, 01:26 PM
    Thread: Can i modify hashcat to make it generate random instead of all possible combination?
Post: RE: Can i modify hashcat to make it generate rando...

as written by NoReply, hashcat is using markov chains to generate candidates in a mask attack, hence the candidates are not sorted by lexicographical order by default.
undeath hashcat 7 5,816 12-22-2018, 01:29 PM
    Thread: Can i modify hashcat to make it generate random instead of all possible combination?
Post: RE: Can i modify hashcat to make it generate rando...

well, since you asked: https://github.com/hashcat/hashcat/blob/master/OpenCL/markov_le.cl
undeath hashcat 7 5,816 12-22-2018, 03:36 PM
    Thread: Can't find OclHashCat Download Link ?
Post: RE: Can't find OclHashCat Download Link ?

oclHashcat/cudaHashcat was not open source. All existing versions were time-nuked, are not available any more and would not work any more.
undeath hashcat 6 5,710 12-26-2018, 10:48 PM
    Thread: KeePass/ Word list help!!!!
Post: RE: KeePass/ Word list help!!!!

It's not easy to find a generic way to generate such highly targeted candidates, hence there is no direct support embedded to hashcat. The way to go about this is creating a small script/program that ...
undeath hashcat 1 1,687 12-29-2018, 11:27 AM
    Thread: Need help on cracking veracrypt hidden partition
Post: RE: Need help on cracking veracrypt hidden partiti...

I'm not sure what you mean by "the command doesnt seem to allow dd to read from the hidden partition". That's exactly what the command does, extracting the KDF data for the hidden partition. That's al...
undeath hashcat 4 2,770 12-31-2018, 11:49 AM
    Thread: Need help on cracking veracrypt hidden partition
Post: RE: Need help on cracking veracrypt hidden partiti...

yes, that's how dd works. if = input file, of = output file
undeath hashcat 4 2,770 12-31-2018, 12:21 PM
    Thread: Combinator attack - all posibillities
Post: RE: Combinator attack - all posibillities

merge all your lists and use princeprocessor (https://hashcat.net/wiki/doku.php?id=princeprocessor)
undeath hashcat 3 2,000 01-01-2019, 07:36 PM
    Thread: Low GPU utilization and how to cope with it
Post: RE: Low GPU utilization and how to cope with it

convert the smaller of the two lists into a rules file and don't use mode 7 but mode 0
undeath hashcat 7 3,763 01-05-2019, 01:50 AM
    Thread: Low GPU utilization and how to cope with it
Post: RE: Low GPU utilization and how to cope with it

if you are indeed attacking unsalted md5 there is no reason to have a targeted attack per hash.
undeath hashcat 7 3,763 01-05-2019, 09:28 PM