VirusTotal public API 3.0 Implementation in AutoIt
- Files Endpoint.
- URLs Endpoint.
- Domains Endpoint.
- IP Addresses Endpoint.
#include "..\VirusTotal.au3"
_Example()
Func _Example()
_VT_SetAPIKEY("YOUR_APIKEY")
Local $sJson = _VT_FileScanHash("0FA7CE72C5E772F87B0E2E1EAB8CCD177344220A")
ConsoleWrite($sJson & @CRLF)
EndFunc ;==>_Example
More examples here.
See CHANGELOG.md
Usage is provided under the MIT License.
Copyright © 2021, Danysys.