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 [desc] Author Forum Replies Views Posted
    Thread: hashcat and f b passwords
Post: RE: hashcat and f b passwords

sure, just open the text file you saved it in.
undeath Old hashcat Support 3 8,289 10-30-2012, 04:06 PM
    Thread: Hashcat and Invision Power Board 4.xx?
Post: RE: Hashcat and Invision Power Board 4.xx?

IPB v4 uses unix-blowfish hashes. crypt( $password, '$2a$13$' . $salt );
undeath Old hashcat Support 4 10,770 02-20-2015, 08:59 PM
    Thread: Hashcat and Invision Power Board 4.xx?
Post: RE: Hashcat and Invision Power Board 4.xx?

-m 3200
undeath Old hashcat Support 4 10,770 02-20-2015, 10:17 PM
    Thread: Hashcat and R9 390
Post: RE: Hashcat and R9 390

If you need to disable the selftest something is probably broken anyway.
undeath hashcat 4 3,015 01-28-2019, 08:08 PM
    Thread: hashcat approved gpu driver no longer available
Post: RE: hashcat approved gpu driver no longer availabl...

wow, shouldn't we just delete that ancient and outdated wiki article? Please, nobody, use ubuntu 14.04 anymore.
undeath hashcat 9 6,018 08-07-2018, 12:31 AM
    Thread: Hashcat batch-mode?
Post: RE: Hashcat batch-mode?

try and see yourself.
undeath hashcat 1 305 08-27-2020, 03:18 PM
    Thread: hashcat WPA benchmark not starting at all
Post: RE: hashcat benchmark not starting at all

probably a crash inside the opencl runtime
undeath hashcat 12 8,216 03-17-2019, 08:29 PM
    Thread: hashcat beta - supported CUDA version?
Post: RE: hashcat beta - supported CUDA version?

CUDA support is only available in the beta currently. Your driver is really old. Install the latest version.
undeath Beta Tester 1 2,274 07-20-2019, 12:41 AM
    Thread: Hashcat Brain
Post: RE: Hashcat Brain

you should always use the potfile, unless you are tracking cracked hashes through other means (eg outfile). hashcat brain will not do that.
undeath hashcat 5 2,300 05-28-2019, 06:23 PM
    Thread: Hashcat brute force
Post: RE: Hashcat brute force

see https://hashcat.net/wiki/doku.php?id=mask_attack
undeath Old hashcat Support 3 7,630 07-06-2014, 06:11 PM
    Thread: Hashcat Bruteforce attack startpoint
Post: RE: Hashcat Bruteforce attack startpoint

use -s and -l
undeath hashcat 1 2,359 07-01-2017, 06:33 PM
    Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure

wpa passwords must have a length of at least 8 characters. If it worked before that was a bug.
undeath hashcat 8 5,703 01-30-2018, 02:05 PM
    Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure

the wpa specification does not allow passwords shorter than 8 characters.
undeath hashcat 8 5,703 01-30-2018, 02:26 PM
    Thread: Hashcat Bruteforce Mode failure
Post: RE: Hashcat Bruteforce Mode failure

it is not.
undeath hashcat 8 5,703 01-30-2018, 02:46 PM
    Thread: Hashcat can't find password
Post: RE: Hashcat can't find password

you need to use rar2john from jtr-jumbo to extract the KDF data from the rar archive: https://github.com/magnumripper/JohnTheRipper looks like you're going to have to compile that yourself or find ...
undeath hashcat 3 3,482 04-20-2018, 10:12 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