Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

VirusTotal AutoIt

Latest Version MIT License Made with Love

VirusTotal public API 3.0 Implementation in AutoIt

Features

  • Files Endpoint.
  • URLs Endpoint.
  • Domains Endpoint.
  • IP Addresses Endpoint.

Usage

Basic Usage

Scan File Hash:
#include "..\VirusTotal.au3"


_Example()

Func _Example()

	_VT_SetAPIKEY("YOUR_APIKEY")

	Local $sJson = _VT_FileScanHash("0FA7CE72C5E772F87B0E2E1EAB8CCD177344220A")
	ConsoleWrite($sJson & @CRLF)
	
EndFunc   ;==>_Example
More examples here.

Release History

See CHANGELOG.md

License

Usage is provided under the MIT License.

Copyright © 2021, Danysys.

About

AutoIt VirusTotal API V3 Implementation

Resources

Stars

28 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages