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 Posted [desc]
    Thread: append a WORD in rules..
Post: RE: append a WORD in rules..

This is what the combinator attack is designed for, but you can use rules if you really want to. The way you identified using single-char append is the only way to do it.
epixoip Old hashcat Support 7 12,046 03-02-2015, 12:48 PM
    Thread: cudaHashCat64 on AWS EC2
Post: RE: cudaHashCat64 on AWS EC2

K520 is 5.3x slower than a GTX 970 and 6x slower than a GTX 980, so probably not worth the cost.
epixoip User Contributions 12 60,344 03-03-2015, 12:13 AM
    Thread: MySQL AES Encrypt
Post: RE: MySQL AES Encrypt

It's not a hash, it's encrypted. You're asking how to brute force an AES key, which is either 2^128 or 2^256. This is not possible. You might have some luck if the developer screwed up and only used k...
epixoip General Help 5 7,943 03-03-2015, 12:16 AM
    Thread: MySQL AES Encrypt
Post: RE: MySQL AES Encrypt

That's sort of the idea, except "0-100000" are not valid keys. The key is either going to be 16 or 32 characters long, depending on whether it's a 128-bit key or 256-bit key. And each character should...
epixoip General Help 5 7,943 03-03-2015, 03:21 AM
    Thread: Need Help With a new build plz!
Post: RE: Need Help With a new build plz!

Look at the block diagram for the board. The board has 4x PLX chips, two per CPU. That means each CPU directly controls two GPUs on two PLX chips. So you need both CPUs. On older models you could get ...
epixoip Hardware 28 40,947 03-03-2015, 03:24 AM
    Thread: Help Running Hashcat For My Specifications
Post: RE: Help Running Hashcat For My Specifications

cudaHashcat64 -a 3 -m 7100 -1 '?l?u`~!@ #$%^&*)(' -i --increment-min 3 hash.txt ?1?1?1?1?1?1
epixoip Old oclHashcat Support 7 10,542 03-05-2015, 03:18 AM
    Thread: Help Running Hashcat For My Specifications
Post: RE: Help Running Hashcat For My Specifications

You'll probably need to do some additional escaping for those special chars on Windows. Or put the charset into an hcchr file and use that instead.
epixoip Old oclHashcat Support 7 10,542 03-05-2015, 04:13 AM
    Thread: Help Running Hashcat For My Specifications
Post: RE: Help Running Hashcat For My Specifications

I just copied and pasted the charset you had in your original post, so if there's a space there it's because you put it there first (and if you look at your first post, you certainly did.) A space ...
epixoip Old oclHashcat Support 7 10,542 03-05-2015, 06:58 AM
    Thread: Laptop choices
Post: RE: Laptop choices

Mobile GPUs typically do not show good performance for hash cracking, especially if you're looking at R4 & R5 GPUs. The R5 from that first laptop you linked to would be about 24x slower than a 290X. ...
epixoip Hardware 7 20,239 03-06-2015, 12:10 AM
    Thread: Tridition DES supported ???
Post: RE: Tridition DES supported ???

https://www.reddit.com/r/crypto/comments/162ufx/research_project_opencl_bitslice_des_bruteforce/
epixoip General Help 3 5,659 03-08-2015, 01:28 AM
    Thread: Problems downloading oclHashcat
Post: RE: Problems downloading oclHashcat

You are not the first person to experience this issue, and I think it has to do with some aggressive anti-DDoS protection / rate limiting that was incorrectly applied.
epixoip General Help 5 7,169 03-10-2015, 12:30 AM
    Thread: Whirlpool + salt?
Post: RE: Whirlpool + salt?

use -m 6100 and manually add the salt with each attack
epixoip Old hashcat Support 5 11,032 03-10-2015, 11:05 AM
    Thread: Whirlpool + salt?
Post: RE: Whirlpool + salt?

Yes, it's possible. I just told you how. Use -m 6100, and manually append the salt with each attack. Treat the salt as part of the password candidate you're attacking. For example if the salt is '1...
epixoip Old hashcat Support 5 11,032 03-10-2015, 10:34 PM
    Thread: Laptop choices
Post: RE: Laptop choices

I mentioned above that I had just bought a Sager NP8651 (Clevo P650se). Finally got around to getting it all set up and run some benchmarks. This thing did not disappoint! Hands-down best laptop I've ...
epixoip Hardware 7 20,239 03-11-2015, 04:20 AM
    Thread: Apples Password Helper
Post: RE: Apples Password Helper

You hijacked someone else's thread by posting your own question on someone else's question. This is against the forum rules, and also why your question was split out into a separate thread. No, Has...
epixoip Old hashcat Support 6 10,926 03-11-2015, 11:14 AM
    Thread: oclHashcat64.bin stopped after update with r9 290x.
Post: RE: oclHashcat64.bin stopped after update with r9 ...

Sounds like you screwed up installing the driver, and/or you have multiple libOpenCL on your system. amdconfig --uninstall=force find / -name libOpenCL.so\* -print0 | xargs -0 rm -f reboot The...
epixoip Old oclHashcat Support 3 7,488 03-12-2015, 09:46 AM
    Thread: GTX Titan X
Post: RE: GTX Titan X

If the rumors about the 980Ti are true, then it looks like this will essentially be a 980Ti with double the RAM.
epixoip Hardware 15 26,515 03-14-2015, 11:40 AM
    Thread: GTX Titan X
Post: RE: GTX Titan X

Hmm, the last rumors I heard said 3072 shaders for the 980Ti, but it's possible that they were seeing the Titan X and thinking it was the 980Ti. Guess we'll have to wait and see. I strongly disagre...
epixoip Hardware 15 26,515 03-15-2015, 07:28 AM
    Thread: GTX Titan X
Post: RE: GTX Titan X

295X2 doesn't just throttle for heat, it also throttles for power consumption. 4096 cores on GCN with the die shrink will likely want to draw somewhere between 375W - 425W at full load, but the card i...
epixoip Hardware 15 26,515 03-16-2015, 05:42 AM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

your command does not do what you think it does. stdin mode implies wordlist attack. if you specify -a 3 it will ignore stdin, and you'll just be doing a mask attack with the default mask and threshol...
epixoip General Help 13 19,607 03-16-2015, 10:19 AM