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: Cracking hash
Post: RE: Cracking hash

do not post any hashes: https://hashcat.net/forum/announcement-2.html
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 2,644 04-06-2020, 09:13 PM
    Thread: Hahcat is using weird random combinations instead of the files on dicitonary
Post: RE: Hahcat is using weird random combinations inst...

$HEX[2474406d66307264210d40313233] means that hashcat is trying to use the string 2474406d66307264210d40313233 in hexadecimal notation (it's in hexadecimal because there are some non-printable or "esc...
philsmd hashcat 3 2,643 07-26-2018, 07:37 AM
    Thread: Hahcat is using weird random combinations instead of the files on dicitonary
Post: RE: Hahcat is using weird random combinations inst...

\r, 0x0d and '\015' are all just different forms of representing the carriage return character. Therefore yes I'm sure that it's \r, and *you* also remove the same character with your tr command. I...
philsmd hashcat 3 2,643 07-26-2018, 09:40 AM
    Thread: Optimize this crack
Post: RE: Optimize this crack

do you mean that there is a 10-character-long (digits + lower-case letters) random string at the beginning and 1 character (out of a character set of 8 different characters) appended? otherwise this c...
philsmd hashcat 3 2,639 10-04-2018, 12:01 PM
    Thread: downside os speeding up hashcat with VirtualBox
Post: RE: downside os speeding up hashcat with VirtualBo...

I'm pretty sure that this is caused by some kind of power-level settings. Several hardware components can be either in max. power/performance mode or be in a energy-saving mode. This could also be the...
philsmd hashcat 1 2,635 05-13-2018, 06:18 PM
    Thread: Haschat cracked a password but how can I print out it?
Post: RE: Haschat cracked a password but how can I print...

It is explained for instance here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword ...
philsmd hashcat 2 2,634 02-03-2018, 03:47 PM
    Thread: Help me to crack those hashes please
Post: RE: Help me to crack those hashes please

banned (1 week, use it wisely to read and understand the forum rules) and thread closed
philsmd hashcat 2 2,628 04-10-2017, 02:55 PM
    Thread: Help explain the PBKDF2-HMAC-SHA1 hash-example
Post: RE: Help explain the PBKDF2-HMAC-SHA1 hash-example

the format is: sha1:[iteration count]:[salt in base64]:[digest in base64] therefore the hash is: sha1:1000:dGVzdA==:imirsGNFG+sMgaiy16fwPgWE3rY= this can be cracked with: Code: -- hashcat ...
philsmd hashcat 4 2,620 02-11-2019, 10:59 PM
    Thread: New architecture, different sched
Post: RE: New architecture, different sched

Very cool. Amazing stuff! Thx
philsmd Beta Tester 1 2,610 06-12-2013, 11:51 AM
    Thread: help with hashcat.
Post: RE: help with hashcat.

try hashcat beta (https://hashcat.net/beta/) with CUDA installed
philsmd hashcat 13 2,609 04-25-2020, 09:55 PM
    Thread: help with hashcat.
Post: RE: help with hashcat.

what's the output of Code: -- hashcat -I -- (after you installed the CUDA sdk)
philsmd hashcat 13 2,609 04-26-2020, 12:56 PM
    Thread: Slow bcrypt
Post: RE: Slow bcrypt

the cost factor is encoded in the hash The example hash for instance starts with "$2a$05$" (hashcat -m 3200 --example-hashes) and therefore has an exponent of 5 (cost factor) and therefore uses 2^...
philsmd hashcat 4 2,604 04-15-2019, 12:17 PM
    Thread: Slow bcrypt
Post: RE: Slow bcrypt

you can't change the iteration count (cost settings) without making the hash uncrackable. Therefore, technically you could change it, but it won't crack for sure with wrong settings. btw. you didn'...
philsmd hashcat 4 2,604 04-15-2019, 02:15 PM
    Thread: How to erase/reset hashcat-brain server
Post: RE: How to erase/reset hashcat-brain server

#1 there is no such thing as an installation for brain. you can just remove/delete the files starting with brain.* brain.*.admp (attack storage) brain.*.ldmp (session storage, long time memory) ...
philsmd hashcat 2 2,599 11-28-2018, 01:28 PM
    Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues

are you able to debug where/who crashed ? It could be the driver too and in this case maybe just a setup/driver installation problem, dunno. Did you try to test with the example hashes from http...
philsmd hashcat 6 2,591 03-22-2019, 03:49 PM
    Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues

without the hash it's very difficult (or impossible?) for me to say what's the problem. Maybe you can share the hash in a PM or try to generate a new hash with the 7-Zip tool that also crashes and ...
philsmd hashcat 6 2,591 03-22-2019, 03:59 PM
    Thread: 7z2Hashcat + -m 11600 issues
Post: RE: 7z2Hashcat + -m 11600 issues

as mentioned within my reply to your PM (I don't know if you saw it), I couldn't reproduce the problem with your hash. Neither with a windows system, nor with a linux system... normally the window...
philsmd hashcat 6 2,591 03-22-2019, 09:27 PM
    Thread: Truecrypt
Post: RE: Truecrypt

yeah, in the help output: Code: -- hashcat --help -- you will see all the TrueCrypt hash types (several variants depending on bit length and hash used + variants for boot volumes) BTW: the ...
philsmd General Talk 10 2,590 05-31-2020, 08:46 AM
    Thread: Truecrypt
Post: RE: Truecrypt

just one simple thing you could and should do. create a similar container with known password (it could be similar to the one you are trying to crack, just remember always that this is just a test and...
philsmd General Talk 10 2,590 06-15-2020, 08:52 AM
    Thread: Truecrypt
Post: RE: Truecrypt

What do you mean by "I'm now able to run the attack" ? Are you able to crack hashes that you have generated as a test ? Did you try to crack the example hash from https://hashcat.net/wiki/example_h...
philsmd General Talk 10 2,590 06-18-2020, 12:50 PM