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 [desc] Views Posted
    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
    Thread: How to use rules.
Post: RE: How to use rules.

on windows the paths are probably different. e.g. rules\best64.rule note the "\" instead of the unix "/"
philsmd hashcat 2 1,191 08-29-2019, 08:06 PM
    Thread: OpenCL kernel self-test failed and slower than benchmark
Post: RE: OpenCL kernel self-test failed and slower than...

which hash mode and which version of hashcat and driver ? what hardware do you have (CPU and GPU) ? please also try this hashcat version: https://hashcat.net/beta
philsmd hashcat 2 1,121 09-03-2019, 01:21 PM
    Thread: Help modifying a .restore file?
Post: RE: Help modifying a .restore file?

the main problem with your command: Code: -- hashcat64 -d 1 -m 14800 -a 3 -w 3 --session itunes backuphash.txt -- is that you didn't specify a mask at all. mask attacks are really most useful ...
philsmd hashcat 2 1,700 09-16-2019, 07:50 PM
    Thread: Outputting Rules using stdout
Post: RE: Outputting Rules using stdout

I would say that you should just try to type the whole line again (no copy-paste or scrollback). There is probably some control character and/or ^C directly within your command line and therefore i...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 1,559 09-17-2019, 04:28 PM
    Thread: Save list
Post: RE: Save list

you can either use combinator (2 words) and combinator3 (3 words): https://hashcat.net/wiki/doku.php?id=hashcat_utils#combinator3 one after the other (first 2 words, then 3 words) for 2 words (only 2...
philsmd hashcat 2 1,423 09-29-2019, 09:54 AM
    Thread: Hungarian charset
Post: RE: Hungarian charset

in short: encoding the CP1250 file is not using utf8 encoding, because UTF-8 encoding is just a different encoding and CP1250 again a different encoding ! you could just create a hcchr file with...
philsmd hashcat 2 1,047 09-29-2019, 01:35 PM
    Thread: LUKS clGetEventProfilingInfo(): CL_UNKNOWN_ERROR
Post: RE: LUKS clGetEventProfilingInfo(): CL_UNKNOWN_ERR...

why are you so sure that this has anything to do with LUKS ? Did you test by running the benchmarks or even --benchmark --benchmark-all ? did you try to use the beta from https://hashcat.net/beta/ ...
philsmd hashcat 2 1,090 10-08-2019, 10:41 AM
    Thread: Issue with ChaCha20
Post: RE: Issue with ChaCha20

hmm, I see the problem here. it's not very clear what is going on (at least for the general hashcat user ! ) The key in theory is always 32 bytes, but it's neither mentioned within the example wiki...
philsmd hashcat 2 1,144 10-12-2019, 02:44 PM
    Thread: reject bug when using wordlist + rule attack on WPA/WPA2 hash
Post: RE: reject bug when using wordlist + rule attack o...

rules are applied on GPU for performance reasons (after the fact, after the rejection routine) and we can't really filter each and every combination correctly on GPU (syncing this would be very comple...
philsmd hashcat 2 1,266 10-16-2019, 07:38 PM