A Telegram hacking assistant bot built with Node.js and Telegraf.
- /start: Welcome/help
- /ipinfo : Fetch IP details
- /dork : Google dork scraper
- /portscan : Fast port scanner
- /genlink : Simple phishing link generator
- Install dependencies:
npm install
- Set your bot token in
.env
:BOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN
- Start the bot:
npm start
main.js
: Bot entry pointmodules/
: Command handlersutils/
: Helper functions
For educational and authorized use only.