~alienagain/sec_scripts

e389e625a227e92ded22f51a746ef50dbdd5946f — terceranexus6 1 year, 3 months ago 1b67d76
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