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: Decrypt PGP encryption (Symantec).
Post: RE: Decrypt PGP encryption (Symantec).

not supported. btw, hashcat can help with recovering a password but not decrypt anything.
undeath hashcat 6 3,684 02-07-2019, 08:24 PM
    Thread: Decrypt PGP encryption (Symantec).
Post: RE: Decrypt PGP encryption (Symantec).

the software you are asking about is not supported by hashcat.
undeath hashcat 6 3,684 02-07-2019, 11:52 PM
    Thread: problems with -m 15700
Post: RE: problems with -m 15700

Try using the slow candidates mode (-S) Hashcat isn't optimised for handling such small wordlists.
undeath hashcat 5 2,794 02-08-2019, 03:36 PM
    Thread: Attack mode 6 and 7 give vastly different speeds
Post: RE: Attack mode 6 and 7 give vastly different spee...

https://hashcat.net/faq/morework
undeath hashcat 9 3,546 02-11-2019, 11:30 AM
    Thread: Attack mode 6 and 7 give vastly different speeds
Post: RE: Attack mode 6 and 7 give vastly different spee...

I'm not implying anything, it's explained right in that FAQ article. Your mask is too small to be a useful amplifier for a very fast hash type like NTLM.
undeath hashcat 9 3,546 02-11-2019, 01:48 PM
    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

salt in base64
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