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 [desc] Views Posted
    Thread: 5 question around
Post: RE: 5 question around

Some rule files are included with hashcat in the rules directory. Best64 is the name of one set of rules. Example command: hashcat64.exe -m %hashtype% -a 0 --remove -o %outfile% --status --markov-...
rsberzerker hashcat 5 5,387 09-28-2017, 03:39 AM
    Thread: Wordlists (Tips and Tricks)
Post: RE: Wordlists (Tips and Tricks)

epixoip Wrote: (12-30-2014, 07:01 AM) -- The context was around generating an hcstat file. Duplicates in your wordlist makes no sense. -- That's what I thought. Just wanted to be sure I wasn't miss...
rsberzerker General Talk 6 18,724 12-30-2014, 07:35 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,724 12-31-2014, 03:06 AM
    Thread: Wordlists (Tips and Tricks)
Post: Wordlists (Tips and Tricks)

In another thread, epixoip posted this quote: Quote: -- ...And remember, quality over quantity. Most wordlists you download from the Internet are going to be pure garbage... -- This started a few ...
rsberzerker General Talk 6 18,724 12-30-2014, 06:35 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,007 09-23-2017, 04:19 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: 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: 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: Speed of crack for WPA/WPA2 hash
Post: RE: Speed of crack for WPA/WPA2 hash

There are two ways to measure cracking speed: hashes tried per second (H/s), and passwords cracked per second (Pwd/s). Personally, I think the second is more important. In an ideal situation, you h...
rsberzerker hashcat 8 21,157 09-02-2017, 12:29 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,601 04-10-2015, 04:38 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,601 04-10-2015, 05:33 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,601 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,601 04-13-2015, 05:11 AM
    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,601 04-13-2015, 06:11 AM
    Thread: MS Office Instant decryption
Post: RE: MS Office Instant decryption

philsmd Wrote: (08-21-2017, 08:58 AM) -- because you probably should use the collider mode 9710 (with mask ?b?b?b?b?b) for instant access to the data -- Here's a post by Atom with a more detailed e...
rsberzerker General Talk 9 15,344 08-26-2017, 07:57 AM
    Thread: LINE/ENCODING ERROR
Post: RE: LINE/ENCODING ERROR

1) What hash type are you trying to crack? 2) There are example hashes for pretty much every type in the wiki. Check ones you are getting an error with against the example. Does it look the same fo...
rsberzerker hashcat 9 7,528 09-21-2017, 02:18 PM
    Thread: LINE/ENCODING ERROR
Post: RE: LINE/ENCODING ERROR

Comparing your problem hashes to the example hashes, they don't match in format, which is the problem. For the 2611, you have XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX:XXXXXXXXXXXXXXXXXXXXXXXXXXX wh...
rsberzerker hashcat 9 7,528 09-27-2017, 02:10 PM
    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,485 02-09-2015, 03:26 AM