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 [desc] Replies Views Posted
    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,079 05-22-2020, 10:25 PM
    Thread: What is the speed of Hashcat for cracking wallet.dat using GPU?
Post: RE: What is the speed of Hashcat for cracking wall...

blibblob Wrote: (05-24-2020, 11:24 PM) -- Is it possible to extrapolate in such a way? -- yes, that's correct blibblob Wrote: (05-24-2020, 11:24 PM) -- My password would have been something like ...
undeath hashcat 15 3,366 05-25-2020, 12:11 PM
    Thread: What is the speed of Hashcat for cracking wallet.dat using GPU?
Post: RE: What is the speed of Hashcat for cracking wall...

One trillion per day? Laughable ;) Assuming your opencl drivers support that much devices hashcat will gladly use them. It scales linearly. For example see this 8x GTX 1080Ti benchmark, hitting 550GH...
undeath hashcat 15 3,366 05-28-2020, 02:57 PM
    Thread: 3des comand
Post: RE: 3des comand

that is the whole command.
undeath hashcat 3 818 05-28-2020, 03:02 PM
    Thread: 4 symbols WPA2 password?
Post: RE: 4 symbols WPA2 password?

The password is not four characters. That's impossible to tell from the handshake. The ESSID has length four.
undeath hashcat 3 771 06-07-2020, 09:09 PM
    Thread: hash(hash(plain, salt), salt2)
Post: RE: hash(hash(plain, salt), salt2)

Arbitrarily combining hash modes is not possible. Have a look at mdxfind.
undeath hashcat 1 448 06-08-2020, 01:29 PM
    Thread: Works on virtual machine but not on windows
Post: RE: Works on virtual machine but not on windows

--self-test-disable your problem is right there. If the self test is failing your opencl driver is broken. Try using the latest beta version: https://hashcat.net/beta/
undeath hashcat 2 692 06-09-2020, 05:38 PM
    Thread: Is it normal that Intel GPU is slower than CPU?
Post: RE: Is it normal that Intel GPU is slower than CPU...

You don't need to uninstall certain opencl runtimes to only run certain kinds of devices. Hashcat provides options to choose which device(s)/device types to use. The onboard GPU being slower than t...
undeath hashcat 1 477 06-10-2020, 04:52 PM
    Thread: Hacking SHA256
Post: RE: Hacking SHA256

What is "hacking" supposed to mean? Do you mean cracking? Speed is dependent on the hardware you use and to some degree on the kind of attack you run. Generally speaking, sha256 is a pretty fast hash.
undeath hashcat 1 441 06-10-2020, 04:55 PM
    Thread: hashcat 6.0.0
Post: RE: hashcat 6.0.0

Whooo, it's official finally! So many things happened since the last release!
undeath hashcat 21 87,684 06-16-2020, 06:37 PM
    Thread: €-Symbol with Command ?b
Post: RE: €-Symbol with Command ?b

First, € is a utf-8 multibyte symbol and cannot be cracked on any hash mode with ?b. You'd need to use ?b?b?b. Second, NTLM uses utf-16 and hashcat does some very naive charset conversion that can o...
undeath hashcat 4 809 06-16-2020, 08:36 PM
    Thread: €-Symbol with Command ?b
Post: RE: €-Symbol with Command ?b

You can use the MD4 hash mode to crack your hash: Code: -- ./hashcat -m900 030926B781938DB4365D46ADC7CFBCB8 euro.txt --encoding-from=utf8 --encoding-to=utf16le --
undeath hashcat 4 809 06-16-2020, 08:41 PM
    Thread: Blockchain Wallet
Post: RE: Blockchain Wallet

hashcat cannot be used to attack websites.
undeath hashcat 6 1,279 06-19-2020, 01:57 AM
    Thread: False Positives
Post: RE: False Positives

If 25-fghaghaglhfalgh and 2-fglhasdfhladd create the same hash it might. Otherwise it is a bug.
undeath hashcat 3 658 06-22-2020, 06:41 PM
    Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?

-O is using a different kernel that has some optimizations and should run faster but only works for passwords up to a certain length (depending on the specific hashing function). This length is usuall...
undeath hashcat 8 1,281 06-24-2020, 12:29 PM
    Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?

led5150 Wrote: (06-25-2020, 01:20 AM) -- Funny enough, it does find it without the -O flag.  Would it be safe/reliable to use without it? -- Unfortunately that's not safe to say. Fact is, there is...
undeath hashcat 8 1,281 06-26-2020, 03:17 PM
    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: Anyone with a amd/radeon GPU rig running on linux?
Post: RE: Anyone with a amd/radeon GPU rig running on li...

You should see no issues using rocm on linux.
undeath hashcat 5 1,004 07-06-2020, 03:28 PM
    Thread: Upgraded to v6.0.0 now Illegal instruction error
Post: RE: Upgraded to v6.0.0 now Illegal instruction err...

Why are you not running hashcat on your windows system?
undeath hashcat 3 700 07-07-2020, 06:51 PM
    Thread: AesCrypt hash: How to obtain iv, enc_iv, enc_key, HMAC and encrypttion
Post: RE: How to obtain iv, enc_iv, enc_key, HMAC and en...

According to the error.png screenshot in your first post even AES Crypt itself doesn't recognize that file as a valid AES Crypt file. Either it was not created with AES Crypt or it has been damaged.
undeath hashcat 5 812 07-08-2020, 09:27 PM