Created
June 19, 2021 08:40
-
-
Save beamzer/55b7865fe0a39c87ab26e7c164e4b168 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vtcheck () { | |
myhash=$(sha256.pl $1 ) | |
curl --silent https://www.virustotal.com/vtapi/v2/file/report -F apikey=$VTAPI -F resource=$myhash | jq '.scans |= with_entries(select(.value.detected) | .value |= .version + " / " + .update + " / " + .result)' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment