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 [desc] Author Forum Replies Views Posted
    Thread: Sha1 with salt help
Post: RE: Sha1 with salt help

well, it's difficult to say. we would need to have the exact algorithm with input and output (masked hashes if really needed, but first let's discuss it in more detail... also see forum rules which do...
philsmd hashcat 4 680 08-04-2020, 09:44 PM
    Thread: Sha1 with salt help
Post: RE: Sha1 with salt help

we are very sceptical about identifying hashes with those tools just by doing some regular expressions. They either provide just a too long list of possibilities or totally wrong / stupid results. ...
philsmd hashcat 4 680 08-05-2020, 12:17 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
    Thread: SHA256 How to get digest value in `unsigned char` format?
Post: RE: SHA256 How to get digest value in `unsigned ch...

The length of a normal sha256 hash is 64 hexadecimal characters and therefore 32 raw bytes. You are trying to use 4 ints of 4 bytes = 4 * 4 = 16 bytes. That's only half the bytes of the full hash.
philsmd hashcat 8 3,509 03-31-2019, 07:31 PM
    Thread: SHA256 How to get digest value in `unsigned char` format?
Post: RE: SHA256 How to get digest value in `unsigned ch...

no, it's 8 ints (all of which are 4 bytes), see https://github.com/hashcat/hashcat/blob/319bf80178e946f3b833aea3daefe3ddbfde51c2/OpenCL/inc_hash_sha256.h#L64
philsmd hashcat 8 3,509 04-01-2019, 08:35 AM
    Thread: SHA512 without salt
Post: RE: SHA512 without salt

Wow, this is a very nice analysis @epixoip! Well done! That's some very precious knowledge about how PHP deals with a zero-length salt for sha512crypt (or better said, no salt at all) ... and might...
philsmd hashcat 4 5,167 06-30-2017, 09:11 AM
    Thread: Sha512(pass.salt), 128char salt.
Post: RE: Sha512(pass.salt), 128char salt.

did you try -m 1710 = sha512($pass.$salt) ? see https://hashcat.net/wiki/doku.php?id=example_hashes there are some differences with length limits between optimized (using -O) and pure kernels (...
philsmd hashcat 2 505 07-31-2020, 10:22 PM
    Thread: sha512crypt issue
Post: RE: sha512crypt issue

oclHashcat-plus is outdated. oclHashcat 1.01 is current version, please update.
philsmd Old oclHashcat Support 9 13,805 02-28-2014, 10:08 PM
    Thread: Should I be using a rule instead?
Post: RE: Should I be using a rule instead?

Code: -- hashcat -m 0 -a 3 -w 3 --increment --increment-min 6 hash.txt ?l?l?l?l?l?l?d --
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 3 1,925 09-25-2019, 07:43 PM
    Thread: Should I buy a GTX 1070 in place of my GTX 980M
Post: RE: Should I buy a GTX 1070 in place of my GTX 980...

mobile GPUS (like the 980M, or in general GPUs for notebooks) could and do throttle a lot and therefore do not reach the same speed as a non-mobile version. I think 1070, 1070ti, 1080 or 1080ti are...
philsmd hashcat 6 5,091 01-15-2018, 11:34 PM
    Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test

It's in your output: Code: -- Skipping unstable hash-mode 15700 for this device. -- It's literally saying that there is a driver problem with your specific device (Apple driver for AMD GPU a...
philsmd hashcat 6 1,213 05-20-2020, 07:32 AM
    Thread: Simple Dictionary Test
Post: RE: Simple Dictionary Test

did you try to test with the beta version from https://hashcat.net/beta/
philsmd hashcat 6 1,213 05-22-2020, 12:34 PM
    Thread: Simple Question - Extreme Beginner
Post: RE: Simple Question - Extreme Beginner

I think that the only problem here is that you already cracked this particular hash and hence oclHashcat won't crack it again and again. If you *do not* enable the --potfile-disable switch, hashes th...
philsmd Old oclHashcat Support 2 4,976 01-23-2015, 08:46 PM
    Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem

1. the forum rules make it very clear that you shouldn't post hashes. it's even worse that you didn't mention the password and if you know the pass of this hash (we also do not know if the hash is man...
philsmd hashcat 8 2,729 10-27-2019, 10:01 PM
    Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem

1. generate a hash for which you know the password 2. try to compare it with the example hash from https://hashcat.net/wiki/example_hashes (it is very similar: SIP and register method and using aster...
philsmd hashcat 8 2,729 10-27-2019, 10:37 PM
    Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem

update: the password seems to be "1234" the hash is using $sip$***Renia*asterisk*REGISTER*sip*192.168.0.38;transport=UDP**2bf3223e****MD5*f7b5xxx
philsmd hashcat 8 2,729 10-27-2019, 10:43 PM
    Thread: Sip Digest MD5 syntax problem
Post: RE: Sip Digest MD5 syntax problem

problem solved (as per PM from sakas23). the hashes are just: $sip$***Renia*asterisk*REGISTER*sip*192.168.0.38;transport=UDP**2bf3223e****MD5*f7b531XXX and $sip$***Renia*asterisk*REGISTER*s...
philsmd hashcat 8 2,729 10-28-2019, 08:52 AM
    Thread: SIP: search using the dictionary is not working.
Post: RE: SIP: search using the dictionary is not workin...

You need to remove all extra characters around the correct password (remove all extra spaces, tabs etc) Also why do you not simple create a new word list with just the correct password in it and trou...
philsmd Old hashcat Support 3 6,755 06-22-2015, 10:50 AM
    Thread: Skipping Russian passwords in ver. 0.14
Post: RE: Skipping Russian passwords in ver. 0.14

Please use the features that v0.15 provide: e.g. see here https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files There are good reasons why "The version 0.15 doesn't work with the ?R...
philsmd Very old oclHashcat-plus Support 1 5,207 08-25-2013, 12:30 PM
    Thread: Skipping X Amount of passwords
Post: RE: Skipping X Amount of passwords

This is true. The --keyspace, -s and -l value of hashcat are somehow different than what you might think, see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace But...
philsmd hashcat 3 2,782 01-09-2018, 05:37 PM