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 Views Posted [asc]
    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,226 04-02-2017, 03:02 PM
    Thread: Cloud GPU's
Post: RE: Cloud GPU's

Of course more cores means more performance (in general), but here we are talking about some very different architectures and instruction sets. That is what makes the real difference for hash cracking...
philsmd Hardware 4 6,159 04-01-2017, 09:50 AM
    Thread: Cloud GPU's
Post: RE: Cloud GPU's

Teslas are slower than Maxwell cards when it comes to hash cracking. Maybe you can find a "cloud provider" with 970, 980, 980ti, 1080, 1080ti etc; probably not, because they do not focus on hash cr...
philsmd Hardware 4 6,159 04-01-2017, 08:18 AM
    Thread: Encrypted TimeMachine external backup disk
Post: RE: Encrypted TimeMachine external backup disk

I am not really familiar with these TimeMachine backups, but I assume that whenever you have a Manifest.plist file (does that file ship with the backup?) and itunes_backup2hashcat.pl extracted some "h...
philsmd hashcat 5 6,174 04-01-2017, 08:11 AM
    Thread: distributed cracking: relation between -s/-l value and Restore.Point value when cracked
Post: RE: how to run hashcat in a distributed environmen...

You shouldn't make this type of connection between -s/-l value and the value you see at the time the hashes were cracked in the Restore.Point line (there are additional features that might influence i...
philsmd hashcat 6 5,688 03-31-2017, 09:21 AM
    Thread: Solved WPA2 Hash - but Password won't work
Post: RE: Solved WPA2 Hash - but Password won't work

I think it is much more likely that there are some further security measurements (like MAC address filtering) or that you type/input the password incorrectly (wrong configuration/setting/HEX vs presha...
philsmd hashcat 4 5,191 03-31-2017, 08:53 AM
    Thread: 1Password with 15/16 characters - *most likely* known - how to start?
Post: RE: 1Password with 15/16 characters - *most likely...

welcome. The hashcat documentation is here: https://hashcat.net/wiki/ and/or https://hashcat.net/faq/ 1. you can use 1password2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bl...
philsmd hashcat 3 3,958 03-30-2017, 07:47 PM
    Thread: Limit to distribute
Post: RE: Limit to distribute

This is a known issue of the current release version (3.40): see https://github.com/hashcat/hashcat/issues/1153 You could use the beta version which includes the fix (https://hashcat.net/beta/) or ...
philsmd hashcat 4 3,997 03-30-2017, 07:42 PM
    Thread: Getting a Hash Via DD From a VeraCrypt File
Post: RE: Getting a Hash Via DD From a VeraCrypt File

... if you are using crunch together with hashcat you are probably doing something wrong (well, this might not always be the case, but most of the time for new users!) hashcat has all the attack mode...
philsmd hashcat 4 5,596 03-30-2017, 12:21 PM
    Thread: how to run hashcat in a distributed environment
Post: RE: how to run hashcat in a distributed environmen...

This question is also within the most frequently asked questions (wiki page): https://hashcat.net/faq#what_is_a_keyspace
philsmd hashcat 3 5,662 03-30-2017, 11:01 AM
    Thread: Limit to distribute
Post: RE: Limit to distribute

This question was already answered a couple of times, please use the forum search. https://hashcat.net/forum/thread-6448-post-34346.html#pid34346
philsmd hashcat 4 3,997 03-30-2017, 09:18 AM
    Thread: how to run hashcat in a distributed environment
Post: RE: how to run hashcat in a distributed environmen...

1. Code: -- hashcat --keyspace -a 3 ?a?a?a?a?a?a?a 81450625 -- 2. Code: -- 81450625 / 10 = 8145063 -- 3. Code: -- hashcat -m 0 -a 3 -w 4 --skip 0 --limit 8145063 hash_file.txt ?a?a?a?...
philsmd hashcat 3 5,662 03-30-2017, 09:15 AM
    Thread: Literal word, characters any case
Post: RE: Literal word, characters any case

Actually there are different ways to accomplish this and the strategy you choose depends heavily on how many hashes/salts you have and on the type of hashes (the examples are for -m 0 = MD5 below): ...
philsmd hashcat 2 2,558 03-30-2017, 08:12 AM
    Thread: multi hash
Post: RE: multi hash

See https://hashcat.net/wiki/hccapx for windows: Code: -- copy /b single_hccapxs\*.hccapx all_in_one\multi.hccapx -- for linux: Code: -- cat single_hccapxs/*.hccapx > all_in_one/multi.hcc...
philsmd hashcat 6 6,160 03-29-2017, 06:41 PM
    Thread: cracking way too fast?
Post: RE: cracking way too fast?

If you use the release version from https://hashcat.net/ you just need to know that this is a known issue and was already fixed: https://github.com/hashcat/hashcat/issues/1178 You can use https://has...
philsmd hashcat 2 3,599 03-26-2017, 06:32 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,234 03-23-2017, 09:40 PM
    Thread: Help using oclhashcat .hccap file
Post: RE: Help using oclhashcat .hccap file

1. use hashcat 3.40 (or higher, beta: https://hashcat.net/beta/) 2. use hccapx files (convert your caps with cap2hccapx from hashcat-utils or the converter: https://hashcat.net/cap2hccapx/ 3. use some...
philsmd hashcat 3 4,320 03-23-2017, 03:35 PM
    Thread: hashtopus client
Post: RE: hashtopus client

Firstly, you probably should use hashtopussy (https://github.com/s3inlc/hashtopussy/releases) and not hashtopus (which doesn't even seem to be compatible with hashcat 3.40). Secondly, this is the has...
philsmd hashcat 2 3,545 03-22-2017, 03:04 PM
    Thread: +55 minutes in Generating Dictionary for 194GB
Post: RE: +55 minutes in Generating Dictionary for 194GB

by the way, it doesn't seem that ethereum uses "just sha3", see https://github.com/ethereum/cpp-ethereum/blob/develop/libdevcrypto/SecretStore.cpp#L378-L418 It seems that the SHA3 () step is just p...
philsmd hashcat 26 24,603 03-19-2017, 02:30 PM
    Thread: Parsing out hashes from single lines
Post: RE: Parsing out hashes from single lines

Code: -- egrep -o '[0-9a-fA-F]{32}' md5.sql > md5_hashes_unsorted_ununiqed.hash -- or even better and much more correct (because otherwise you could get some false positives): Code: -- SELECT p...
philsmd General Talk 1 2,441 03-18-2017, 09:13 PM