Obtain file hashes of any local file. Optional search against Virustotal with hash results found. Multi-file support.
OPTIONAL Virustotal API Key - https://www.virustotal.com/
git clone https://github.com/xakepnz/COBALTBREW.git
cd COBALTBREW
nano cobaltbrew #Edit API Key (optional)
chmod +x cobaltbrew
cp cobaltbrew /usr/local/bin
Single file, no Virustotal check:
cobaltbrew -f /path/to/my/localfile
Multiple files, no Virustotal check:
cobaltbrew -m /path/to/new-line/separated/file/paths.txt
With Virustotal check, add your API key in the source, and add the flag -s
cobaltbrew -f /some/file -s
cobaltbrew -m /path/to/multi.txt -s