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: attack mode 1 and session restore?
Post: RE: attack mode 1 and session restore?

maybe you haven't reached a checkpoint yet? How far was the attack?
undeath hashcat 4 2,634 10-05-2018, 10:02 PM
    Thread: beginner is cracking his first md5
Post: RE: beginner is cracking his first md5

bo_bcAt Wrote: (10-07-2018, 09:04 AM) -- For me its good at first, its easier, and it works, for now. -- well, see how you are confused by options that you don't actually need? Working with the com...
undeath hashcat 5 3,733 10-07-2018, 12:39 PM
    Thread: attack mode 1 and session restore?
Post: RE: attack mode 1 and session restore?

I cannot reproduce this problem with the same hash mode on hashcat 4.2.1 and combinator attack. Code: -- $ hashcat64.bin -m2500 --session test /tmp/test.hccapx wordlists/1 wordlists/2 -a1 Session...
undeath hashcat 4 2,634 10-07-2018, 12:57 PM
    Thread: Safe power draw
Post: RE: Safe power draw

elidell Wrote: (10-07-2018, 03:23 PM) -- It has only 8gb of ram -- I'm surprised hashcat even worked with that. Usually you should have at least ram=vram.
undeath Hardware 15 10,810 10-07-2018, 06:06 PM
    Thread: Safe power draw
Post: RE: Safe power draw

elidell Wrote: (10-07-2018, 06:21 PM) -- why would i need anymore than 8gb of ram on the motherboard?  its literally just running hashcat on ubuntu in headless mode? -- afaik the nvidia drivers hav...
undeath Hardware 15 10,810 10-07-2018, 07:35 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: 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'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: 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: Is this an ok price?
Post: RE: Is this an ok price?

For all slow hashes candidate generation happens on CPU.
undeath Hardware 6 4,376 10-09-2018, 06:09 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: 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,769 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,769 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: how can i crack a wpa/wpa2 hash with more than one wordlists in one command?
Post: RE: how can i crack a wpa/wpa2 hash with more than...

1. hashcat -a0 [options] wordlist1.txt wordlist2.txt […] 2. https://hashcat.net/wiki/doku.php?id=mask_attack
undeath hashcat 3 2,600 10-19-2018, 05:52 PM
    Thread: help designing an optimal attack - veracrypt non-boot drive
Post: RE: help designing an optimal attack - veracrypt n...

Sounds like you want to do a table attack (https://hashcat.net/wiki/doku.php?id=table_lookup_attack). Although you need to generate and pipe in candidates using hashcat-legacy (https://hashcat.net/...
undeath hashcat 4 2,805 10-20-2018, 10:31 AM
    Thread: how can i crack a wpa/wpa2 hash with more than one wordlists in one command?
Post: RE: how can i crack a wpa/wpa2 hash with more than...

No, the wordlist names can be whatever you want. You can even specify a directory.
undeath hashcat 3 2,600 10-20-2018, 10:33 AM
    Thread: PKID hash Seprator issue
Post: RE: PKID hash Seprator issue

1. don't use pocl 2. don't use --force and post here 3. hashcat can't find your hash file
undeath hashcat 1 1,867 10-22-2018, 11:06 PM
    Thread: help designing an optimal attack - veracrypt non-boot drive
Post: RE: help designing an optimal attack - veracrypt n...

before running deps.sh, try running export CC="x86_64-w64-mingw32-gcc" export CXX="x86_64-w64-mingw32-g++"
undeath hashcat 4 2,805 10-22-2018, 11:56 PM