From e389e625a227e92ded22f51a746ef50dbdd5946f Mon Sep 17 00:00:00 2001 From: terceranexus6 Date: Thu, 18 May 2023 15:23:59 +0200 Subject: [PATCH] adding vt folder --- VT/get_votes.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 VT/get_votes.sh diff --git a/VT/get_votes.sh b/VT/get_votes.sh new file mode 100644 index 0000000..7e81217 --- /dev/null +++ b/VT/get_votes.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +myhash=$1 + + + +curl --request GET \ + --url https://www.virustotal.com/api/v3/files/"$myhash"/votes \ + --header 'x-apikey: ' \ No newline at end of file -- 2.45.2