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: How to disable the output of hacked hashes
Post: RE: How to disable the output of hacked hashes

The --outfile/--outfile-format parameters can suppress the console output this way. (If you don't want the output retains anywhere at all, you can map --outfile to /dev/null).
royce hashcat 1 1,684 10-21-2018, 05:30 PM
    Thread: Help
Post: RE: Help

Please read the forum rules (https://hashcat.net/forum/announcement-2.html).
royce General Talk 1 1,863 10-15-2018, 02:41 AM
    Thread: Thanks
Post: RE: Thanks

Got your back, Jack! Least we can do is provide top cover while you do the hard part. :)
royce User Contributions 2 3,034 10-11-2018, 09:18 PM
    Thread: Help please ! can't figure out the mode to be used
Post: RE: Help please ! can't figure out the mode to be ...

Please do not post hashes. It is against the forum rules (https://hashcat.net/forum/archive/index.php?announcement-2.html). There's currently no support in hashcat for Argon2. hashcat's own help co...
royce hashcat 3 2,865 10-05-2018, 02:30 PM
    Thread: Hi cracking rig
Post: RE: Hi cracking rig

This one from EvilMog is pretty good - should also work with 18.04. https://hashcat.net/forum/thread-6063-post-32355.html
royce Hardware 3 3,020 10-01-2018, 05:08 PM
    Thread: Hi cracking rig
Post: RE: Hi cracking rig

I personally recommend Ubuntu 18.04 LTS. A web-driven GUI that I like is Hashtopolis. YMMV.
royce Hardware 3 3,020 10-01-2018, 03:20 AM
    Thread: A very special mask
Post: RE: A very special mask

You'll want to use https://thesprawl.org/projects/pack/#policygen .. but that will only solve most of your question, not the "no repeated characters" part. But in practice, most hashes are fas...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 2,671 09-27-2018, 05:20 PM
    Thread: Restore File How to Use it
Post: RE: Restore File How to Use it

The default session name is 'hashcat' if a session name is not specified.
royce hashcat 7 4,559 09-12-2018, 03:42 PM
    Thread: Can not crack some example of hashes
Post: RE: Can not crack some example of hashes

Do you get any errors or warnings? What final feedback do you get from hashcat?
royce hashcat 2 2,190 09-12-2018, 08:49 AM
    Thread: bcrypt $2*$, Blowfish (Unix) slow speed
Post: RE: bcrypt $2*$, Blowfish (Unix) slow speed

(Unless you also post the plaintext, please don't post hashes.) Your performance is quite normal for cost 10 on a 1080.
royce hashcat 4 3,358 09-11-2018, 10:50 PM
    Thread: bcrypt $2*$, Blowfish (Unix) slow speed
Post: RE: bcrypt $2*$, Blowfish (Unix) slow speed

What value is in the "cost" field of your hash? (the second $-separated field, two digits wide)? Based on the speed you're getting, I'm guessing that it's probably cost 10? If so, that speed is norma...
royce hashcat 4 3,358 09-11-2018, 10:35 PM
    Thread: vBulletin < v3.8.5 salt length issue
Post: RE: vBulletin < v3.8.5 salt length issue

If there's no direct support for this length in hashcat as shipped, you could pull the source from GitHub and modify the expected salt length. (Also, just in case - make sure that the command line ...
royce hashcat 3 2,678 09-09-2018, 04:35 PM
    Thread: vBulletin < v3.8.5 salt length issue
Post: RE: vBulletin < v3.8.5 salt length issue

But this is different from 2811?
royce hashcat 3 2,678 09-09-2018, 03:37 AM
    Thread: cl platform not found
Post: RE: cl platform not found

Try refreshing the entire stack with the applicable instructions from this question in the FAQ: https://hashcat.net/faq/wrongdriver
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 5,339 09-09-2018, 03:33 AM
    Thread: Studying demographics in effective wordlist/rule generation
Post: RE: Studying demographics in effective wordlist/ru...

Great reply, lakiw.
royce General Talk 2 2,810 09-09-2018, 03:31 AM
    Thread: Help With Wordlists
Post: RE: Help With Wordlists

Because you want a variable number of digits, which could be anywhere in the string, you'll need a list of masks - not just a single mask. This list must be generated outside of hashcat. Use http:...
royce hashcat 1 1,890 09-09-2018, 03:25 AM
    Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass

I guess you could simulate it by replacing the first colon with some other separator, as in user$email:hash
royce hashcat 8 4,954 09-08-2018, 04:15 PM
    Thread: need advice
Post: RE: need advice

If it's 10 random digits, and there's no other pattern, that's probably the best you can do. Adding -O / --optimized-kernel-enable might also help.
royce hashcat 5 3,637 09-07-2018, 08:09 PM
    Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass

Code: -- $ hashcat --help | egrep -i user --username | | Enable ignoring of usernames in hashfile | -- ... and: https://hashcat.net/wiki/doku.php?id=frequent...
royce hashcat 8 4,954 09-07-2018, 06:17 PM
    Thread: deshashing same hashes in different Sittes.
Post: RE: deshashing same hashes in different Sittes.

As long as the following are the same: * the input files (if any) * the hashes * the hashcat.restore file (or [session-name].restore file) * the version of hashcat (this may vary, but sometimes ...
royce hashcat 1 1,696 09-05-2018, 03:20 PM