8000 GitHub - njeru-codes/Sweet-Voice: A red-teaming tool using IVR systems to exploit users into handing over OTP codes
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

njeru-codes/Sweet-Voice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sweet-Voice

A red-teaming tool using IVR systems to exploit users into handing over OTP codes

Sweet-Voice_A red-teaming tool using IVR systems to exploit users into handing over OTP codes(1)

deployment

  • 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.

usage

  • open telegram and search for your bot

About

A red-teaming tool using IVR systems to exploit users into handing over OTP codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0