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 [asc]
    Thread: Rule shortcut
Post: RE: Rule shortcut

coolbry95 Wrote: (04-13-2015, 05:51 AM) -- The limit is 15 functions per line. If you were to use a combinator attack you would do username domains -j '$@'. -- Thanks. That explains why I get the ...
rsberzerker General Help 9 13,590 04-13-2015, 06:11 AM
    Thread: Rule shortcut
Post: RE: Rule shortcut

epixoip Wrote: (04-13-2015, 05:17 AM) -- Spaces are optional. The rule isn't failing, it just isn't loading because it's too long to be used on GPU. It will work in hashcat-cli though. -- What is t...
rsberzerker General Help 9 13,590 04-13-2015, 05:26 AM
    Thread: Rule shortcut
Post: RE: Rule shortcut

I've been working with this and had the [maybe] bright idea to combine this with the best64 rules. It somewhat works, and has found some hashes even in it's current somewhat broken state. Some of the ...
rsberzerker General Help 9 13,590 04-13-2015, 05:11 AM
    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,291 04-13-2015, 01:22 AM
    Thread: bug in 1.35?
Post: bug in 1.35?

I hadn't noticed 1.35 was out, so I just downloaded it. I have been using 1.33. But when I ran 1.35, it didn't recover anything, while the same run with 1.33 did. Here are the command lines. First I ...
rsberzerker Old oclHashcat Support 3 5,291 04-13-2015, 01:03 AM
    Thread: best64.rule contest
Post: RE: best64.rule contest

I vote yes to this too. And as to Kgx's question, probably, but so what? Passwords used change over time, and the rules need to be updated against them.
rsberzerker Organisation and Events 34 64,125 04-11-2015, 03:15 AM
    Thread: Rule shortcut
Post: RE: Rule shortcut

epixoip Wrote: (04-10-2015, 05:29 AM) -- the shortcut is to use a stream editor to generate the rule file for you. for example if you have a list of domains called "domains.txt", you would use som...
rsberzerker General Help 9 13,590 04-10-2015, 05:33 AM
    Thread: Rule shortcut
Post: Rule shortcut

I've noticed in several lists I've been working on lately, I see several email addresses used as passwords. I suspect there are more than what I've found. I'd like to write a rule to append some co...
rsberzerker General Help 9 13,590 04-10-2015, 04:38 AM
    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,216 02-10-2015, 03:10 PM
    Thread: No Output of Cracked Hashes
Post: RE: No Output of Cracked Hashes

There are several online hash generators. Try giving them a "password" and get the hash. Then be sure the password is the dictionary you are using to attack said hash. This way, you will get to see a ...
rsberzerker Old oclHashcat Support 10 12,477 02-09-2015, 05:33 AM
    Thread: No Output of Cracked Hashes
Post: RE: No Output of Cracked Hashes

Generally, the plain wordlists don't crack many, if any, passwords. But combine them with rules and you are more likely to get something. The best64 ruleset, included with oclhashcat, is a good one. J...
rsberzerker Old oclHashcat Support 10 12,477 02-09-2015, 03:26 AM
    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,216 02-08-2015, 11:49 PM
    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,216 02-08-2015, 09:19 PM
    Thread: oclHashcat bruteforce
Post: RE: oclHashcat bruteforce

I'm a little late, but instead of -i you could use a file with masks instead. For the example above of 1-7, create a file with the following lines: ?a ?a?a ?a?a?a ?a?a?a?a ?a?a?a?a?a ?a?a?a?a?...
rsberzerker Old oclHashcat Support 12 19,255 02-05-2015, 03:12 PM
    Thread: Practical PRINCE: 1 CPU + 24 hours = 63% Linkedin hashes cracked, 100% automated
Post: RE: Practical PRINCE: 1 CPU + 24 hours = 63% Linke...

Been playing with Prince (0.19) and I noticed something strange. When using one list, it exhausts within seconds. Using a second list, it keeps going and going. Same command line, just the dictionary ...
rsberzerker hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 22 74,857 01-19-2015, 06:23 PM
    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,210 01-04-2015, 02:48 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,210 01-04-2015, 05:56 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,516 01-03-2015, 05:05 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,079 01-01-2015, 07:59 AM
    Thread: Wordlists (Tips and Tricks)
Post: RE: Wordlists (Tips and Tricks)

Saint Wrote: (12-30-2014, 01:41 PM) -- I have made myself a ~800mb wordlist of all real passwords. It's a very nice addition to the hashes.org one which also contains only real passwords. If you want...
rsberzerker General Talk 6 18,716 12-31-2014, 03:06 AM