Forrest logo
back to context overview

hashid

List of commands for hashid:

  • hashid:tldr:27734 hashid: Identify hashes passed as arguments (multiple hashes can be passed).
    $ hashid ${hash}
    try on your machine
    explain this command
  • hashid:tldr:4e9c5 hashid: Identify hashes from standard input (through typing, copying and pasting, or piping the hash into the program).
    $ hashid
    try on your machine
    explain this command
  • hashid:tldr:7b283 hashid: Save output to a file instead of printing to standard output.
    $ hashid --outfile ${path-to-output-txt} ${hash}
    try on your machine
    explain this command
  • hashid:tldr:af8f6 hashid: Show all possible hash types (including salted hashes).
    $ hashid --extended ${hash}
    try on your machine
    explain this command
  • hashid:tldr:ecc7e hashid: Show `hashcat`'s mode number and `john`'s format string of the hash types.
    $ hashid --mode --john ${hash}
    try on your machine
    explain this command
back to context overview