Skip to content

FebriHp/VTenum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

VTenum - Telegram Bot for VirusTotal Domain Scan

This bot allows you to scan a domain using VirusTotal API and returns:

  • Undetected URLs
  • Subdomains and their associated undetected URLs

πŸš€ Features

  • Handles long output by splitting messages
  • Works via Telegram with restricted access to one user (OWNER_ID)
  • Can be run using Docker

πŸ”§ Requirements

  • Python 3.10+
  • Telegram Bot Token
  • VirusTotal API Key

πŸ“¦ Installation

Using Docker

docker build -t vtenum .
docker run --rm vtenum

Without Docker

pip install -r requirements.txt
python main.py

πŸ’» Usage

Start your Telegram bot by clicking Start or sending the /start command. After that, input the domain you wish to scan

πŸ“Œ Notes

Edit your TELEGRAM_TOKEN and VT_API_KEY in main.py. Make sure to replace OWNER_ID with your Telegram ID.

About

VirusTotal Domain Scan

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published