Skip to content

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

Notifications You must be signed in to change notification settings

ghefary/GH-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GH-Scanner

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

Content

Functions

  1. submit a sample file (size can not exceed 32MB) | hash of (malware | virus...etc) to be scanned via Virus Total
  2. Result is presented on Std-Out , also saved as a CSV File

Req

  1. free Virus Total API Key ==> Copy Api Key & set it in my_conf.conf as follows :

     [VirusTotal]
     PublicAPI: "Paste your API Key here"
    

Usage

GH_Scanner.exe [-h] [-file FILE] [-hash HASH] ConfigurationFile

  1. positional arguments: ConfigurationFile Configuration file

  2. optional arguments: -h, --help show this help message and exit -file FILE Path to any file, eg: evil.exe -hash HASH hash to file

Demo

Tested with Eicar sample

  1. File Submit

Screenshots

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published