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 Forum Replies Views [asc] Posted
    Thread: 3rd GPU will not run in betas
Post: RE: 3rd GPU will not run in betas

try using the official beta from https://hashcat.net/beta/
undeath Beta Tester 4 1,112 04-05-2020, 06:16 PM
    Thread: How does hashcat control the fan?
Post: RE: How does hashcat control the fan?

It doesn't. Use external tools.
undeath hashcat 1 1,110 06-02-2019, 12:29 PM
    Thread: Using Cuda 10.2 after OpenCL installed
Post: RE: Using Cuda 10.2 after OpenCL installed

you can select individual devices using -d but as can be seen hashcat will use device #1 by default, which is the CUDA interface of your GPU, which is optimal.
undeath hashcat 2 1,110 09-02-2019, 12:37 AM
    Thread: ESSID:key available lists?
Post: RE: ESSID:key available lists?

See https://hashcat.net/forum/thread-6170.html Given that default passwords for wpa routers are usually generated using some pseudo-random hashing function I wouldn't expect an AI to create much us...
undeath hashcat 6 1,108 06-28-2020, 03:40 PM
    Thread: Password recovery - 3 attack avenues?
Post: RE: Password recovery - 3 attack avenues?

Cracking ten random characters on veracrypt is not going to complete within your lifespan. GPG and pCloud are not supported. GPG would probably be faster to crack than veracrypt (only a guess) but sti...
undeath General Talk 4 1,105 05-18-2020, 04:30 PM
    Thread: no GPU connected (AMD Radeon RX5600XT)
Post: RE: no GPU connected (AMD Radeon RX5600XT)

install rocm
undeath hashcat 4 1,103 03-30-2020, 12:38 AM
    Thread: no GPU connected (AMD Radeon RX5600XT)
Post: RE: no GPU connected (AMD Radeon RX5600XT)

If you still have pocl installed try to remove that.
undeath hashcat 4 1,103 03-31-2020, 06:13 PM
    Thread: Smart Brutforce?
Post: RE: Smart Brutforce?

You can use PACK (https://github.com/iphelix/PACK) to match a specific password policy or play around with hashcat's mask attack and the -t argument. Unfortunately with -t it's not possible to later r...
undeath hashcat 1 1,100 07-04-2019, 04:27 PM
    Thread: Help!
Post: RE: Help!

What problem do you mean?
undeath hashcat 3 1,088 01-29-2020, 03:48 PM
    Thread: Is my config too weak ?
Post: RE: Is my config too weak ?

It would certainly be useful to list your hardware if you want an opinion on that. Since you are using a laptop with CPU chances are pretty high it's not suitable for hashcat. (and running hashcat on ...
undeath hashcat 1 1,086 07-13-2019, 11:30 AM
    Thread: Combinator + mask?
Post: RE: Combinator + mask?

The most efficient way to tackle this problem is probably combinator stdin on a0 and generated rules files to emulate the mask part.
undeath hashcat 1 1,079 06-04-2019, 10:09 AM
    Thread: markov mode
Post: RE: markov mode

Why are you using statsprocessor instead of hashcat's native markov support? Piping words in will almost always be slower. Also, you should specify a mask.
undeath hashcat 6 1,076 05-22-2020, 10:25 PM
    Thread: Help with cracking a password to a PDF
Post: RE: Help with cracking a password to a PDF

hashcat does not use rainbow tables. And besides, I have no idea how your md5 is related to the pdf mentioned in the thread title.
undeath General Talk 2 1,069 02-16-2020, 02:08 PM
    Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?

hashcat has predefined character sets and I highly recommend them over specifying each letter by itself. Also, the command in the first post seems to have ?1=?2 and ?3=?4 that doesn't make sense. More...
undeath hashcat 8 1,060 07-17-2020, 11:56 AM
    Thread: Need help with hashcat
Post: RE: Need help with hashcat

Your hardware is way too old. Sorry, got confused. Download the latest nvidia driver from their homepage, not through windws. https://www.nvidia.com/Download/driverResults.aspx/145874/en-us
undeath hashcat 2 1,055 02-05-2020, 10:51 PM
    Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw

For what you want to do I would recommend rules instead of a mask attack. If you get the "Token length exception" I have bad news for you however. hashcat can only support 7z archives up to a certa...
undeath hashcat 4 1,054 04-27-2020, 07:06 PM
    Thread: slow using rules
Post: RE: slow using rules

Without knowing how exactly your command line is looking and what numbers you are comparing it's impossible to properly answer this. Please provide more details. I have never seen a straight wordli...
undeath hashcat 7 1,053 07-28-2020, 05:08 PM
    Thread: Hash Extraction
Post: RE: Hash Extraction

wlanhcxinfo from hcxtools (https://github.com/ZerBea/hcxtools) or depending on your needs here the hccapx format description: https://hashcat.net/wiki/doku.php?id=hccapx
undeath hashcat 2 1,045 03-13-2020, 02:03 PM
    Thread: Rules effects.
Post: RE: Rules effects.

description for individual rules: https://hashcat.net/wiki/doku.php?id=rule_based_attack to see what a specific ruleset generates you can use hashcat's stdout mode hashcat -r rules.rule wordlist...
undeath hashcat 3 1,043 02-05-2020, 05:02 PM
    Thread: Deleting symbols with rules?
Post: RE: Deleting symbols with rules?

There is no way. The @ rule is not implemented in hashcat. It was only available in the old cpu-only version.
undeath hashcat 4 1,041 02-06-2020, 09:04 PM