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 [asc] Replies Views Posted
    Thread: Speed Problem with R9 295X2
Post: RE: Speed Problem with R9 295X2

No. Again, power supply is irrelevant. The card will do everything it can to keep power consumption under 500W, and that means throttling the GPUs.
epixoip General Help 13 20,657 01-29-2015, 11:05 PM
    Thread: Launching an attack NTLM
Post: RE: Launching an attack NTLM

Syntax is wrong. The proper way to format the above command would be: Code: -- oclHashcat64 -m 1000 -a 3 -i -o C:\output.txt Localhashes.txt ?a?a?a?a?a -- Note that I have omitted "max=10" b...
epixoip General Help 4 8,267 01-29-2015, 11:24 PM
    Thread: Launching an attack NTLM
Post: RE: Launching an attack NTLM

The flag is actually --increment-max but it doesn't really have much use in the real world. In most all scenarios the maximum will simply be the length of your mask. If you wanted to brute force ?a...
epixoip General Help 4 8,267 01-30-2015, 12:03 AM
    Thread: Changing fan speed of ATI under linux
Post: RE: Changing fan speed of ATI under linux

:0.1, not 0.1 But if you have 290X you should consider od6config instead of amdconfig.
epixoip General Help 7 9,646 02-03-2015, 09:33 PM
    Thread: Changing fan speed of ATI under linux
Post: RE: Changing fan speed of ATI under linux

Is X11 running?
epixoip General Help 7 9,646 02-04-2015, 02:09 AM
    Thread: Changing fan speed of ATI under linux
Post: RE: Changing fan speed of ATI under linux

Sounds like you only have xorg configured to use one GPU. Try running the following command: Code: -- amdconfig --adapter=all --initial -f -- You might also want to look over https://hashcat....
epixoip General Help 7 9,646 02-04-2015, 03:42 AM
    Thread: hashstack reviews
Post: RE: hashstack reviews

I'll of course stay out of this conversation as much as I can since I am naturally biased, but I will say I'm not sure how many Hashstack users read these forums. I know that some of our customers ...
epixoip General Help 3 9,723 02-07-2015, 11:36 PM
    Thread: Download Beta Versions?
Post: RE: Download Beta Versions?

Only beta testers get access to beta builds.
epixoip General Help 2 4,734 02-12-2015, 06:21 PM
    Thread: Combinator Attack (oclhashcat)
Post: RE: Combinator Attack (oclhashcat)

No. -j | -k are for single rules only.
epixoip General Help 1 3,906 02-15-2015, 12:29 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: 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,168 03-10-2015, 12:30 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
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

maskprocessor is fine, you just wouldn't specify -a or -t. using the example command above, correct syntax would be: Code: -- mp64.bin -q 3 -r 4 ?d?d?d?d?d?d?d?d?d?d | cudaHashcat64.bin -m 2500 ...
epixoip General Help 13 19,607 03-17-2015, 03:40 AM
    Thread: the correct syntax to pipe maskprocessor | cudahashcat in linux?
Post: RE: the correct syntax to pipe maskprocessor | cud...

maskprocessor doesn't support markov, but statsprocessor does. However, statsprocessor does not support -q/-r. You can open a ticket on Trac to request adding -q/-r support to statsprocessor.
epixoip General Help 13 19,607 03-18-2015, 08:48 AM
    Thread: Parsed list
Post: RE: Parsed list

No.
epixoip General Help 2 5,185 03-18-2015, 08:50 AM
    Thread: Syntax question
Post: RE: Syntax question

Would be more appropriate to use rules, not hybrid.
epixoip General Help 8 11,166 03-30-2015, 09:53 PM
    Thread: Syntax question
Post: RE: Syntax question

Would be more efficient to use rule chaining here. oclHashcat hashlist.txt wordlist.txt -r toggles.rule -r leet.rule
epixoip General Help 8 11,166 04-01-2015, 01:29 AM
    Thread: Syntax question
Post: RE: Syntax question

hashcat-cli does not support rule chaining
epixoip General Help 8 11,166 04-01-2015, 01:13 PM