Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.42 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.42 KB

ViperDefender

ViperDefender is a python based client that can be used to detect and remove malware from a system. It uses the VirusTotal API to scan files and a cloud sandbox that test every file downloaded on the Computer. It also has a public API that can be used to scan files.

Table of Contents

Requirements

A computer using Windows 10™ or Windows 11™ python 3 or higher pip

The api url

Installation

You can download and install the latest version of ViperDefender here

API

We also have a public API that can be used. The client is depending on the API. Here is the api url and an example endpoint. You can find the Insomnia configuration here.

Contributing