Skip to content

AutoIt VirusTotal API V3 Implementation

Notifications You must be signed in to change notification settings

Simyl9nt24/VirusTotal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoIt 100.0%