A Telegram bot that integrates basic ethical hacking tools like Nmap, Infoga, Hydra, John the Ripper, and TheHarvester. Built with python-telegram-bot.
- Inline buttons for easy tool access
- Tools execute in the cloud/server
- File upload support for John the Ripper
- Modular design for easy upgrades
- .env-based secret management
- Install requirements:
pip install -r requirements.txt- Add your bot token to
.env:
BOT_TOKEN=your-bot-token- Run the bot:
python main.pyThis bot is for educational and authorized testing only. The author is not responsible for misuse.