xakepnz / COBALTBREW

Provide the MD5/SHA1/SHA256/SHA512 hash values of any file/s, optionally also search the hash against Virustotal for malware reports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COBALTBREW

Description:

Obtain file hashes of any local file. Optional search against Virustotal with hash results found. Multi-file support.

Requirements:

OPTIONAL Virustotal API Key - https://www.virustotal.com/

Install:

git clone https://github.com/xakepnz/COBALTBREW.git
cd COBALTBREW
nano cobaltbrew #Edit API Key (optional)
chmod +x cobaltbrew
cp cobaltbrew /usr/local/bin

Usage:

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

About

Provide the MD5/SHA1/SHA256/SHA512 hash values of any file/s, optionally also search the hash against Virustotal for malware reports.

License:MIT License


Languages

Language:Python 100.0%