A red-teaming tool using IVR systems to exploit users into handing over OTP codes
- Prerequisites
Before deploying, ensure you have the following installed:
- Docker
- Docker-compose
- Python 3.x
- A valid telegram bot token
- setting environment variables
Create a .env file in the root directory and add:
TELEGRAM_API_TOKEN="*********"
- deploy using docker
build docker image:
docker build -t telegram-bot .
run docker container:
docker run -d --name my_bot --env-file .env telegram-bot
the bot will now run in the background.
- open telegram and search for your bot