This bot allows you to scan a domain using VirusTotal API and returns:
- Undetected URLs
- Subdomains and their associated undetected URLs
- Handles long output by splitting messages
- Works via Telegram with restricted access to one user (OWNER_ID)
- Can be run using Docker
- Python 3.10+
- Telegram Bot Token
- VirusTotal API Key
docker build -t vtenum .docker run --rm vtenumpip install -r requirements.txtpython main.pyStart your Telegram bot by clicking Start or sending the /start command. After that, input the domain you wish to scan
Edit your TELEGRAM_TOKEN and VT_API_KEY in main.py. Make sure to replace OWNER_ID with your Telegram ID.