Skip to content

A Telegram bot utilizing the VirusTotal API to provide rapid threat evaluations for webpages. Just deploy the /scan command to access antivirus detection details and threat percentages. Perfect for educational, professional, or testing use.

License

Notifications You must be signed in to change notification settings

gabrybyroot/Bot-Telegram-scan-VirusTotal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VirusTotal Scanner Bot 🦠🤖

VirusTotal Scanner Bot is a simple Telegram bot that allows users to check the threat level of a webpage using the VirusTotal API.

Disclaimer: I do not assume any responsibility for the use of these files by any user. I recommend using them solely for educational, professional, or testing purposes. Feel free to implement the code and make any necessary modifications with comments.

Description

This Telegram bot integrates with the VirusTotal API to provide information about the threat level of a given webpage. It reports the number of antivirus solutions detecting the threat, the total number of antivirus solutions used for analysis, and the percentage of threat detection.

Dependencies

Install Dependencies

Make sure you have Python installed. You can install the required dependencies using pip: pip install -r requirements.txt

Add your token (Line 7)

Make sure to replace "YOUR_BOT_TOKEN" with the actual token provided by BotFather.

Add your Api_key VirusTotal (Line 31)

Visit - API VIRUS TOTAL

Running Bot:

python main.py

Command Bot Telegram:

/scan (example /scan www.google.com) /help /start

About

A Telegram bot utilizing the VirusTotal API to provide rapid threat evaluations for webpages. Just deploy the /scan command to access antivirus detection details and threat percentages. Perfect for educational, professional, or testing use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages