Skip to content

Script that connects virustotal api for scanning URL's with a flask app as a gui.

Notifications You must be signed in to change notification settings

serdarbsgn/Flask-VT-Website-Scanner

Repository files navigation

Installation

Enter your VirusTotal API key to .env file, VT_API_KEY = "ENTER YOUR API KEY HERE"

docker-compose up --build

In project dir, use this to build.

127.0.0.1:5000

Visit this on browser for ui.

After queueing an URL to scan, it'll take some time to display the results at /results tab.
Redis queues the URLs, so you can't re-add them for scanning while they're queued or
the scan is finished just now. 1 hour cooldown, per URL (To save on API calls)

About

Script that connects virustotal api for scanning URL's with a flask app as a gui.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published