Skip to content

Instantly share code, notes, and snippets.

View RafaelRuales's full-sized avatar

Rafael Ruales RafaelRuales

View GitHub Profile
@RafaelRuales
RafaelRuales / Virustotal Scanner
Last active July 2, 2022 11:34 — forked from hahnicity/Virustotal Scanner
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