powered by
Submit a URL for scanning. Returns a data.frame with scan_id which can be used to fetch the report using url_report
scan_id
url_report
scan_url(url = NULL, ...)
data.frame with 7 columns: permalink, resource, url, response_code, scan_date, scan_id, verbose_msg
permalink, resource, url, response_code, scan_date, scan_id, verbose_msg
url; string; required
Additional arguments passed to virustotal_POST.
virustotal_POST
https://developers.virustotal.com/v2.0/reference
set_key for setting the API key
set_key
if (FALSE) { # Before calling the function, set the API key using set_key('api_key_here') scan_url("http://www.google.com") }
Run the code above in your browser using DataLab