Skip to content

VirusTotal Public API 2.0 Library written in LUA

License

Notifications You must be signed in to change notification settings

frozen-eye/vtapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vtapi - VirusTotal API library written in LUA

Dependences

VT API library depends on:

Usage

local vt = require'vtapi'
local api_key = '<your api key here>'
local res, err = vt.scan_url(api_key, 'https://virustotal.com')
res, err = vt.url_report(api_key, res.scan_id)

Resources to download

Links

License

MIT

About

VirusTotal Public API 2.0 Library written in LUA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages