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 [desc] Author Forum Replies Views Posted
    Thread: bug in 1.35?
Post: RE: bug in 1.35?

So bug. Thanks. I guess I stick with 1.33 for now.
rsberzerker Old oclHashcat Support 3 5,293 04-13-2015, 01:22 AM
    Thread: Checkpoint not working in latest version or me being a noob?
Post: RE: Checkpoint not working in latest version or me...

> If possible: For slow hashes try to hold the amplifier around 50-500 amplifier and for fast hashes 500-5000. Shift more data to the base than to the amplifier. Atom: Is this a general rule or on...
rsberzerker hashcat 6 6,005 09-23-2017, 04:19 PM
    Thread: Command structure?
Post: RE: Command structure?

It's possible. You may have to quote the path if contains spaces and leave off the trailing backslash. Here's an example where C:\Users\username\Documents\wordlists is a directory containing multiple ...
rsberzerker hashcat 2 3,419 09-21-2017, 02:11 PM
    Thread: Custom symbol character set
Post: RE: Custom symbol character set

#2 - That's what I was afraid of. Oh well, nothing a find and replace can't fix. #1 - Your line looks like what I tried, but it doesn't work. I had figured out I need to escape the comma (the error...
rsberzerker hashcat 5 5,446 09-14-2017, 02:07 PM
    Thread: Custom symbol character set
Post: RE: Custom symbol character set

Thank you. That works for me too. I guess my mistake was missing the ?? . Funny that you can't escape the ? with a \ like this \? . So \ isn't a universal escape character...
rsberzerker hashcat 5 5,446 09-14-2017, 02:48 PM
    Thread: Dilemma…!
Post: RE: Dilemma…!

undeath Wrote: (09-13-2017, 05:37 PM) -- PACK is just a collection of python scripts. You can run python on almost any OS, including Windows. -- In theory yes. In practice, there is a dependency wi...
rsberzerker hashcat 13 9,643 09-18-2017, 02:12 PM
    Thread: Dilemma…!
Post: RE: Dilemma…!

You need the pyenchant library/module. I never was able to get this working on Windows, but it was easy on [Debian] Linux. Any you need to understand the attack method. Based on your first post, yo...
rsberzerker hashcat 13 9,643 09-19-2017, 01:59 PM
    Thread: Expander / fingerprint attack
Post: RE: Expander / fingerprint attack

I think I'm beginning to understand why the 4 limit. I tried to combinator my initial (already uniqued) dictionary with itself. I stopped it at 281 Gigs. Even stripping out all the 4 characters from t...
rsberzerker General Talk 2 3,307 08-12-2017, 04:38 PM
    Thread: Hashcat rule help.
Post: RE: Hashcat rule help.

There are several ways depending on what you are trying to accomplish: 1) Rules (see the wiki if you don't understand the line) Code: -- Insert @ N | iNX | Inserts character X at position N | i...
rsberzerker hashcat 6 5,413 09-26-2017, 02:48 PM
    Thread: HashCat t-shirt !
Post: RE: HashCat t-shirt !

At the very least, you can loose the = sign. Loosing the "+ 4 GTX970" would make it less busy. Most people might understand the Hash with "password killer/analyzer", but the GTX970 would be lost on...
rsberzerker User Contributions 7 13,400 04-13-2015, 06:42 AM
    Thread: Hashcat won't run on large wordlist?
Post: RE: Hashcat won't run on large wordlist?

My guess is it's running out of memory. You could take how much memory your system has free and breaking it into chunks smaller than that, then run them one after the other via script.
rsberzerker hashcat 2 3,972 08-26-2017, 08:00 AM
    Thread: HashKiller - DDoS Problem
Post: RE: HashKiller - DDoS Problem

blandyuk Wrote: (01-03-2015, 03:42 PM) -- OK, presume some of your have noticed www.hashkiller.co.uk and the forums are off-line right now. Reason is a DDoS against my IPs so I'm off until further no...
rsberzerker General Talk 7 16,519 01-03-2015, 05:05 PM
    Thread: How can I extract rules from wordlists?
Post: RE: How can I extract rules from wordlists?

PACK (https://www.thesprawl.org/projects/pack/) has some tools that supposedly can do this. Only used it for mask generation (works great), but it can do rules.
rsberzerker General Talk 7 12,214 01-04-2015, 05:56 AM
    Thread: How can I extract rules from wordlists?
Post: RE: How can I extract rules from wordlists?

Be sure you are using python 2.7. I tried 3.4 and it didn't work until I switched to 2.7.
rsberzerker General Talk 7 12,214 01-04-2015, 02:48 PM
    Thread: How To Run Hashcat ON RDP/VPS
Post: RE: How To Run Hashcat ON RDP/VPS

Seconded Mem5's answer. You're missing the proper video drivers. Also hashcat-cli64 is from older versions of hashcat and obsolete. Not recommended to use.
rsberzerker hashcat 4 4,621 09-26-2017, 02:51 PM
    Thread: Incrementing Brute Force Attack?
Post: RE: Incrementing Brute Force Attack?

epixoip Wrote: (01-01-2015, 07:30 AM) -- You're not going to be able to brute force past 9 characters, let alone 32. -- Epixoip is right. True brute forcing past about 8 characters is not practical...
rsberzerker Old oclHashcat Support 4 12,081 01-01-2015, 07:59 AM
    Thread: Is it even possible?
Post: RE: Is it even possible?

Well, the character set is 26+26 = 52. Ten characters is 52^10 = 144,555,105,949,057,024 possible passwords. At 10m/sec (which is very low depending on the hash), ~458 years. BUT...10m/sec is low f...
rsberzerker Old hashcat Support 11 16,222 02-08-2015, 09:19 PM
    Thread: Is it even possible?
Post: RE: Is it even possible?

If you have the hash, you should have the salt too. Hashcat (and oclhashcat), given the right -m parameter, will automatically use the salt. You don't need to crack that.
rsberzerker Old hashcat Support 11 16,222 02-08-2015, 11:49 PM
    Thread: Is it even possible?
Post: RE: Is it even possible?

Yes. The salt is normally stored with the hash. So if you have access to the hash, you have access to the salt.
rsberzerker Old hashcat Support 11 16,222 02-10-2015, 03:10 PM
    Thread: Is my plan a good idea?
Post: RE: Is my plan a good idea?

Rainbow tables are virtually useless against salted hashes. And even if they weren't, you have to factor in disk access times: How fast can you search those tables vs. how fast is hashcat (and oclhash...
rsberzerker General Talk 23 40,638 12-28-2014, 11:28 PM