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 [asc] Posted
    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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: DES-ECB Numeric Key Search
Post: RE: DES-ECB Numeric Key Search

just use -1 charsets/DES_special/DES_numeral.charset
philsmd hashcat 3 3,522 08-03-2017, 07:48 AM
    Thread: DES-ECB Numeric Key Search
Post: RE: DES-ECB Numeric Key Search

you still need to use --hex-charset also for charsets/DES_special/DES_numeral.charset since the charset is in hexadecimal format
philsmd hashcat 3 3,522 08-03-2017, 09:32 AM
    Thread: CISCO-IOS SHA256
Post: RE: CISCO-IOS SHA256

It's not allowed to post hashes. 1 week ban to revise the forum rules!
philsmd General Talk 1 3,518 04-04-2017, 05:04 PM
    Thread: Regarding to OS X v10.7/8/9
Post: RE: Regarding to OS X v10.7/8/9

for -m 1722: sha512 ($salt.$pass) for -m 7100: PBKDF2-HMAC-SHA512 you can find this information all around the web. It is not a secret.
philsmd General Help 1 3,511 10-22-2015, 12:29 PM
    Thread: Been away for a while
Post: RE: Been away for a while

welcome back :)
philsmd hashcat 4 3,509 06-12-2018, 07:58 PM
    Thread: SHA256 How to get digest value in `unsigned char` format?
Post: RE: SHA1 How to get digest value in `Byte` format?

I think it makes sense to explain the problem with some exampes too. just an example, maybe not applicable to your problem at all: "I want to convert 0x01020304 to 0x04030201" "I want to conver...
philsmd hashcat 8 3,509 03-30-2019, 10:00 AM
    Thread: SHA256 How to get digest value in `unsigned char` format?
Post: RE: SHA256 How to get digest value in `unsigned ch...

the u32 and u8 are primitive types, you can simply cast an array of 4-byte integers to an array with 1-byte chars/bytes. Code: -- u8 * bytes = (u8 *) digest32; -- or copy them directly C...
philsmd hashcat 8 3,509 03-30-2019, 11:50 AM