https://github.com/lytexdev/muffin-bot
🧁 Muffin-Bot: Discord Bot for security research 🧁
https://github.com/lytexdev/muffin-bot
discord discord-bot ethical-hacking muffin nmap python
Last synced: 2 months ago
JSON representation
🧁 Muffin-Bot: Discord Bot for security research 🧁
- Host: GitHub
- URL: https://github.com/lytexdev/muffin-bot
- Owner: lytexdev
- License: agpl-3.0
- Created: 2025-02-20T10:32:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-23T15:52:01.000Z (over 1 year ago)
- Last Synced: 2025-02-23T16:23:51.935Z (over 1 year ago)
- Topics: discord, discord-bot, ethical-hacking, muffin, nmap, python
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Muffin Discord Bot 🧁
## Overview
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.
**⚠️ Strictly for educational, ethical, and legal purposes only!**
## Installation
## Prerequisites
- docker-compose
- Discord Bot Token from [Discord Developer Portal](https://discord.com/developers/applications)
**Clone the repository**
```bash
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**
```bash
cp .env.example .env
```
**Run bot with docker-compose**
```bash
docker-compose up -d
```
## License
This project is licensed under the GNU Affero General Public License - see the [LICENSE](LICENSE) file for details.