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: hashcat wont work for me!!!
Post: RE: hashcat wont work for me!!!

Learn to use your OS. This is a Hashcat forum, not a Linux Mint forum.
epixoip Old oclHashcat Support 3 5,442 01-01-2016, 11:59 PM
    Thread: Dictionary attack
Post: RE: Dictionary attack

combinator.bin rockyou.txt rockyou.txt >rockyou-combined.txt, then -a 6 rockyou-combined.txt ?d?d?d
epixoip Old oclHashcat Support 3 5,240 01-23-2016, 10:22 AM
    Thread: Dictionary attack
Post: RE: Dictionary attack

You can use rockyou to build such a list, just filter out the words that are too long & too short: Code: -- awk 'length < 7 && length > 4' rockyou.txt >rockyou-5_6.txt --
epixoip Old oclHashcat Support 3 5,240 01-23-2016, 11:10 PM
    Thread: Need help with cudaHashcat and The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)
Post: RE: Need help with cudaHashcat and The-Distributio...

The legacy driver will not work, and cudaHashcat will not work with your GPU, it is simply too old.
epixoip Old oclHashcat Support 3 6,491 01-30-2016, 11:22 PM
    Thread: Need help with cudaHashcat and The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)
Post: RE: Need help with cudaHashcat and The-Distributio...

100% positive. cudaHashcat requires CUDA 7, and CUDA 7 does not not support your GPU.
epixoip Old oclHashcat Support 3 6,491 01-31-2016, 08:19 AM
    Thread: Shrinking mask attacks
Post: RE: Shrinking mask attacks

rico Wrote: (02-02-2016, 03:24 PM) -- btw, ?a is already defined as ?a = ?l?u?d?s so your mask is just ?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a?a It's still to damn long though... -- And this is act...
epixoip Old hashcat Support 3 5,927 02-02-2016, 11:44 PM
    Thread: ecryptfs H/s
Post: RE: ecryptfs H/s

1. Yes, ecryptfs is very slow -- but so is your GPU. A good modern GPU will be more than twice as fast as that. GTX 970 for example achieves ~ 6500 H/s on ecryptfs, while a Titan X achieves ~ 10000 H/...
epixoip General Talk 3 5,663 02-03-2016, 03:29 AM
    Thread: ecryptfs H/s
Post: RE: ecryptfs H/s

If you have a sha512crypt hash and you know it's the same password, then yes you'd absolutely target the sha512crypt hash instead. I'm not sure which online services/lists you're referring to, but I ...
epixoip General Talk 3 5,663 02-03-2016, 06:50 AM
    Thread: oclhashcat without a monitor
Post: RE: oclhashcat without a monitor

Certainly is possible, but you need to tell us a lot more about your setup before we can tell you what you're doing wrong.
epixoip Old oclHashcat Support 3 4,885 02-25-2016, 07:47 PM
    Thread: Fan Control
Post: RE: Fan Control

You'll probably have better luck controlling the fan speed on the GPUs rather than the chassis fans. GTX 980 is a very low-power GPU, you shouldn't have any issues cooling it.
epixoip Hardware 3 6,068 02-25-2016, 10:35 PM
    Thread: Fan Control
Post: RE: Fan Control

I understand the chassis fans are what are making noise. What I'm saying is drop the chassis fans down in the bios (bios should have some feature to let it control the fan speed automatically). Then s...
epixoip Hardware 3 6,068 02-26-2016, 12:00 AM
    Thread: oclhashcat without a monitor
Post: RE: oclhashcat without a monitor

You need to have an X server running, the user needs to have Xauth and/or ACLs need to be disabled, and the proper environment variable needs to be exported. Have a look at the wiki article on the top...
epixoip Old oclHashcat Support 3 4,885 02-26-2016, 09:36 PM
    Thread: Amplifier - what is it?
Post: RE: Amplifier - what is it?

In order to gain acceleration when using compute devices such as GPUs, we have to actually give the device some work to do -- hashing alone is usually not enough to gain acceleration. For most formats...
epixoip Old oclHashcat Support 3 6,382 02-29-2016, 02:10 PM
    Thread: What's wrong?
Post: RE: What's wrong?

hashcat won't write to a directory named "cracked" unless you are explicitly telling it to. Maybe you can post your command line so we can see what you are doing.
epixoip Old hashcat Support 3 5,294 03-13-2016, 03:02 AM
    Thread: What's wrong?
Post: RE: What's wrong?

You do realize your wordlists have to actually contain the correct password, right? So if your wordlist does not have the word 'hashcat' in it, then no you won't crack any of the example hashes.
epixoip Old hashcat Support 3 5,294 03-13-2016, 09:25 PM
    Thread: Heat Control
Post: RE: Heat Control

You can use ''-w 1'' but it will still probably prematurely kill your laptop. We strongly recommend against running oclHashcat on laptops.
epixoip Old oclHashcat Support 3 4,885 03-17-2016, 04:48 AM
    Thread: Creating new or custom charset for hashcat
Post: RE: Creating new or custom charset for hashcat

https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets
epixoip Old hashcat Support 3 28,490 03-18-2016, 10:38 AM
    Thread: oclHashcat version 2.10, FPGA support?
Post: RE: oclHashcat version 2.10, FPGA support?

They have the potential to be faster for slow hashes, and single hash brute force against fast hashes. The drawbacks occur when you start talking about anything involving memory (multihash, wordlist a...
epixoip Hardware 3 5,631 03-18-2016, 07:14 PM
    Thread: cudahashcat error
Post: RE: cudahashcat error

Your problem is ''-username''. Since you only have one dash before the word 'username,' getopt is interpreting that as "-u sername" and telling you that 'sername' is not a valid value. Long options al...
epixoip Old oclHashcat Support 3 4,951 03-30-2016, 11:25 PM
    Thread: cudahashcat error
Post: RE: cudahashcat error

Maybe you should show us your exact command line then.
epixoip Old oclHashcat Support 3 4,951 03-31-2016, 03:42 AM