Last hashcat 6 format out ?!
#1
Hello! Im check out format from wiki and find this:

- [ Outfile Formats ] -

  # | Format
===+========
  1 | hash[Confusedalt]
  2 | plain
  3 | hex_plain
  4 | crack_pos
  5 | timestamp absolute
  6 | timestamp relative


But how set "hash:plain" ?))
if I decrypt more than 1 hash at a time, then how can I determine which password the hash belongs to?
Reply
#2
1. it's impossible to decrypt a hash. If something is not encrypted, you can't really decrypt it (https://www.techsolvency.com/passwords/d...ecrypting/)
2. the default output format is hash:plain therefore you do NOT need to change anything
3. it's explained in the --help output how --outfile-format works:
Code:
--outfile-format | Str  | Outfile format to use, separated with commas | --outfile-format=1,3
Reply