The telegram bot that help you find all subdomains for a given domain.
Notes: This bot doesn't have any logic for finding subdomains, just grab the result of request from rapiddns.io
- Create your own telegram bot through BotFather and grab the API TOKEN.
- Create the
.env
file inside directory and store your own bot API TOKEN into variable.
TOKEN=your-own-bot-api-token
- Install
dotenv
,python-telegram-bot
,httpx
library.
python -m pip install dotenv python-telegram-bot httpx
- Run the bot
python app.py
/start
the bot, then send the domain.