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 [desc] Views Posted
    Thread: release 0.15 froze
Post: RE: release 0.15 froze

@mastercracker please have also a look at my comment in https://hashcat.net/trac/ticket/82 , I think those changes we made recently fixed that problem (too) Can you please run the exact same comman...
philsmd Beta Tester 14 14,534 08-29-2013, 04:10 PM
    Thread: OSX 10.7.4 + hashcat 0.42
Post: RE: OSX 10.7.4 + hashcat 0.42

try w/ hashcat-cli64.app
philsmd Old hashcat Support 14 29,074 12-10-2013, 01:00 AM
    Thread: 2nd GPU very slow
Post: RE: 2nd GPU very slow

Hey, did you try to run the same attack with the command line parameter -d 1 , afterwards -d 2 . Furthermore you should try to run the benchmark oclHashcat64.bin -b -m 1000, also oclHashcat64.bin -b...
philsmd Old oclHashcat Support 14 31,688 02-28-2014, 12:43 PM
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

It seems that you are mixing up custom charsets (-1 xxx) with the mask itself. This makes no sense: -a 3 -1 ?b?b?b?b?b?b?b?b -1 is the same as --custom-charset1 and it is used to define a custom c...
philsmd hashcat 14 12,592 02-03-2017, 01:27 AM
    Thread: Hex ch and small problem
Post: RE: Hex ch and small problem

The problem here might be that the keyspace is way too huge and therefore a "integer overflow" is reached. 255^8 = 17878103347812890625 (yeah, a huge number!). Try with a smaller mask instead... BTW...
philsmd hashcat 14 12,592 02-03-2017, 10:53 AM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

What is the command you run ? Are you able to crack the example hash from https://hashcat.net/wiki/example_hashes ?
philsmd hashcat 14 10,239 03-19-2018, 08:03 AM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

If you use the straight word list attack mode (-a 0) you also need to specify a dictionary file. hashcat -a 0 -m 11600 hash_file.txt dict_file.txt you could also add rules like this: hashcat -a...
philsmd hashcat 14 10,239 03-19-2018, 06:34 PM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

Well, it's difficult for us/me to guess what is wrong with your hash. You probably have 3 options: 1. try to modify your hash in a way that it looks like the example hash and see where the problem...
philsmd hashcat 14 10,239 03-19-2018, 07:49 PM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

hmm, that doesn't seem to be the solution (but it is still interesting). What happens if you change both the data length and the encrypted data to a shorter strings (the encrypted data is in hex an...
philsmd hashcat 14 10,239 03-19-2018, 10:33 PM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

I don't think we are able to understand this problem like this, we have 2 ways to better troubleshoot this: 1. you try to understand the parser function seven_zip_parse_hash () within src/interface.c...
philsmd hashcat 14 10,239 03-21-2018, 09:58 AM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

for your interest, the problem was identified: https://github.com/hashcat/hashcat/pull/1549
philsmd hashcat 14 10,239 03-22-2018, 10:57 AM
    Thread: 7Zip Hash, missing SALT? (Salt-value exception)
Post: RE: 7Zip Hash, missing SALT? (Salt-value exception...

yeah, change it back to 1 and change 09, 10 and 11 to the values that are for instance used by the example hash: $112$98$f3bc2a88062c419a25acd40c0c2d75421cf23263f69c51b13f9b1aada41a8a09f9adeae45d6...
philsmd hashcat 14 10,239 03-19-2018, 11:07 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

maybe it has something to do with this: https://github.com/hashcat/hashcat/commit/a9bafb7edb49bbf40d097fecf19a5c4ee0620076 The validation check is only searching for some specific pattern... we wou...
philsmd hashcat 14 3,929 12-11-2019, 10:15 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

are you able to share the wallet file or hash in private (after of course all funds are moved out etc) ? it would be interesting to see if this is some hashcat bug/problem or not of course we wo...
philsmd hashcat 14 3,929 12-12-2019, 09:47 AM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

I think by looking at this source code files: 1. https://github.com/blockchain/My-Wallet-V3/blob/c0bf5615c862fb8d7ec5e3f5031c2998b8ddc690/tests/__data__/wallet-data.json#L8-L22 2. https://github.c...
philsmd hashcat 14 3,929 12-12-2019, 03:27 PM
    Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet

@jennifer4682 We did some changes on the code: https://github.com/hashcat/hashcat/pull/2249 we would really need that you tests it to make sure that this fixed your problems (you can use the beta htt...
philsmd hashcat 14 3,929 12-13-2019, 12:34 PM
    Thread: Gpu Limit
Post: RE: Gpu Limit

I see this very often recently that users try to just go all-in without any prior experience with hardware and building cracking rigs and afterwards try to blame others (hashcat etc) for their fault.....
philsmd Hardware 14 4,531 01-18-2020, 01:20 PM
    Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile

the name of the potfile depends on the session name: if you use --session ses , then your file name of the potfile is: ses.potfile
philsmd hashcat 14 1,236 09-08-2020, 12:50 PM
    Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile

Code: -- hashcat -m 6211 -a 3 -w 3 -o cracked.txt -i container.tc ?b?b?b --
philsmd hashcat 14 1,236 09-24-2020, 11:07 PM
    Thread: 6.1.1 potfile
Post: RE: 6.1.1 potfile

yeah, good that you guys pinpointed it. I didn't really look at the hash type, because thought you were just looking for the file in general. Yeah, but it already works like this since several year...
philsmd hashcat 14 1,236 09-24-2020, 07:42 PM