Skip to content

loudKode/VirusTotalSDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

VirusTotalSDK

.NET API Library for virustotal.com

Download:https://github.com/loudKode/VirusTotalSDK/releases
NuGet: NuGet

Functions:

  • UserInfo
  • Report
  • ReScan
  • Download
  • Upload
  • UploadCompressed
  • UploadCompressedDirectory
  • ScanUrl

Example:

get token

Dim tkn = Await VirusTotalSDK.GetToken.GetToken("user", "pass")

set client

Dim cLENT As VirusTotalSDK.IClient = New VirusTotalSDK.VClient("token", Nothing, Nothing)

upload small or large file(> 32 mb)

Dim RSLT = Await cLENT.Upload("C:\VB.exe", VirusTotalSDK.VClient.SentType.file, "VB.exe", nothing, nothing)

About

.NET API Library for virustotal.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages