# hashID
hashID is a tool used to identify hash formats.
Sample usage:
```sh
hashid -m -j ./hash
```
`-m` will output the [[Hashcat]] mode
`-j` will output [[John the Ripper]] format
Last parameter is path to a file that contains the hash to identify.
## Hack The Box Machines
- [[Vaccine Write-up|Vaccine]]