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: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

furthermore, this mask is kind of pointing to a possible problem: ?1?1?1?1?1?1?1?1?1?1?1 if --custom-charset1 (or short -1) is defined with a very small number of chars (small charset), that might...
philsmd hashcat 43 12,655 08-28-2019, 10:42 AM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

well, I would just try to compare it with the benchmark value. if you test the same input (single hash, -w 3 or even -w 4 and -O and mask ?b?b?b?b?b?b?b), the speed should be the same. if by cha...
philsmd hashcat 43 12,655 08-30-2019, 07:53 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

well , this is now -m 0, not -m 1000. we should compare apples to apples, not apples to oranges. You didn't post the --benchmark value vs the real test with hash list for the same hash types. we w...
philsmd hashcat 43 12,655 08-30-2019, 09:30 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

stdin/pipe only works with -a 0 therefore the command: Code: -- hashcat64.exe --stdout d:\wordlists\rockyou.txt -r rules\best64.rule| hashcat64.exe -m1000 -a3 d:\hashlists\Random\test.txt -O --...
philsmd hashcat 43 12,655 08-31-2019, 09:14 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

what makes me wondering the most is the util percentage in your benchmark-like run for -m 0: Code: -- Time.Started.....: Fri Aug 30 12:52:59 2019 (2 secs) ... Guess.Mask.......: ?b?b?b?b?b?b?b...
philsmd hashcat 43 12,655 08-31-2019, 11:16 AM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

why did you remove the -O now? it's so confusing to understand what you are testing and why you are changing the hash type and parameters without any reasons. we said that we want to compare it agains...
philsmd hashcat 43 12,655 08-31-2019, 11:37 PM
    Thread: Discrepancy between Benchmark numbers and actual numbers
Post: RE: Discrepancy between Benchmark numbers and actu...

Resource Monitor and msinfo32 in windows: https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/physical-and-virtual-memory-in-windows-10/e36fb5bc-9ac8-49af-951c-e7d39b979938 vir...
philsmd hashcat 43 12,655 09-03-2019, 10:55 AM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

don't post hashes: https://hashcat.net/forum/announcement-2.html it doesn't matter if it's just an example.
philsmd hashcat 43 4,387 07-30-2020, 08:59 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

The file does not exist. Just use a forum search for simple problems like this. "Hash" means that it's a literal hash, while "Hash File" means that it's trying to load a file. If the file is ...
philsmd hashcat 43 4,387 07-30-2020, 07:28 PM
    Thread: Need help with Intel CPU and NVIDIA GPU
Post: RE: Need help with Intel CPU and NVIDIA GPU

The good thing about mathematics is that it's very easy to see if something is proven to be impossible / infeasible, the values and results of calculations are hard facts, very easy to spot how huge t...
philsmd hashcat 43 4,387 07-31-2020, 08:37 AM
    Thread: I need help with syntax
Post: RE: I need help with syntax

See https://hashcat.net/wiki/doku.php?id=mask_attack Your command will look something like this: length 8 Code: -- ./oclHashcat -w 3 -m 2500 capture.hccap -a 3 ?u?a?a?a?a?a?d?d -- length 9 ...
philsmd Old oclHashcat Support 42 69,291 09-12-2014, 03:50 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Yeah, looks good Tuxel (if you are sure about the hard-coded "48df8dx4" beginning). In theory you should be able to speed it up significantly e.g. with the "parallels" tool: Code: -- ./hashcat --s...
philsmd General Talk 42 83,232 01-19-2017, 11:43 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Are you sure that the password of the first one (IOS 10.2.0) is "test123" (without quotes)? It doesn't seem to crack and also the stackoverflow code (our reference for the algorithm) isn't able to op...
philsmd General Talk 42 83,232 01-20-2017, 01:13 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

@Tuxel don't worry the language is not the problem... but there might be other things that need to be double-checked first (we need to gather more information such that we are almost perfectly sure ab...
philsmd General Talk 42 83,232 01-20-2017, 04:09 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

Well, it is pretty easy to see from the link posted by keen (https://stackoverflow.com/questions/1498342/how-to-decrypt-an-encrypted-apple-itunes-iphone-backup) that after the $key = pbkdf2_hmac_sha1 (...
philsmd General Talk 42 83,232 01-19-2017, 12:51 AM
    Thread: Itunes Backup
Post: RE: Itunes Backup

@keen, good to hear that it helped. There is also an update to hashcat! It now supports both -m 14700 = iTunes Backup < 10 and -m 14800 = iTunes Backup >= 10 (use beta 3.30+50 or newer: https://hashc...
philsmd General Talk 42 83,232 01-26-2017, 10:25 PM
    Thread: Itunes Backup
Post: RE: Itunes Backup

I need to close this thread for now. Too many unrelated posts.
philsmd General Talk 42 83,232 03-23-2017, 09:40 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

Well, the best strategy depends on a couple of things like: 1. is it a slow or fast hashing algorithm (which hash type is used, -m ?) ? 2. how large is the number of constant strings. Is there only ...
philsmd General Talk 37 24,764 01-09-2018, 09:40 AM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

your syntax is not correct, --custom-charset2 (or short -2) is used to define a charset. You can't specify a dictionary file with -2, it only accepts a set of different chars at the first line of the ...
philsmd General Talk 37 24,764 01-09-2018, 06:43 PM
    Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?

Hashcat makes a strict distinction between rules (see https://hashcat.net/wiki/doku.php?id=rule_based_attack) and masks (https://hashcat.net/wiki/doku.php?id=mask_attack). solace is currently using...
philsmd General Talk 37 24,764 01-15-2018, 11:49 PM