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 [asc] Views Posted
    Thread: Hashcat don't parse sha256($pass.$salt) with --hex-salt
Post: RE: Hashcat don't parse sha256($pass.$salt) with -...

1. Do not post hashes. Please obfuscate before you get a week ban. 2. You need to apply your timeout patch. 3. It looks like this is an error in the releases >3.6.0. so a bug report will need to be ...
MrMeeseeks hashcat 3 4,597 09-06-2017, 05:37 PM
    Thread: Hashcat don't parse sha256($pass.$salt) with --hex-salt
Post: RE: Hashcat don't parse sha256($pass.$salt) with -...

Confirmed working Code: -- C:\hashcat360471>hashcat64.exe -V v3.6.0-471-g3b89153c C:\hashcat360471>hashcat64.exe -m 1410 hash.txt --hex-salt --force hashcat (v3.6.0-471-g3b89153c) starting......
MrMeeseeks hashcat 3 4,597 09-06-2017, 11:11 PM
    Thread: Mask PWD
Post: RE: Mask PWD

That is precisely how a mask attack works. If by tables you mean different lists you can use that you build based off specific masks then utilize mask processor.
MrMeeseeks hashcat 2 2,674 09-25-2017, 04:11 PM
    Thread: How do you get the hash from a PDF?
Post: RE: How do you get the hash from a PDF?

They are both hashes which allow different access. U: is for user password, which will only allow you to view the content of the pdf. O: is for owner password, which will grant change permissions. Ha...
MrMeeseeks hashcat 2 2,478 04-02-2018, 05:34 PM
    Thread: Trying to figure out which video card to get
Post: RE: Trying to figure out which video card to get

You can see a list of benchmarks from epixoip at https://gist.github.com/epixoip (https://gist.github.com/epixoip). If you can afford it you should go 1080ti. If you cannot afford that then go for ...
MrMeeseeks Hardware 2 2,532 09-10-2018, 10:46 PM
    Thread: Different GPU's in the same rig
Post: RE: Different GPU's in the same rig

You can mix devices as long as they are compatible with the driver in Hashcat. You can mix devices of any type as long as it is supported by hashcat. You will want to use the Nvidia 381.x driver else ...
MrMeeseeks Hardware 1 3,547 05-20-2017, 12:28 AM
    Thread: hashcat mask file with specific letters at each placeholder
Post: RE: hashcat mask file with specific letters at eac...

You could always create part of it into a dictionary using maskprocessor https://hashcat.net/wiki/doku.php?id=maskprocessor e.g.: mp64.exe -1 1234 -2 ABC -3 "$%&(" -4 NOP ?1?2?3?4 -o left.dict then ...
MrMeeseeks hashcat 1 3,970 07-08-2017, 12:47 AM
    Thread: bulk extracting hashes
Post: RE: bulk extracting hashes

You could easily write a bash script. Do something along the lines of: Code: -- find ~/officedocs -name '*.pdf' -or -name '*.doc' -or -name '*.7z' | xargs office2john.py ARG ARG -- Just add each k...
MrMeeseeks User Contributions 1 3,634 10-31-2017, 04:02 PM
    Thread: rar2jhon zip2jhon 7z2jhon..........
Post: RE: rar2jhon zip2jhon 7z2jhon..........

No. CLI.
MrMeeseeks hashcat 1 2,487 10-31-2017, 04:34 PM
    Thread: What is best bruteforce dictionary for cracking Wifi Handshake File?
Post: RE: What is best bruteforce dictionary for crackin...

Check this thread out https://hashcat.net/forum/thread-6170.html Are you using rules at all? If not I suggest rockyou and best64 for most cases. You also need to think about the wireless points that...
MrMeeseeks hashcat 1 4,806 09-25-2017, 04:10 PM