command line tool to access Virus Total API (w/Python3)
in command line, run with python3,
- positional arguments: urls, separated with comma, no space.
- optional:
-sforces scanning for new analysis for URL. -a: to be followed with api key- optional:
-m: followed by maximum acceptable age for existing analysis, in days as int
mainis the file to useparserdefines args from command linevt_analyzerdefines VTAnalyzer class, get analysis for URLcachedefines the Cache class, which interacts with local json fileexceptionsdefines all exceptions in module