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 Replies [asc] Views Posted
    Thread: token length exception
Post: RE: token length exception

sha1 is -m 100 see https://hashcat.net/wiki/example_hashes
philsmd hashcat 2 2,485 04-15-2019, 06:41 PM
    Thread: Second GPU is not recognized
Post: RE: Second GPU is not recognized

your clinfo basically proofs that it is not hashcat fault because also clinfo only sees a single RX 580 (there is only one GPU in your list). I would suggest reinstalling the driver and/or messing ...
philsmd Hardware 2 2,021 04-18-2019, 12:40 PM
    Thread: Problem with token length exceptions
Post: RE: Problem with token length exceptions

make sure that the args.txt file only contains the arguments starting with -a 3 (not the binary "hashcat32.exe" too) also make sure that the file "hashes.txt" only contains valid MD5 hashes you ...
philsmd hashcat 2 1,718 04-25-2019, 07:48 PM
    Thread: pkzip2
Post: RE: pkzip2

see https://github.com/hashcat/hashcat/pull/1962 , it's work in progress. I have no clue what you are trying to say with that sentence regarding AES, the main problem was that we have to do huffman c...
philsmd hashcat 2 2,977 05-03-2019, 07:39 AM
    Thread: Hash type sorting
Post: RE: Hash type sorting

best advice would be to do it manually. There are some software that try to detect hashes, but they are all crap and not reliable. You sometimes can't say what the hash type is if you do not know whic...
philsmd hashcat 2 1,590 05-11-2019, 01:31 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: nano syntax highlighting masks
Post: RE: nano syntax highlighting masks

interesting. thanks for the contribution. ... but I think your syntax rules do not catch all cases see: 1. https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files 2. https://hashcat.n...
philsmd User Contributions 2 2,218 05-28-2019, 07:42 PM
    Thread: hashcat inquiry.
Post: RE: hashcat inquiry.

in theory you could just use the same command without the hash file and using --stdout to see all the password candidates. e.g. if you had this command: Code: -- hashcat -m 14800 -r my.rules ha...
philsmd hashcat 2 1,466 06-03-2019, 09:38 AM
    Thread: Plz help with iTunes encryption
Post: RE: Plz help with iTunes encryption

dictionary-based attacks (-a 0) with rules (-r) are in general more clever compared to "brute-force" except if you know for sure that the password is 100% randomly generated
philsmd hashcat 2 1,274 06-05-2019, 01:11 PM
    Thread: Brain - couple of questions
Post: RE: Brain - couple of questions

features should be used as they were meant to be used. brain is not a replacement for the -s / -l option or a distributed cracking setup. you could/should use something like hashtopolis (which btw ...
philsmd hashcat 2 1,271 06-10-2019, 01:03 PM
    Thread: Guidance for creation of custom kernels
Post: RE: Guidance for creation of custom kernels

I would say that the best thing for now is to just have a look at the github commit history and check for the addition of (already added) new hash types, like this one: https://github.com/hashcat/hash...
philsmd General Talk 2 1,858 06-15-2019, 09:33 AM
    Thread: PKZip Length Question
Post: RE: PKZip Length Question

short answer: not supported long answer: it would actually be easily possible to support longer compressed data lengths (the decompressed length is even less problematic because we "only" need to c...
philsmd hashcat 2 1,684 06-22-2019, 09:57 AM
    Thread: Hashcat office collision attack (9810 and 9820) doesn't work
Post: RE: Hashcat office collision attack (9810 and 9820...

sounds similar to this problem https://github.com/hashcat/hashcat/issues/2067
philsmd hashcat 2 1,555 07-16-2019, 12:05 PM
    Thread: mozilla
Post: RE: mozilla

-1 0x01 ^ this is wrong syntax. where did you read about this 0x notation ? did you just guess this? hashcat has an option called --hex-charset and you can use it like this --hex-charset ?a?a?a...
philsmd hashcat 2 1,306 07-16-2019, 02:24 PM
    Thread: maskprocessor - how to combine letters and numbers?
Post: RE: maskprocessor - how to combine letters and num...

-1 ?l?u?d -q 4 -r 5 ?1?1?1?1?1?1?1
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 2,084 07-17-2019, 11:05 AM
    Thread: How to find out veracrypt hash type
Post: RE: How to find out veracrypt hash type

The FAQ over here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_veracrypt_volumes clearly says that you need to extract the last 512 bytes Quote:...
philsmd hashcat 2 1,411 07-26-2019, 04:27 AM
    Thread: On Mac OS X using eGPU RX 580 not using internal RX 570?
Post: RE: On Mac OS X using eGPU RX 580 not using intern...

1. if you use the current github master version, it's a known problem: https://github.com/hashcat/hashcat/issues/2083 2. the VRAM max allocation is a driver restriction (or some would call it "OpenCL...
philsmd hashcat 2 1,185 08-01-2019, 08:13 AM
    Thread: twitter yardım
Post: RE: twitter yardım

english only. no, hashcat can not be used to hack twitter accounts. that's illegal and if it's really your account you need to contact the twitter support instead of doing shady things
philsmd hashcat 2 1,069 08-01-2019, 11:02 AM
    Thread: Works with OpenCL but not CUDA
Post: RE: Works with OpenCL but not CUDA

unfortunately, it could be anything here. maybe even your OpenCL kernel is not perfectly correct and it is only a matter of which vector size etc is being used to fail or succeed. Without seein...
philsmd hashcat 2 1,458 08-24-2019, 12:20 PM
    Thread: Password Length Help
Post: RE: Password Length Help

That is not possible. You only know the password length for sure if you have already cracked the hash what is you command ?
philsmd hashcat 2 1,044 08-29-2019, 07:53 AM