scan_url: Submit URL for scanning

Description Usage Arguments Value References See Also Examples

View source: R/scan_url.R

Description

Submit a URL for scanning. Returns a data.frame with scan_id which can be used to fetch the report using url_report

Usage

1

Arguments

url

url; string; required

...

Additional arguments passed to virustotal_POST.

Value

data.frame with 7 columns: permalink, resource, url, response_code, scan_date, scan_id, verbose_msg

References

https://developers.virustotal.com/v2.0/reference

See Also

set_key for setting the API key

Examples

1
2
3
4
5
6
7
## Not run: 

# Before calling the function, set the API key using set_key('api_key_here')

scan_url("http://www.google.com")

## End(Not run)

virustotal documentation built on Nov. 4, 2021, 9:08 a.m.