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 [desc] Author Forum Replies Views Posted
    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'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'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: 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: 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: 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: 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: 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 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: 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: 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 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: Who have old HashCat Plus ?
Post: RE: Who have old HashCat Plus ?

Hey, 1. google (and to be fair other search engines too, including some specialized file search engines) return dozens of result if I just launch a search, e.g. I get this link: ftp://www.cs.tula.r...
philsmd Very old oclHashcat-plus Support 8 15,002 10-01-2013, 02:06 AM
    Thread: Why a brute-force attack on RAR3-HP hash fails?
Post: RE: Why a brute-force attack on RAR3-HP hash fails...

The hash format can be double-checked by looking at this page https://hashcat.net/wiki/example_hashes or with hashcat itself e.g. hashcat -m 12500 --example-hashes The hash format should not contai...
philsmd hashcat 1 1,769 08-18-2018, 06:43 PM
    Thread: why does -i paremeter not working while pipe?
Post: RE: why does -i paremeter not working while pipe?

It's very easy to think about this: you have 2 different processes the 2 processes only communicate over the pipe the second hashcat instance only knows that it gets some input from stdin (from an ...
philsmd hashcat 2 2,677 12-02-2017, 03:35 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

what hardware do you have ? what driver version do you use ? output of hashcat -I and maybe clinfo.exe would also be great. Do you get any errors ? You are not using --force, right ? all comman...
philsmd hashcat 10 965 08-27-2020, 08:15 AM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

try to add this to your command: -D 1
philsmd hashcat 10 965 08-27-2020, 08:44 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

I'm pretty sure it's a very nasty driver bug. The same code works with all the other devices and drivers etc. You might be able to work around it with different driver versions. but it's actually q...
philsmd hashcat 10 965 08-27-2020, 11:06 PM
    Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?

did you try with other hash types ? do they work correctly with your Intel GPU (windows operating system) ?
philsmd hashcat 10 965 08-28-2020, 09:06 AM