Search Results
|
Post |
Author |
Forum
[desc]
|
Replies |
Views |
Posted |
|
|
Thread: Attack mode 6 and 7 give vastly different speeds
Post: RE: Attack mode 6 and 7 give vastly different spee...
The left side of an attack has a higher impact on the performance than the right side. Since your left side for a7 only has 95 items you get worse performance than with the huge wordlist on a6. This i... |
|
undeath |
hashcat
|
9 |
3,546 |
02-11-2019, 02:45 PM |
|
|
Thread: Attack mode 6 and 7 give vastly different speeds
Post: RE: Attack mode 6 and 7 give vastly different spee...
edit: ninja'd
Yes, the speed difference is because that's just how hashcat works and for fast hashes there is no good workaround. You may be able to achieve slightly better speed by using a0 with rul... |
|
undeath |
hashcat
|
9 |
3,546 |
02-11-2019, 03:12 PM |
|
|
Thread: Locating bottleneck in Brain
Post: RE: Locating bottleneck in Brain
Have you checked how saturated your network is? |
|
undeath |
hashcat
|
7 |
4,570 |
02-11-2019, 03:56 PM |
|
|
Thread: Help explain the PBKDF2-HMAC-SHA1 hash-example
Post: RE: Help explain the PBKDF2-HMAC-SHA1 hash-example
|
undeath |
hashcat
|
4 |
2,620 |
02-11-2019, 09: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: 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 |