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 [asc] Views Posted
    Thread: v3.30-49-g2f81532 segfault
Post: RE: v3.30-49-g2f81532 segfault

If you use the git version you need to always do all of these steps: Code: -- $ make clean $ git pull $ make -- I also think that reports like this should be directly addressed on github, not here...
philsmd hashcat 5 6,153 02-01-2017, 12:40 PM
    Thread: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible?
Post: RE: 3DES (hc 3.40): K1 == K3 and K1 != K2 possible...

What do you mean by integer overflow? Did you not see that error message before. Please be more specific. Most of the time when users report an integer overflow is when the job would take kinda milli...
philsmd hashcat 5 5,473 03-08-2017, 12:31 PM
    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: Rule help
Post: RE: Rule help

something like: Code: -- $1 $2 $3 d ] ] ] -- should work as an equivalent rule for M $1 $2 $3 4 (yeah, it's not always perfectly the same, depending on how close you are to the maximum password le...
philsmd hashcat 5 4,934 05-16-2017, 06:42 PM
    Thread: Please Help
Post: RE: Please Help

... "wallet", "encrypted" ... this could be anything. There are literally thousands of different "wallet" types. What type of wallets are you talking about? Which software was used to generate/u...
philsmd hashcat 5 4,722 08-07-2017, 07:44 AM
    Thread: Please Help
Post: RE: Please Help

If you have the wallet.dat file, you could just use the normal steps: 1. use bitcoin2john.py (https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/bitcoin2john.py) to extra...
philsmd hashcat 5 4,722 08-07-2017, 08:14 AM
    Thread: How to set the minimum password length?
Post: RE: How to set the minimum password length?

from https://hashcat.net/wiki/doku.php?id=rule_based_attack#rules_used_to_reject_plains : Quote: -- Reject rules only work either with hashcat-legacy, or when using “-j” or “-k” with hashc...
philsmd hashcat 5 7,345 08-07-2017, 10:14 PM
    Thread: How to generate/try random keys for 3des?
Post: RE: How to generate/try random keys for 3des?

You should be more specific about what you know about the keys/passwords. If the keys are completely random and k1, k2 and k3 could all be different, then the keyspace is very large (way too large to...
philsmd hashcat 5 4,445 08-14-2017, 03:05 PM
    Thread: How to generate/try random keys for 3des?
Post: RE: How to generate/try random keys for 3des?

I see no reason to use rand () here. That would only make sense if you know the seed (as explained in my previous post). Otherwise it would just slow everything down by a lot. Furthermore, there is no...
philsmd hashcat 5 4,445 08-14-2017, 04:44 PM
    Thread: Plain Vmware image setup - anyone?
Post: RE: Plain Vmware image setup - anyone?

I don't think that using a vmware image is an easy solution for your problem. With virtualization you need the virtualization system to support having full access to your hardware (in this case the...
philsmd hashcat 5 4,927 08-31-2017, 08:54 AM
    Thread: Custom symbol character set
Post: RE: Custom symbol character set

oh, you are right. I actually didn't test it and just noticed the , (the only thing that I escaped). The correct syntax, according to the custom charset definition wiki is that you also have to esc...
philsmd hashcat 5 5,451 09-14-2017, 02:20 PM
    Thread: Custom symbol character set
Post: RE: Custom symbol character set

The syntax is explained here: https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files (and also within the FAQ: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_hashca...
philsmd hashcat 5 5,451 09-14-2017, 07:20 AM
    Thread: Custom symbol character set
Post: RE: Custom symbol character set

Yeah, that's true that there are 2 different escaping rules. The one about the masks (?? for a literal "?") was always there: see https://hashcat.net/wiki/?id=mask_attack#masks This is also how it...
philsmd hashcat 5 5,451 09-14-2017, 04:09 PM
    Thread: HMAC-SHA1
Post: RE: HMAC-SHA1

The beta version (https://hashcat.net/beta/) supports much larger password and salt lengths at the cost of performance (if you do not use -O command line argument with newest beta version, you should ...
philsmd hashcat 5 5,692 09-19-2017, 11:08 AM
    Thread: HMAC-SHA1
Post: RE: HMAC-SHA1

Never saw this before... but it seems that the "Killed" error comes from you operating system (it's defintely not from hashcat itself) and means that you do not have enough RAM. How much RAM do you h...
philsmd hashcat 5 5,692 09-19-2017, 03:03 PM
    Thread: Worldlist Clean up
Post: RE: Worldlist Clean up

just think about it like this: "I want to remove every digit that is followed by a non-digit" you can express this with the unix sed tool like this: Code: -- sed -r 's/[0-9]+([^0-9])/\1/g' --
philsmd General Talk 5 4,339 09-24-2017, 11:10 AM
    Thread: Line length exception with example MD5 hash?
Post: RE: Line length exception with example MD5 hash?

Hashcat, like any other cracker I know and also all underlying hash algorithm, work with bytes. If you use a UTF-8 password which is 2 bytes long, your mask also must be 2 bytes. Therefore to trou...
philsmd hashcat 5 7,067 09-29-2017, 11:48 AM
    Thread: Line length exception with example MD5 hash?
Post: RE: Line length exception with example MD5 hash?

OP did open a new thread. Therefore the discussion continues here: https://hashcat.net/forum/thread-6910-post-36848.html
philsmd hashcat 5 7,067 09-29-2017, 04:19 PM
    Thread: i want to get mail:pass
Post: RE: i want to get mail:pass

This can be accomplished by using TWO steps (1. cracking, 2. --show): https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_s...
philsmd hashcat 5 4,961 10-15-2017, 04:19 PM
    Thread: IOS 11 backup HASHCAT
Post: RE: IOS 11 backup HASHCAT

Can you please provide some examples of password candidates that would follow your policy? is it x times letters and y times digit? how long is the password It is also worth analyzing if this is fea...
philsmd hashcat 5 6,600 10-15-2017, 04:31 PM