An open API service indexing awesome lists of open source software.

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 🧁

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.