GH-Scanner is a bin built in python to upload sample file | hash to be scanned via Virus total then return the Result on Both Std-Out & CSV file
- submit a sample file (size can not exceed 32MB) | hash of (malware | virus...etc) to be scanned via Virus Total
- Result is presented on Std-Out , also saved as a CSV File
-
free Virus Total API Key ==> Copy Api Key & set it in my_conf.conf as follows :
[VirusTotal] PublicAPI: "Paste your API Key here"
GH_Scanner.exe [-h] [-file FILE] [-hash HASH] ConfigurationFile
-
positional arguments: ConfigurationFile Configuration file
-
optional arguments: -h, --help show this help message and exit -file FILE Path to any file, eg: evil.exe -hash HASH hash to file
Tested with Eicar sample
- File Submit