09-22-2018, 12:58 PM
(This post was last modified: 09-22-2018, 12:59 PM by Chick3nman.)
If you want to hit every possible byte, use the mask ?b since it contains values 0-255.
for a hash who's format is salt.pass or known.unkown, and its passed into hashcat as hash:salt or hash:known, you would just flip it around to pass.salt, and put the password on the hash like you would the salt, so hash:pass. If you want to see the input formats, you can check them here: https://hashcat.net/wiki/doku.php?id=example_hashes
for a hash who's format is salt.pass or known.unkown, and its passed into hashcat as hash:salt or hash:known, you would just flip it around to pass.salt, and put the password on the hash like you would the salt, so hash:pass. If you want to see the input formats, you can check them here: https://hashcat.net/wiki/doku.php?id=example_hashes