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: Zip file, pkzip2, does hashcat support this yet?
Post: RE: Zip file, pkzip2, does hashcat support this ye...

Only $zip2$ is supported (WinZip).
atom hashcat 1 3,727 05-21-2017, 01:23 PM
    Thread: Unknown salt
Post: RE: Unknown salt

It's your own fault if you do not export the salt, which is freely available in the database. If you intentionally make your life harder than necessary, that's what you get.
atom hashcat 5 5,396 05-22-2017, 08:37 AM
    Thread: 3DES with repeating key
Post: RE: 3DES with repeating key

It depends on who you are and what the purpose is
atom hashcat 8 7,519 05-22-2017, 08:37 AM
    Thread: Integer overflow detected while brute forcing
Post: RE: Integer overflow detected while brute forcing

Indeed ?a x 11 BF is not feasible therefore it doesn't matter if it overflows or not which is why hashcat works as it works. You need to try more clever attacks based on wordlists.
atom hashcat 13 22,739 05-22-2017, 08:41 AM
    Thread: Unknown salt
Post: RE: Unknown salt

The -e option was in hashcat legacy only
atom hashcat 5 5,396 05-23-2017, 03:30 PM
    Thread: 3DES with repeating key
Post: RE: 3DES with repeating key

No need to proof, I know it works if the key B = A and C = A. However, I don't know of any tool doing this. Also there are other (more interessting) attack-vectors on 3des, but all of them require to ...
atom hashcat 8 7,519 05-23-2017, 03:35 PM
    Thread: Integer overflow detected while brute forcing
Post: RE: Integer overflow detected while brute forcing

kjs Wrote: (05-23-2017, 03:32 PM) -- atom Wrote: (05-22-2017, 08:41 AM) -- Indeed ?a x 11 BF is not feasible therefore it doesn't matter if it overflows or not which is why hashcat works as it works...
atom hashcat 13 22,739 05-23-2017, 03:38 PM
    Thread: Integer overflow detected while brute forcing
Post: RE: Integer overflow detected while brute forcing

No, because it's not the related to a CPU architecture. It's the variables datatype that counts.
atom hashcat 13 22,739 05-23-2017, 04:01 PM
    Thread: Downsizing wordlists.
Post: RE: Downsizing wordlists.

I like the idea, I'm using the same techniques for my wordlist. However I'm not removing them entirely, I just sort them out to a dedicated file. 1. Sort out all words < length 7 2. Sort out email...
atom General Talk 2 3,691 05-24-2017, 12:11 PM
    Thread: About Cracking
Post: RE: About Cracking

There's no AES known plaintext attack module and unless the keyspace is largely decreased by some very good password "hint" it's not possible to crack the key based on it.
atom hashcat 1 2,699 05-26-2017, 10:00 AM
    Thread: Errors on Win7 and Linux
Post: RE: Errors on Win7 and Linux

The GPU is too old and the drivers do not support them cleanly, hence the errors. Solution: Buy a new GPU.
atom hashcat 5 6,883 05-26-2017, 10:02 AM
    Thread: Specify what to check in a dictionary
Post: RE: Specify what to check in a dictionary

In case you only want words of the length between 8 and 10 (inclusive) then: len.bin 8 10 < in.txt > out.txt
atom hashcat 7 7,058 05-26-2017, 10:04 AM
    Thread: hashcat and wps
Post: RE: hashcat and wps

WPS is not supported with hashcat
atom hashcat 2 4,835 05-26-2017, 10:04 AM
    Thread: Errors on Win7 and Linux
Post: RE: Errors on Win7 and Linux

If you want to use linux, use ubuntu
atom hashcat 5 6,883 05-26-2017, 10:07 AM
    Thread: Cracking wpa2 with foreign characters.
Post: RE: Cracking wpa2 with foreign characters.

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_to_deal_with_special_non-latin_characters_chinese_arabic_etc
atom hashcat 2 4,269 05-26-2017, 10:22 AM
    Thread: need help with markov chain, or possibly another solution for decrypt of AES-256
Post: RE: need help with markov chain, or possibly anoth...

If the keyspace is just 2^32 it would be easy to crack the key if you know the plaintext. The keyspace is so small, you wouldn't even need to do it on GPU, you can do it on CPU.
atom hashcat 13 11,856 05-27-2017, 01:04 PM
    Thread: Slow/no status response in Windows 10
Post: RE: Slow/no status response in Windows 10

I think there's those 2 answers to your 2 questions: a) the status is blocked by a possible large number of cracked hashes you do. that will fix "itself" after a while, that is when you do no longer ...
atom hashcat 13 11,068 06-02-2017, 11:06 AM
    Thread: Basic hashcat mask syntax
Post: RE: Basic hashcat mask syntax

The mask you specify is not ?1?1?1?1?1?1?1?1 as you could think, it's just "?1". That's because of the --increment option. If you remove it the warning will be be gone.
atom hashcat 4 6,438 06-02-2017, 02:00 PM
    Thread: Basic hashcat mask syntax
Post: RE: Basic hashcat mask syntax

Protip: use CPU only (-D 1) for such small masks
atom hashcat 4 6,438 06-02-2017, 04:12 PM
    Thread: Start at specific word in list?
Post: RE: Start at specific word in list?

You can use -s to set the base word from where to start
atom General Talk 3 3,861 06-05-2017, 07:07 PM