Skip to content

Instantly share code, notes, and snippets.

View hahnicity's full-sized avatar

Gregory Rehm hahnicity

  • Davis
View GitHub Profile
@hahnicity
hahnicity / Virustotal Scanner
Created February 17, 2018 08:42
Python code to scan a list of URLs programmatically with virustotal. Requires a virustotal API key to work
"""
virustotal_scan
~~~~~~~~~~~~~~~
Programmatically scan URLs with virustotal.
"""
import argparse
import json
import os