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: Some interesting test 14100
Post: RE: Some interesting test 14100

Please request this new feature on github https://github.com/hashcat/hashcat/issues It would probably require a new optimized kernel that is dedicated to this special variant and I would suggest th...
philsmd hashcat 5 1,319 04-28-2020, 01:59 PM
    Thread: CPU device not available
Post: RE: CPU device not available

Please install the nvidia driver directly from https://www.nvidia.com/Download/index.aspx also see https://hashcat.net/faq/wrongdriver if installing the GPU driver doesn't work immediately
philsmd hashcat 4 1,197 04-28-2020, 02:00 PM
    Thread: Separator Unmatched
Post: RE: Separator Unmatched

That's not the correct assumption. It literally just said: Code: -- Hashfile 'xyz' on line 6 ... -- The most important part is the "Hashfile" part. The filename of course is not what the ...
philsmd hashcat 5 1,389 04-26-2020, 09:35 AM
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

The --keyspace , --skip and --limit usage is very intuitive. You just first determine the total "keyspace" (https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace) with ...
philsmd hashcat 9 1,579 04-27-2020, 08:54 AM
    Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw

-o is wrong in your command line. --outfile (or short -o) is only used for redirecting the output to a file (the results). you need to specify the hash like this: Code: -- hashcat -m 11600 -a 3...
philsmd hashcat 4 1,058 04-27-2020, 11:47 AM
    Thread: Merge .16800 files into a single one
Post: RE: Merge .16800 files into a single one

Linux: Code: -- cat single_captures/*.16800 > all_in_one/multi.16800 -- Windows: Code: -- copy single_captures\*.16800 all_in_one\multi.16800 -- [hr] alternatively, if all files are...
philsmd hashcat 1 609 04-28-2020, 04:50 PM
    Thread: ROMPER HASH
Post: RE: ROMPER HASH

english only do not post hashes see https://hashcat.net/forum/announcement-2.html
philsmd hashcat 1 504 04-29-2020, 09:24 AM
    Thread: Unable to get hashcat to run after GPU update
Post: RE: Unable to get hashcat to run after GPU update

seems to be a installation or system configuration problem only... not really a problem with latest hashcat version. You for instance shouldn't have CUDA 9.1 and CUDA 10.2 installed... most of the ti...
philsmd hashcat 3 1,213 04-30-2020, 12:45 PM
    Thread: Guess rejection policy for mangling rules attack
Post: RE: Guess rejection policy for mangling rules atta...

no, you shouldn't bother about this. It would be way too complex and time consuming (performance drop) to check this type of "rejection". It would cost MUCH more to check for a rejection than actually...
philsmd hashcat 1 527 04-27-2020, 12:00 PM
    Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.

I just tested it (again) just to make sure it would work. ... and as expected, your claim does not hold (for me it works on any ubuntu > 16.04): Code: -- Prerequisites > Missing Prerequisite(s) ---...
philsmd hashcat 6 1,890 04-27-2020, 02:34 PM
    Thread: Sorting many masks by number of combinations?
Post: RE: Sorting many masks by number of combinations?

maybe this one: PACK (Password Analysis and Cracking Kit): https://github.com/iphelix/pack/ https://web.archive.org/web/20190125201146/https://thesprawl.org/projects/pack/
philsmd hashcat 2 805 04-30-2020, 02:08 PM
    Thread: Speed up bruteforce H/s
Post: RE: Speed up bruteforce H/s

let's start by letting us know which type of hashes you are targeting. Throwing some numbers at the table doesn't make much sense without the information about the algorithm / hash type . BTW: m...
philsmd hashcat 3 845 05-01-2020, 12:30 PM
    Thread: hashcat and $electrum$5* hash
Post: RE: hashcat and $electrum$5* hash

As far as we know, this is a driver problem and happens because of the deflate/zlib decompression code. This means that for your driver/hardware also the compressed PKZIP modes will fail (not a pro...
philsmd hashcat 2 657 05-02-2020, 06:39 PM
    Thread: Discord
Post: RE: Discord

I think the idea in general is not bad, but it would be much more clever to contact the administrator (atom) or at least some moderators over here or IRC to discuss these types of ideas before announc...
philsmd hashcat 1 900 05-02-2020, 06:46 PM
    Thread: PBKDF2-HMAC-SHA256
Post: RE: PBKDF2-HMAC-SHA256

it's written in the document you linked: https://perlmaven.com/storing-passwords-in-a-an-easy-but-secure-way -> https://metacpan.org/pod/Crypt::PBKDF2 -> "the number of iterations encoded with MIME::B...
philsmd hashcat 2 702 05-03-2020, 11:37 AM
    Thread: Newbie learning how to crack a RAR3 hash.
Post: RE: Newbie learning how to crack a RAR3 hash.

a,lso escaping of the "$RAR3$..." hash is very important... therefore I would suggest to use a hash file, instead of messing around with shell escaping directly in the command Code: -- hashcat64.e...
philsmd hashcat 5 1,172 05-07-2020, 11:00 AM
    Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

Can you show also the server logs ? do the IDs change ?
philsmd hashcat 21 3,577 05-08-2020, 11:27 AM
    Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

could you please try with latest beta version from https://hashcat.net/beta/ ? just to make sure we are testing with the same version / code.
philsmd hashcat 21 3,577 05-08-2020, 12:54 PM
    Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw

7z2hashcat from https://github.com/philsmd/7z2hashcat (you would need to either have perl installed or use the windows binary from https://github.com/philsmd/7z2hashcat/releases). The .7z file must...
philsmd hashcat 4 1,058 04-27-2020, 07:08 PM
    Thread: hashmode sha1(sha1($pass).$salt) support?
Post: RE: hashmode sha1(sha1($pass).$salt) support?

This seems to be similar to: -m 4520 = sha1($salt.sha1($pass)) -m 4521 = Redmine -m 4522 = PunBB but with the $salt at the end instead of at the beginning (all of the above use the salt at the s...
philsmd hashcat 1 521 05-04-2020, 07:06 PM