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: How to use hashcat on multiple pc network(master-slave configuration)
Post: RE: How to use hashcat on multiple pc network(mast...

The first three Google hits for "distributed hashcat" cover the major ones: Hashtopolis, Hashview, and Cracklord. https://github.com/s3inlc/hashtopolis https://github.com/hashview/hashview https...
royce hashcat 1 4,041 06-15-2018, 08:34 AM
    Thread: How to use hashcat to crack a PPT file password?
Post: RE: How to use hashcat to crack a PPT file passwor...

The MS Office modes should also support PowerPoint files.
royce hashcat 6 3,816 11-17-2018, 10:59 PM
    Thread: htacces crack
Post: RE: htacces crack

I've redacted your hash. Please read the forum rules: https://hashcat.net/forum/archive/index.php?announcement-2.html To identify hashes, check against the hashcat example hashes: https://has...
royce hashcat 1 466 06-14-2020, 07:04 PM
    Thread: huawei p9 lite destroyed but i get emmc image :)
Post: RE: huawei p9 lite destroyed but i get emmc image ...

I am not familiar with how encryption is done on these phones, but here's an example for a different phone. https://hashcat.net/forum/thread-2202.html
royce hashcat 7 5,068 12-08-2017, 05:24 PM
    Thread: Hybrid Attack
Post: RE: Hybrid Attack

Nevertheless, that's the answer. Because of how hashcat is optimized to run, undersized masks on the left-hand side have more of an impact on speed than undersized masks on the right-hand side.
royce hashcat 3 3,010 02-17-2018, 07:22 PM
    Thread: I have error please help me
Post: RE: I have error please help me

Yep, you can't do that. It looks like you're trying to do a combinator attack. There's a direct combinator attack (which is -a 1), or there is a way to simulate a selectes subset of combinator effect...
royce hashcat 3 1,264 12-15-2019, 11:10 PM
    Thread: I need a very detailed picture and text tutorial, I don't have any foundation.
Post: RE: I need a very detailed picture and text tutori...

Hello! Please post in English. Use Google Translate if you need to. Here is a Google Translate translation of the above: I am learning hashcat, but its instructions make me a headache. I searched a ...
royce hashcat 4 1,879 09-01-2019, 07:06 PM
    Thread: I need a very detailed picture and text tutorial, I don't have any foundation.
Post: RE: I need a very detailed picture and text tutori...

https://www.google.com/search?q=hashcat+%28novice+OR+beginner%29+%28tutorial+OR+howto%29 ... yields: https://laconicwolf.com/2018/09/29/hashcat-tutorial-the-basics-of-cracking-passwords-with-has...
royce hashcat 4 1,879 09-02-2019, 04:37 PM
    Thread: i need to make 6number dic list
Post: RE: i need to make 6number dic list

hashcat doesn't need an external wordlist for this. Just use -a 3 and ?d?d?d?d?d?d.
royce hashcat 4 2,160 02-02-2019, 07:46 PM
    Thread: I use the hashcat 4.0.1 version, why not load the dictionary?
Post: RE: I use the hashcat 4.0.1 version, why not load ...

Hmm - that's at around the 500 megabyte mark. Maybe some kind of memory limitation?
royce hashcat 4 3,575 03-18-2018, 08:16 AM
    Thread: I'm using Windows - where does combinator.exe write out to?
Post: RE: I'm using Windows - where does combinator.exe ...

The canonical way to do this is simply pipe the output of combinator to hashcat itself, so you don't have to store the result anywhere. combinator list1 list2 | hashcat ...
royce hashcat 2 1,064 08-14-2019, 02:35 AM
    Thread: iClass request
Post: RE: iClass request

https://www.cs.bham.ac.uk/~garciaf/publications/dismantling.iClass.pdf
royce hashcat 4 2,577 03-16-2019, 01:38 AM
    Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...

Specifically, the feature request would be something along the lines of "ignore 00-suffixed plains as duplicates even when using --keep-guessing".
royce hashcat 4 4,507 11-13-2016, 07:57 AM
    Thread: ignoring 00-suffixed plains when using --keep-guessing?
Post: RE: ignoring 00-suffixed plains when using --keep-...

I guess I'd also need to combine that with a hex mask that leaves out 00 for the last char(s).
royce hashcat 4 4,507 11-15-2016, 09:28 AM
    Thread: IIS http digest
Post: RE: IIS http digest

If it's a test hash that you created yourself and has a known plaintext, then it's OK to post the whole hash (as long as you also include the plaintext).
royce hashcat 5 3,178 11-19-2018, 06:37 PM
    Thread: Improved Mask Attack
Post: RE: Improved Mask Attack

Look at the custom character set parameters (-1 / -2 / -3 / -4)
royce hashcat 2 705 05-28-2020, 11:42 PM
    Thread: Incremental Markov attacks
Post: RE: Incremental Markov attacks

Yes, in incremental mode, a length will be exhausted before the next length is started. Also, the Candidate progress display shows a range. It is normal for this to only change when another range i...
royce hashcat 1 3,377 05-16-2017, 06:06 PM
    Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory

Could you post your full command line (with any hashes redacted)? One possibility is that one of your command line options isn't in the proper order, such that hashcat is trying to load one of your l...
royce hashcat 10 14,879 08-21-2016, 09:12 PM
    Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory

I'm not an expert in all of the options you're using, but it looks sane overall to me. Is there any CPU or GPU load during that period? And can you confirm that running this commandline directly, rath...
royce hashcat 10 14,879 08-22-2016, 12:20 AM
    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