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 [desc] Posted
    Thread: need help ( paid )
Post: RE: need help ( paid )

yeah, I agree. It's also against the spirit of this forum. we are willing to explain and teach you how to use hashcat if you are willing to invest some time and brain power into it... you need to be o...
philsmd hashcat 4 3,523 04-14-2018, 11:40 AM
    Thread: My next learning curve... from brute force to hybrid with rules.
Post: RE: My next learning curve... from brute force to ...

-a 3 is only used for mask attack if you want to use hybrid (-a 6 or -a 7) you need to adjust your command line... most importantly the -a x option. for -a 6 and -a 7 you need to provide both th...
philsmd hashcat 2 3,527 06-24-2017, 11:29 AM
    Thread: How would I go about cracking this salted sha-1 hash?
Post: RE: How would I go about cracking this salted sha-...

don't post hashes. read the forum rules: https://hashcat.net/forum/announcement-2.html Banned for 1 week (please use these 604800 seconds wisely to read and understand the forum rules). Thx
philsmd General Help 1 3,528 01-15-2016, 12:30 AM
    Thread: Need help with decryption rig
Post: RE: Need help with decryption rig

we should at least agree that decrypt is the wrong term: https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/
philsmd Hardware 15 3,529 05-14-2020, 10:31 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,531 06-05-2015, 03:30 AM
    Thread: Why So Many Digests?
Post: RE: Why So Many Digests?

You have probably collected several full handshakes for the same network (all data for this set of handshakes is present in the hccapx file) and hashcat loads all of them. This shouldn't make much sp...
philsmd General Talk 2 3,533 11-03-2017, 09:39 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: Attack mode 6 and 7 give vastly different speeds
Post: RE: Attack mode 6 and 7 give vastly different spee...

you could try to think about alternatives, like rule based attacks (https://hashcat.net/wiki/?id=rule_based_attack) Code: -- hashcat64.exe --stdout -a 3 -o my.rules ^^?a -- note: here I assume...
philsmd hashcat 9 3,546 02-11-2019, 03:11 PM
    Thread: Pkzip Format Error
Post: RE: Pkzip Format Error

no, that is not true. example hashes are here: https://hashcat.net/wiki/example_hashes (or use -m 17220 --example-hashes) the current max length is mentioned here: https://github.com/hashcat/hashc...
philsmd hashcat 4 3,554 11-13-2019, 12:30 PM
    Thread: Pkzip Format Error
Post: RE: Pkzip Format Error

~ 3.5 MB is GREATER than 320 KB it is as easy as this. it's not supported What do you mean by "same error". I only told you that the limit is 320 KB (I didn't tell you that about 4 MB are supporte...
philsmd hashcat 4 3,554 11-16-2019, 01:38 PM
    Thread: Any help With hcxdumptool and hashcat
Post: RE: Any help With hcxdumptool and hashcat

I would suggest asking this on the hcxtools thread https://hashcat.net/forum/thread-6661.html or even on the github issue page of the 3th party project hxctools https://github.com/zerbea/hcxtools/issu...
philsmd hashcat 5 3,557 02-27-2019, 10:59 AM
    Thread: iTunes Backup, 8 errors: Separator unmatched+Signature unmatched
Post: RE: iTunes Backup, 8 errors: Separator unmatched+S...

you need to extract the "hash" first. i.e. you need to "convert" your plist into a hash file with something like itunes_backup2hashcat.pl (see: https://github.com/philsmd/itunes_backup2hashcat/)
philsmd hashcat 6 3,567 01-25-2019, 09:10 PM
    Thread: Telegram Desktop passcode
Post: RE: Telegram Desktop passcode

This was implemented with https://github.com/hashcat/hashcat/pull/2355
philsmd hashcat 4 3,573 04-08-2020, 12:11 PM
    Thread: how can I set the mask to a md5 hash result of itself?
Post: RE: how can I set the mask to a md5 hash result of...

You are using the wrong hash mode. You need to use this one: -m 3710 = md5($salt.md5($pass)) (Note: if you know the original password and are looking for the salt, you need to switch the role of t...
philsmd hashcat 5 3,576 04-01-2018, 10:12 AM
    Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

Can you show also the server logs ? do the IDs change ?
philsmd hashcat 21 3,577 05-08-2020, 11:27 AM
    Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

could you please try with latest beta version from https://hashcat.net/beta/ ? just to make sure we are testing with the same version / code.
philsmd hashcat 21 3,577 05-08-2020, 12:54 PM
    Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

I currently can't reproduce to get an identical session ID with different hash lists. could you please provide your full server and client commands and also the hash lists (PM is also okay, or even...
philsmd hashcat 21 3,577 05-08-2020, 02:12 PM
    Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

the naming convention is just: - brain.[SESSION_ID].ldmp for hashed passwords - brain.[ATTACK ID].admp for attack positions that means, that you could just start a quick cracking job again and se...
philsmd hashcat 21 3,577 05-11-2020, 03:49 PM
    Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

could you please provide a minimal example (minimal number of hashes etc) ? I don't think that --session is relevant at all, but please test this too
philsmd hashcat 21 3,577 05-11-2020, 06:35 PM
    Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...

wow, thanks. I can reproduce now and suspect the bug is located here: https://github.com/hashcat/hashcat/blob/d34381680d1d0d49fb8db5f94575372b73802739/src/brain.c#L119 the index out_idx is neve...
philsmd hashcat 21 3,577 05-09-2020, 11:50 AM