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 [asc] Views Posted
    Thread: Hi guys, thanks in advance.
Post: RE: Hi guys, thanks in advance.

For -a 1 you need 2 wordlists
atom hashcat 4 3,606 12-21-2017, 10:46 AM
    Thread: Hashcat pid/outfiles error
Post: RE: Hashcat pid/outfiles error

Please retry with hashcat v4.1.0 beta from here: https://hashcat.net/beta/
atom hashcat 4 4,955 02-08-2018, 03:04 PM
    Thread: Bitlocker
Post: RE: Bitlocker

Adding new hash-modes to hashcat isn't too hard for someone with a bit of C programming skills :)
atom hashcat 4 8,670 02-13-2018, 10:36 AM
    Thread: Been away for a while
Post: Been away for a while

Hey Guys. Sorry, I was AFK for some time. I'm back now. If there's anything important, let me know...
atom hashcat 4 3,509 06-12-2018, 04:47 PM
    Thread: Been away for a while
Post: RE: Been away for a while

You guys did well, many thanks!
atom hashcat 4 3,509 06-12-2018, 04:53 PM
    Thread: Telegram Desktop passcode
Post: RE: Telegram Desktop passcode

Comparison after KDF doesn't sound too complex to me (except IGE mode which I don't know what it does but block-modes tend to be simple because they have to be fast). There's much more complex kernels...
atom hashcat 4 3,573 06-21-2018, 02:00 PM
    Thread: Telegram Desktop passcode
Post: RE: Telegram Desktop passcode

Yeah, everything is done on GPU (which is written in OpenCL, which is a reduced C).
atom hashcat 4 3,573 06-22-2018, 09:48 AM
    Thread: Custom OpenCL kernel question
Post: RE: Custom OpenCL kernel question

If both salts are fixed you can hardcode them into the kernel code, saves you some work. See kernel 2610 to get any idea on how to start.
atom hashcat 4 4,320 06-22-2018, 09:52 AM
    Thread: I have a question about password include question mark
Post: RE: I have a question about password include quest...

If you're on linux you need to escape $ signs or use ' quotes.
atom hashcat 4 3,413 08-03-2018, 02:31 PM
    Thread: noob question
Post: RE: noob question

Does the file exist in ./ ?
atom hashcat 4 2,939 08-06-2018, 11:13 AM
    Thread: Wrong Time Estimated with -w 4 parameter
Post: RE: Wrong Time Estimated with -w 4 parameter

If you use the latest beta, take a look at the salt position and try -S. With enough uncracked salts it might be fast enough to feed your GPUs.
atom hashcat 4 2,732 09-08-2018, 10:29 AM
    Thread: BLAKE2
Post: RE: BLAKE2

1375.8 MH/s on a 1080
atom hashcat 4 3,133 10-25-2018, 07:24 AM
    Thread: hashcat v5.1.0
Post: hashcat v5.1.0

[hr] Welcome to hashcat v5.1.0!  Download binaries or sources: https://hashcat.net/hashcat/  [hr] This release is mostly about expanding support for new algorithms and fixing bugs: Add...
atom hashcat 4 23,762 12-02-2018, 01:06 PM
    Thread: Hashcat failing when hashes.txt has multiple different hashes in it
Post: RE: Hashcat failing when hashes.txt has multiple d...

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword Username and email can be exchanged...
atom hashcat 4 2,495 01-10-2019, 03:24 PM
    Thread: Combining a custom hex charset with the standard charsets
Post: RE: Combining a custom hex charset with the standa...

My favorite way to brute-force using a non-english charset is using a pipe. It therefore works only for slow hashes! If you want to BF in utf8 as described above you can do: 1. Make a charset file in...
atom hashcat 4 2,417 02-05-2019, 09:51 AM
    Thread: i need to make 6number dic list
Post: RE: i need to make 6number dic list

Note that you can also use -o here instead of using the shell redirect >
atom hashcat 4 2,160 02-05-2019, 10:03 AM
    Thread: iClass request
Post: RE: iClass request

Can you be more specific which type of computation is needed?
atom hashcat 4 2,577 02-15-2019, 04:18 PM
    Thread: Extract all passwords from potfile
Post: RE: Extract all passwords from potfile

perl -ne 'chomp; my @x=split ":"; print $x[-1], "\n";' hashcat.potfile > wordlist.txt Then you can use wordlist.txt as wordlist
atom hashcat 4 3,187 02-16-2019, 10:53 AM
    Thread: Compile and debugger HashCat for windows
Post: RE: Compile and debugger HashCat for windows

If you just want to modify the kernel you do not need any development environment at all. GPU kernels are compiled using the just in time compiler from the driver. Just make sure to remove the cached ...
atom hashcat 4 2,404 02-20-2019, 08:45 AM
    Thread: Can I use Hashcat for checking against HIBP DB?
Post: RE: Can I use Hashcat for checking against HIBP DB...

Why is that the opposite? Sounds like a traditional wordlist attack to me.
atom hashcat 4 3,071 03-10-2019, 06:37 PM