VirusTotal / vt-py

The official Python 3 client library for VirusTotal
https://virustotal.github.io/vt-py/
Apache License 2.0
531 stars 121 forks source link

Create url_scan_report.py #193

Open David-M-Berry opened 2 months ago

David-M-Berry commented 2 months ago

This example program allows a user to pass a URL as a command line argument during script execution.

EXAMPLE:

python3 url_scan_report.py testphp.vulnweb.com

This will return the list of security vendors who have marked the URL as clean or malicious, and can be used to score the trust worthiness of a URL in an on-demand manner.

google-cla[bot] commented 2 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

David-M-Berry commented 1 month ago

I've gone and completed the CLA.