Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Help explain the PBKDF2-HMAC-SHA1 hash-example
Post: RE: Help explain the PBKDF2-HMAC-SHA1 hash-example
|
undeath |
hashcat
|
4 |
2,619 |
02-11-2019, 09:46 PM |
|
|
Thread: AMD Radeon VII benchmarks(?)
Post: RE: AMD Radeon VII benchmarks(?)
The problem is not with your benchmark command but with the post I think. It's cut off in the middle during the Truecrypt benchmarks. Or did hashcat crash at that point? |
|
undeath |
Hardware
|
17 |
12,532 |
02-12-2019, 04:46 PM |
|
|
Thread: No password candidates received in stdin mode, aborting...
Post: RE: No password candidates received in stdin mode,...
There are lots of options but none of those is a wordlist. |
|
undeath |
hashcat
|
10 |
8,861 |
02-13-2019, 12:02 PM |
|
|
Thread: No password candidates received in stdin mode, aborting...
Post: RE: No password candidates received in stdin mode,...
well, that much is clear. But you're running a wordlist attack. |
|
undeath |
hashcat
|
10 |
8,861 |
02-13-2019, 12:47 PM |
|
|
Thread: No password candidates received in stdin mode, aborting...
Post: RE: No password candidates received in stdin mode,...
Do you know that the password contains all those types of characters? If not, a wordlist attack with one of the larger rules files included in hashcat may do the job. |
|
undeath |
hashcat
|
10 |
8,861 |
02-13-2019, 05:56 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
your dictionary does not contain the plaintexts |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 08:04 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
capitalisation matters. Besides, two of the lines in the dict are messed up. They contain mulitple words delimited by \r\r |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 08:11 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
use a proper text editor. This is what vim shows (including leading line numbers)
Code:
--
1 _998111^M^MCampbell^M
2 Campbell_^M
3 Demarcus^M
4 Demarcus_^M
5 Hacker^M^Mauburn^M^Mhashcat^M... |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 08:18 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
your line breaks are still screwed. They are all \r\r\n instead of \r\n or \n |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 09:41 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
vim autodetects the line breaks, the ^M you see is still excessive. I double-checked in a hex editor. |
|
undeath |
hashcat
|
16 |
6,932 |
02-13-2019, 11:08 PM |
|
|
Thread: ./OpenCl/ No such file or directory
Post: RE: ./OpenCl/ No such file or directory
did you extract all the files from the archive? |
|
undeath |
hashcat
|
4 |
3,164 |
02-13-2019, 11:09 PM |
|
|
Thread: ./OpenCl/ No such file or directory
Post: RE: ./OpenCl/ No such file or directory
Just checked, 5.1.0 does have that folder, too. If your GPU is not detected something with your driver is wrong. |
|
undeath |
hashcat
|
4 |
3,164 |
02-13-2019, 11:44 PM |
|
|
Thread: Hashcat Can't Find Password Even though its in the Dictionary
Post: RE: Hashcat Can't Find Password Even though its in...
^M is just how vim displays carriage return characters. In a replace you'd have to specify \r. You could also have fixed it with tr -d '\r' |
|
undeath |
hashcat
|
16 |
6,932 |
02-14-2019, 12:44 AM |
|
|
Thread: Crackpos incorrect
Post: RE: Crackpos incorrect
since the axes' labels are missing it's hard to tell what that chart is about at all. What is wrong with the red/green curves? Is this about the smallest crackpos being reported? If so, "number of gue... |
|
undeath |
hashcat
|
12 |
5,625 |
02-15-2019, 08:00 PM |
|
|
Thread: Crackpos incorrect
Post: RE: Crackpos incorrect
You are confusing crackpos with the number of guesses made. There are no guarantees that a lower crackpos means it's tried earlier, or analogously that a higher crackpos means some candidate is tried ... |
|
undeath |
hashcat
|
12 |
5,625 |
02-15-2019, 09:24 PM |
|
|
Thread: Crackpos incorrect
Post: RE: Crackpos incorrect
speed should be almost constant over time, you would usually end up with pretty much a straight line if you tried to plot the guesses made. |
|
undeath |
hashcat
|
12 |
5,625 |
02-15-2019, 09:35 PM |
|
|
Thread: Crackpos incorrect
Post: RE: Crackpos incorrect
you could externally monitor the outfile and track the amount of hashes cracked over time. |
|
undeath |
hashcat
|
12 |
5,625 |
02-16-2019, 12:10 PM |
|
|
Thread: newbie - how do I open/view the example hash .vc file?
Post: RE: newbie - how do I open/view the example hash ....
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_veracrypt_volumes |
|
undeath |
General Talk
|
3 |
2,710 |
02-16-2019, 04:54 PM |
|
|
Thread: Compile and debugger HashCat for windows
Post: RE: Compile and debugger HashCat for windows
hashcat is known to compile with gcc and llvm. You can then attach a debugger such as gdb. |
|
undeath |
hashcat
|
4 |
2,404 |
02-16-2019, 07:22 PM |
|
|
Thread: First Cracking Rig
Post: RE: First Cracking Rig
certainly depends on how many pcie lanes your board/cpu(s) have |
|
undeath |
Hardware
|
19 |
10,139 |
02-19-2019, 06:06 PM |