Muffin is a Discord bot designed for OSINT research and general network reconnaissance. It includes tools for website security scanning, IP checks, DNS lookups, Seocheck and more.
- docker-compose
- Discord Bot Token from Discord Developer Portal
Clone the repository
git clone https://github.com/lytexdev/muffin-bot.git
cd muffin-bot
Copy and rename .env.example
to .env
and adjust it to your needs
cp .env.example .env
Run bot with docker-compose
docker-compose up -d
This project is licensed under the GNU Affero General Public License - see the LICENSE file for details.