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: Hashcat bruteforcing with special rules
Post: RE: Hashcat bruteforcing with special rules

I've not tested attempting to escape commas in the custom charset, but you can try. So the first two lines of your hcmask file (based on the masks you generated above) would be: .\,,;.-_):,!Ii!?...
epixoip hashcat 17 23,547 04-01-2015, 10:24 PM
    Thread: Hashcat bruteforcing with special rules
Post: RE: Hashcat bruteforcing with special rules

Yes, that's precisely how you would script it out as I suggested. OS is irrelevant. No, a slash is not a problem. No, the size of the container is irrelevant.
epixoip hashcat 17 23,547 04-02-2015, 01:21 AM
    Thread: Hashcat bruteforcing with special rules
Post: RE: Hashcat bruteforcing with special rules

The keyspace is likely too small to achieve full acceleration, thus the low speed.
epixoip hashcat 17 23,547 04-02-2015, 11:43 PM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

I agree with #1-4. For #5, I'd much rather prefer to see ~/.hashcat/tmp over /tmp/hashcat, if for no other reason than to better enable multiple users to share the same system. I don't see a re...
epixoip hashcat 12 18,959 12-08-2015, 07:59 PM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

I am, but you knew that. The problem with packaging hashcat right now, as dropdead and I were discussing, is that hashcat doesn't exactly adhere to the FHS. Basically the hashcat directory is a wor...
epixoip hashcat 12 18,959 12-08-2015, 12:57 AM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

Ok, here's an example of a package manifest for oclHashcat 64bit (truncated in places where repetitive) Code: -- /usr/bin/oclHashcat64.bin /usr/share/docs/oclHashcat /usr/share/docs/oclHashcat...
epixoip hashcat 12 18,959 12-08-2015, 01:41 AM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

atom Wrote: (12-09-2015, 12:06 AM) -- I disagree partially, we need to distinguish between hashcat and oclHashcat on /usr/share/doc/ because of colliding filenames in the docs/* folder -- Actually I...
epixoip hashcat 12 18,959 12-09-2015, 12:14 AM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

That list looks good
epixoip hashcat 12 18,959 12-09-2015, 02:18 AM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

The reason why I suggested an internal search path is to help keep command lines sane. Here's an example: I want to run a simple rule-based attack. oclHashcat64 hashlist wordlist -r /usr/share/o...
epixoip hashcat 12 18,959 12-09-2015, 05:23 AM
    Thread: Testing
Post: RE: Testing

We have a full test suite. I'm not sure if it's been made public yet.
epixoip hashcat 2 8,229 12-17-2015, 02:01 AM
    Thread: Results collection model ?
Post: RE: Results collection model ?

There's no point in adding WEP to oclHashcat when it can be cracked in under 2 minutes on a mobile phone.
epixoip hashcat 3 5,628 12-28-2015, 08:03 AM
    Thread: Get rid of CUDA
Post: RE: Get rid of CUDA

If you want to experiment you can always download the latest build at https://hashcat.net/beta/
epixoip hashcat 2 10,068 01-18-2016, 03:18 AM
    Thread: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days?
Post: RE: Ubuntu 16.04 - fglrx is deprecated - is "radeo...

fglrx is not supported on Ubuntu 16.04. Use the new amdgpu driver instead.
epixoip hashcat 17 36,357 04-25-2016, 04:27 PM
    Thread: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days?
Post: RE: Ubuntu 16.04 - fglrx is deprecated - is "radeo...

I think for amdgpu to work with OpenCL you need the "hybrid driver" aka "amd gpu-pro", basically the open source driver + AMD's binary blob. A third option is to just stick with Ubuntu 14.04 LTS, it...
epixoip hashcat 17 36,357 04-25-2016, 08:19 PM
    Thread: Can't crack multiple hashes, only single
Post: RE: Can't crack multiple hashes, only single

Post your example hashes with the known passwords so we can test.
epixoip hashcat 7 13,889 05-11-2016, 07:36 PM
    Thread: Can't crack multiple hashes, only single
Post: RE: Can't crack multiple hashes, only single

I can confirm that there is a bug in 2.01, but it looks like it is fixed in beta: Code: -- epixoip@token:~/hashcat-3.00$ ./hashcat64.bin -d 1 -a 3 -m 110 --username --session test_cracked --quie...
epixoip hashcat 7 13,889 05-11-2016, 08:31 PM
    Thread: Ubuntu 16.04 - fglrx is deprecated - is "radeon" driver OK these days?
Post: RE: Ubuntu 16.04 - fglrx is deprecated - is "radeo...

6970 is VLIW4 and not supported by the new drivers. Your GPU is too old.
epixoip hashcat 17 36,357 06-20-2016, 12:53 AM
    Thread: Questions about kernels (a0/1/2/3), kernel functions (mXXXXXm/mXXXXXs) and debugging
Post: RE: Help on getting starting with modifying an exi...

OP: I merged your threads and subsequently merged your posts. You're having troubles adding a new algorithm, we get it. There's no reason to create 4 separate threads that all deal with the same topic...
epixoip hashcat 1 3,696 06-22-2016, 12:46 AM
    Thread: FPGA is that any good?
Post: RE: FPGA is that any good?

kiara Wrote: (07-06-2016, 01:35 PM) -- since hashcat 3.0v started to support fpga -- hashcat 3.00 did not "add support for FPGA"; it added support for any arbitrary OpenCL device on any OpenCL plat...
epixoip hashcat 6 10,259 07-06-2016, 08:20 PM
    Thread: sha1 mysql
Post: RE: sha1 mysql

Look at the example hash for -m 300 (https://hashcat.net/wiki/doku.php?id=example_hashes) and make your hash look like that one (hint, remove the leading asterisk.)
epixoip hashcat 1 5,280 07-08-2016, 06:19 AM