adding vt folder
1 files changed, 9 insertions(+), 0 deletions(-) A VT/get_votes.sh
A VT/get_votes.sh => VT/get_votes.sh +9 -0
@@ 0,0 1,9 @@ +#!/bin/bash + +myhash=$1 + + + +curl --request GET \ + --url https://www.virustotal.com/api/v3/files/"$myhash"/votes \ + --header 'x-apikey: <API KEY>'< \ No newline at end of file