Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
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: New project
Post: RE: New project
For a professional setup you may want to consider buying well engineered, tested and supported systems. Take a peek at https://sagitta.pw/ |
|
undeath |
Hardware
|
1 |
1,829 |
12-28-2018, 08:29 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,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: 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,762 |
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,762 |
01-05-2019, 09:28 PM |
|
|
Thread: Is this WPA password cracked?
Post: RE: Is this WPA password cracked?
if no hash was cracked there will be no potfile |
|
undeath |
hashcat
|
8 |
4,181 |
01-06-2019, 12:15 PM |
|
|
Thread: Running maskprocessor on Mac
Post: RE: Running maskprocessor on Mac
what do you need maskprocessor for if all you want to do is run a simple mask attack? |
|
undeath |
hashcat
|
8 |
5,377 |
01-06-2019, 11:03 PM |
|
|
Thread: OpenCL not throwing an error or showing OpenCL devices
Post: RE: OpenCL not throwing an error or showing OpenCL...
remove anything that has "cuda" or "sdk" in its name and make sure there are no leftovers. All you need is the intel opencl runtime and the standard nvidia driver. |
|
undeath |
hashcat
|
3 |
1,886 |
01-07-2019, 08:25 PM |
|
|
Thread: Help creating a mask
Post: RE: Help creating a mask
Don't create multiple threads for basically the same issue
https://hashcat.net/forum/thread-8057-post-43265.html |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
2,297 |
01-07-2019, 08:29 PM |
|
|
Thread: Help needed cracking a Mac password
Post: RE: Help needed cracking a Mac password
Don't create multiple threads for basically the same issue
https://hashcat.net/forum/thread-8057-post-43265.html |
|
undeath |
hashcat
|
3 |
4,028 |
01-07-2019, 08:29 PM |
|
|
Thread: i need to start hachcat to brutforce AES encryption
Post: RE: i need to start hachcat to brutforce AES encry...
If you are indeed trying to bruteforce an AES key, that's not going to succeed within your lifetime. Besides, raw AES is not supported by hashcat. |
|
undeath |
hashcat
|
10 |
5,754 |
01-12-2019, 10:25 PM |
|
|
Thread: USB Drive
Post: RE: USB Drive
20 random digits on a veracrypt volume? That's too many. |
|
undeath |
hashcat
|
6 |
3,334 |
01-13-2019, 01:49 PM |
|
|
Thread: Ransomware attack [email protected]
Post: RE: Ransomware attack [email protected]
you first need to extract the KDF data from the veracrypt volume. See https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_veracrypt_volumes
Why are you ... |
|
undeath |
hashcat
|
4 |
4,900 |
01-13-2019, 01:57 PM |