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 [asc] Author Forum Replies Views Posted
    Thread: Which way is faster
Post: RE: Which way is faster

Well, the following facts should be very obvious but maybe you are asking for them: - if the dictionary is very small and dedicated a word list attack (-a 0) would be smarter/better - if a dictionary ...
philsmd hashcat 7 9,225 04-02-2017, 03:02 PM
    Thread: Which way is faster
Post: RE: Which way is faster

yes, definitely
philsmd hashcat 7 9,225 04-02-2017, 04:01 PM
    Thread: Which mode - passlib.hash.bcrypt_sha256
Post: RE: Which mode - passlib.hash.bcrypt_sha256

support for the PBKDF2-HMAC-SHA* Passlib format is in beta (https://hashcat.net/beta/), see: https://github.com/hashcat/hashcat/pull/2008 the passlib SHA* hashes did actually work with older versi...
philsmd hashcat 2 1,408 05-25-2019, 07:52 AM
    Thread: Which corresponding global settings file do you need to modify?
Post: RE: Which corresponding global settings file do yo...

You could store your custom set of characters into a hcchr file, see https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files and use the file as a custom charset (e.g. -4 file4.hcchr or...
philsmd Hardware 4 3,506 04-08-2018, 05:43 PM
    Thread: where is the salt?
Post: RE: where is the salt?

do not post hashes: see https://hashcat.net/forum/announcement-2.html The general rule is to just look at the source code on how the hashes are generated... if you do not have access to any code, i...
philsmd hashcat 1 477 06-09-2020, 12:45 PM
    Thread: Where is ForceWare 346.29?
Post: RE: Where is ForceWare 346.29?

Since the requirement is "NV users require ForceWare 346.29 or later", later versions will work too. EDIT: I think this might be a typo and 346.22 should work too (there is no 346.29 version afaik). ...
philsmd Old oclHashcat Support 2 7,108 01-16-2015, 03:04 PM
    Thread: where did hashcat get the hashtype?
Post: RE: where did hashcat get the hashtype?

No, hashcat doesn't guess the hash type. As many "hash identification" projects show, there is no such think as 100% knowing which hash type the input is from a random set of some (hex) bytes. It on...
philsmd hashcat 3 3,658 01-24-2017, 06:09 PM
    Thread: When is all the Truecrypt encryption ciphers available?
Post: RE: When is all the Truecrypt encryption ciphers a...

This is already implemented with newest (beta) version, see: - https://hashcat.net/trac/ticket/394 or https://twitter.com/hashcat/status/667401031509258241 - https://hashcat.net/trac/ticket/618 or h...
philsmd Old oclHashcat Support 4 6,388 11-24-2015, 05:41 PM
    Thread: Whats up with this hardware
Post: RE: Whats up with this hardware

the mask in the pictures is different, the number of left hashes (but interestingly only one "salt" / network ??? so basically you already cracked all networks on one machine and some hashes are uncra...
philsmd Hardware 4 1,162 05-25-2020, 07:38 AM
    Thread: Whats the most efficient way to do this? (newbie)
Post: RE: Whats the most efficient way to do this? (newb...

maybe rule based attacks: https://hashcat.net/wiki/doku.php?id=rule_based_attack Code: -- r ^T ^I ^W $5 $0 -- the last part (adding the digits, $5 $0) can be done also with a separate rule...
philsmd hashcat 3 846 04-23-2020, 05:54 PM
    Thread: What's wrong? [noob]
Post: RE: What's wrong? [noob]

Code: -- Hash 'hash.hash': Line-length exception -- .... this means that the file hash.hash was not found and oclHashcat did try to load the parameter "hash.hash" as a hash (directly specified ...
philsmd Old oclHashcat Support 1 3,529 06-05-2015, 03:30 AM
    Thread: What's wrong with AMD & RAR3-HP
Post: RE: What's wrong with AMD & RAR3-HP

I tested this with win 10 and GnuWin32's wc command. The differences between linux and windows are the following. Linux: Code: -- ./hashcat -a 3 --stdout -i --increment-min 5 --increment-max 5 -1 ?d...
philsmd hashcat 9 9,367 02-01-2017, 03:51 PM
    Thread: What type?
Post: RE: What type?

This is NOT allowed here. It's against the forum rules: https://hashcat.net/forum/announcement-2.html You can't simply post some random hashes (in addition to that you are not even writing the pass...
philsmd hashcat 1 381 07-07-2020, 08:27 AM
    Thread: what the hash is this?
Post: RE: what the hash is this?

-m 500 = md5crypt see also https://hashcat.net/wiki/example_hashes
philsmd General Talk 1 2,032 11-23-2017, 04:32 PM
    Thread: What problems can i have if i use --force mode?
Post: RE: What problems can i have if i use --force mode...

install the correct driver for your hardware, see https://hashcat.net/hashcat driver from nvidia.com for your NVidia GPU driver from the ROCm page for your AMD GPU on linux driver from the amd.co...
philsmd hashcat 3 925 04-01-2020, 08:57 AM
    Thread: What make the hashrate so huge different?
Post: RE: What make the hashrate so huge different?

well, hccapx files as you can see here https://hashcat.net/wiki/doku.php?id=hccapx can consist of several networks/handshakes etc. if you crack several networks at the same time with -m 2500 = WPA/WPA...
philsmd hashcat 4 2,714 01-15-2019, 07:05 PM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

Here it seems to be very easy to find the algorithm... you just need to look for (or have) some known hash:salt:plain tuples. E.g. this list (hash:salt masked): 1. hash:salt above (231cXXXX18a4cee66X...
philsmd General Help 16 64,375 01-03-2014, 02:02 PM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

Do it like I did: since there are only pins of length 4 and the range is 0000 - 9999, you can just quickly iterate through this list w/ a few lines of code... Below are some lines of perl... run it a...
philsmd General Help 16 64,375 01-03-2014, 08:30 PM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

There are several things you need to check... 1. is the input correct, the plist has the fields (salt and hash) base64 encoded, please decode them w/ echo "[saltORhash]" | base64 -d | xxd -p -> hex e...
philsmd General Help 16 64,375 01-15-2014, 02:57 PM
    Thread: What kind of hash is this?
Post: RE: What kind of hash is this?

Yes, could be anything as atom said... But still, the "string" above looks like plain base64 encoded. See this example (ending of your string): Code: -- $ echo -n LQAAAABfQUxMAAAAIAAAACE= | base64...
philsmd General Talk 8 16,901 09-22-2014, 12:18 PM