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 [desc]
    Thread: correct command line
Post: RE: correct command line

One-character parameters (single hyphen) don't work with equals signs, but multi-character (two hyphens) should work with equals signs. Code: -- $ echo blah | hashcat --hash-type=1000 --stdout ...
royce hashcat 24 22,564 12-25-2017, 08:47 PM
    Thread: Trying to understand RLI and RLI2 better
Post: RE: Trying to understand RLI and RLI2 better

The purpose of rli is to diff two lists, and only show the new ones in the new file. It's not a dedupe tool. For general dedupe, sort -u is your go-to for this. I use this alias (adjust parameters to...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,745 12-25-2017, 08:57 PM
    Thread: Possible to do attack mode 6 and 7 on same attack
Post: RE: Possible to do attack mode 6 and 7 on same att...

I think that you've got all of the possible pieces already, and you just need to arrange them with the trade-off that works best for you. It looks like appending or prepending ?a?a with rules as the f...
royce hashcat 6 5,306 12-25-2017, 09:06 PM
    Thread: Benchmarks for GTX 1070Ti FE (Founders Edition)
Post: RE: Benchmarks for GTX 1070Ti FE (Founders Edition...

Nice - thanks!
royce Hardware 3 7,857 12-30-2017, 05:53 AM
    Thread: Question about --skip and --limit
Post: RE: Question about --skip and --limit

As the number of remaining hashes drops, performance per hash should increase. In other words, once only one hash remains, performance should be the same as if the target was only a single hash in ...
royce hashcat 4 3,458 12-30-2017, 04:06 PM
    Thread: Unable to use own hash database
Post: RE: Unable to use own hash database

Can't diagnose this without understanding more about how you are creating hashes.txt. What happens if hashes.txt contains only the MD5 example hash from the hashcat wiki (8743b52063cd84097a65d1633f...
royce hashcat 5 4,583 12-30-2017, 04:15 PM
    Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info

https://hashcat.net/wiki/doku.php?id=princeprocessor may help, but the additional modifications would need some extra rules work - maybe a subset of those in prince_optimized.rule, depending on your u...
royce General Talk 4 3,365 12-31-2017, 07:45 AM
    Thread: Question about --skip and --limit
Post: RE: Question about --skip and --limit

Huh - fair point! My understanding of how --restore works is that it's mostly a record of what command-line options were used, for the purpose of reinvoking hashcat. So I think that its application...
royce hashcat 4 3,458 12-31-2017, 01:07 PM
    Thread: Unable to use own hash database
Post: RE: Unable to use own hash database

The error Hash 'hashes.txt': Line-length exception ... is not very clear. What it means is that since the system couldn't find the hashes.txt file in the current working directory, it tried to ...
royce hashcat 5 4,583 12-31-2017, 06:59 PM
    Thread: Single 15 char NTLM Hash with known info
Post: RE: Single 15 char NTLM Hash with known info

You can use whatever rules make sense for your target. You may have to experiment with --stdout to determine whether the combination of --case-permute and your rules are doing what you're expecting.
royce General Talk 4 3,365 01-01-2018, 10:02 PM
    Thread: Could someone give some tips about libhashcat.so
Post: RE: Could someone give some tips about libhashcat....

There is no formal documentation yet - but since hashcat itself uses libhashcat, it is a good reference implementation. See hashcat github.
royce hashcat 2 2,543 01-02-2018, 04:37 AM
    Thread: Output file info
Post: RE: Output file info

There is no output mode that records absolute time. This is because absolute time is not useful for the purposes of comparing performance across platforms and runs. The wallclock time for a given s...
royce hashcat 5 4,515 01-06-2018, 05:55 PM
    Thread: Output file info
Post: RE: Output file info

Close - but a benchmark is under pretty ideal conditions, and your attack is probably slower than that. Probably best to measure actual H/s for your specific attack.
royce hashcat 5 4,515 01-06-2018, 08:26 PM
    Thread: Princeprocessor Resume
Post: RE: Princeprocessor Resume

This should work, but I don't immediately see what might be different about your command line that would make the number go backwards. In my scripts that resume princeprocessor, the only thing that I ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 3,522 01-07-2018, 12:01 AM
    Thread: Assistance building mask
Post: RE: Assistance building mask

+1. Specifically: Code: -- $ cat words.list red blue green yellow $ cat mask.list ?d?s ?d?d?s ?d?d?d?s ?d?d?d?d?s $ hashcat --stdout -a 6 words.list mask.list | head red1. red0....
royce hashcat 3 2,722 01-07-2018, 07:25 PM
    Thread: New
Post: RE: New

Wiping a hard drive for reuse doesn't usually involve having to provide a password. Unless you're trying to revive drives that were wiped with ATA Secure Erase and have a security password set on ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,683 01-12-2018, 05:37 AM
    Thread: Hashcat command
Post: RE: Hashcat command

To verify your approach, you can use the --stdout parameter to check to see what is being output.
royce hashcat 3 3,909 01-12-2018, 06:38 AM
    Thread: Output file info
Post: RE: Output file info

Run the actual attack - and then check the H/s values in the hashcat status output.
royce hashcat 5 4,515 01-12-2018, 06:39 AM
    Thread: Word Mangling/Wordlist generator
Post: RE: Word Mangling/Wordlist generator

Yeah, what undeath said - if we're talking about typos, or misspellings that are just a single character substitution, some rules are pretty good at transposing letters. Specifically, a ruleset like t...
royce hashcat 5 11,202 01-13-2018, 06:29 PM
    Thread: Word Mangling/Wordlist generator
Post: RE: Word Mangling/Wordlist generator

Good luck! And for what it's worth, here are some nuggets for how to use kwprocessor (keyboard walk processor) and hashcat rules + stdout to generate a wordlist of typos. It's not an ideal approach...
royce hashcat 5 11,202 01-13-2018, 08:43 PM