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: Hashcat 3.10 Slower?
Post: RE: Hashcat 3.10 Slower?

yeah, the answer is that the focus is to always support the newest and fastest GPUs and that's why there is sometimes a trade-off/compromise that might impact older systems. That's why I ask for the ...
philsmd hashcat 7 6,943 02-13-2017, 05:39 PM
    Thread: [split] hashcat v0.46
Post: RE: [split] hashcat v0.46

Hey, 1. Anyone is able to register and post/edit tickets on Trac (https://www.hashcat.net/trac), since not every forum user uses it, you need to register there separately 2. I also explained here: http...
philsmd Old hashcat Support 2 6,923 09-05-2013, 05:33 PM
    Thread: brute force resume
Post: RE: brute force resume

Sorry what are you talking about? oclHashcat has support for restoring a cracking job, see: https://hashcat.net/wiki/doku.php?id=oclhashcat#resume_support BTW: cpu hashcat can also restore a task wi...
philsmd Old oclHashcat Support 2 6,891 02-16-2015, 12:33 PM
    Thread: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...

PasswordHash does not seem to use AES (or any other type of decryption) at all. It seems to be just sha256 (sha256 (sha256 ($pass))) and therefore tripple sha256 I do not have an example hash, ...
philsmd hashcat 8 6,872 02-13-2018, 12:18 AM
    Thread: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...

Well, there is no secret at all. The neo code is open source and even already linked above. Here for instance is the verify function: https://github.com/neo-project/neo/blob/06a900b0043b60865c35e6...
philsmd hashcat 8 6,872 02-13-2018, 10:08 AM
    Thread: Slow hashing with R9 290
Post: RE: Slow hashing with R9 290

1. you mentioned the mask ?d?d?d?d?d?d?d?d?d?d but the status screen of oclHashcat clearly and undoubtedly shows us that you are lying about it. What I mean is, that it should be very clear to all of ...
philsmd Old oclHashcat Support 4 6,869 03-15-2016, 12:12 PM
    Thread: Slow hashing with R9 290
Post: RE: Slow hashing with R9 290

no problem, you are welcome. ... as said, the speed difference with small masks or static left parts of the mask is more or less only noticeable with fast hashes, but the important thing to remember ...
philsmd Old oclHashcat Support 4 6,869 03-15-2016, 05:02 PM
    Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU

run this: Code: -- clinfo -- or (filtered): Code: -- clinfo | grep "Platform Name" -- if some very basic third party tools like "clinfo" do not recognize your OpenCL installation, al...
philsmd hashcat 20 6,851 10-10-2019, 08:37 AM
    Thread: Limited symbols
Post: RE: Limited symbols

Hi, it doesn't make much sense to explain it here, if we have a wiki page that explains it. Therefore, I refer you to: https://hashcat.net/wiki/doku.php?id=mask_attack Hint: cudaHashcat32.exe -m...
philsmd Old oclHashcat Support 2 6,848 12-24-2013, 02:57 PM
    Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...

My suggestion would be to: - do not use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), use another Linux distribution (Ubuntu for instance is officially supported by most of the driver ve...
philsmd hashcat 3 6,841 06-04-2017, 08:30 AM
    Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...

I think you missed the most important line within my previous reply i.e. "use ubuntu, not The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)!" If you still insist in using The-Distribution-Whi...
philsmd hashcat 3 6,841 06-07-2017, 08:21 AM
    Thread: More then 4 user defined charsets
Post: RE: More then 4 user defined charsets

it is not supported to have more than 4 custom charset... there are several reasons for that (performance, GPU-related reasons etc)... There may be some rare cases where you *really* need that featur...
philsmd Very old oclHashcat-plus Support 3 6,837 11-07-2013, 01:19 PM
    Thread: WPA/WPA2: How the hash is generated
Post: RE: WPA/WPA2: How the hash is generated

It is actually just a kind of a checksum that is only needed internally for hashcat and wasn't meant to be something the user should care about. You shouldn't really need to know the algorithm for the...
philsmd General Talk 3 6,795 03-06-2017, 09:04 AM
    Thread: My Bitcoin’s locked into Veracrypt container- 2 BTC to solve
Post: RE: My Bitcoin’s locked into Veracrypt container...

Are you sure that you read the guide? see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_veracrypt_volumes It basically follows the same steps that...
philsmd hashcat 7 6,792 11-03-2017, 01:27 PM
    Thread: My Bitcoin’s locked into Veracrypt container- 2 BTC to solve
Post: RE: My Bitcoin’s locked into Veracrypt container...

I think that you are looking at the whole disk instead of just the VeraCrypt boot volume. Anyways, in your specific case, from offset 0xd000 (where the bytes ea 1e 7c 00 00 20 56 65 72 61 43 72 79 ...
philsmd hashcat 7 6,792 11-03-2017, 09:27 PM
    Thread: My Bitcoin’s locked into Veracrypt container- 2 BTC to solve
Post: RE: My Bitcoin’s locked into Veracrypt container...

No, that is not true. Your math is flawed: 0x14DFF-0x14C00 = 511 but remember between 0x14DFF (included) and 0x14C00 (included) their are 512 bytes. The same principle holds that is between 1 an...
philsmd hashcat 7 6,792 11-07-2017, 08:50 AM
    Thread: Hash Type Question!
Post: RE: Hash Type Question!

It seems that this is -m 10 = md5 ($pass . $salt) The "$user" here is only used because the salt depends on the user. See here https://hashcat.net/wiki/doku.php?id=example_hashes to find the correct ...
philsmd Old hashcat Support 2 6,784 12-27-2013, 08:37 AM
    Thread: Please help "no hashes found error"
Post: RE: Please help "no hashes found error"

1. since you've downloaded this third-party GUI from md5decrypter.co.uk it would be much better if you ask GUI related questions there, right? (there is also a forum on that domain - also for this kin...
philsmd General Help 3 6,770 11-06-2013, 06:38 PM
    Thread: cudahashcat and rar2john output
Post: RE: cudahashcat and rar2john output

the examples are as always here: https://hashcat.net/wiki/doku.php?id=example_hashes oclHashcat doesn't expect/need any file name within the hash Currently oclHashcat supports only $RAR3$*0 hashes
philsmd Old oclHashcat Support 1 6,765 01-18-2016, 04:20 PM
    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