rufftruffles/spameater โ€” GitHub Repository Preview
Security & Pentesting โ˜… 182 JavaScript

rufftruffles/spameater

by @rufftruffles ยท

182 Stars
9 Forks
0 Issues
JavaScript Language

SpamEater is a secure, self-hosted temporary email service with automatic message deletion. Protected by ModSecurity WAF for enhanced security. Built on Node.js with Haraka SMTP server, it provides disposable email addresses for privacy-conscious users, developers testing email flows, and security researchers analyzing spam and phishing campaigns.

rufftruffles
@rufftruffles Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/rufftruffles/spameater.git

Quick Start Example

bash
# Clone and run with Docker
git clone https://github.com/rufftruffles/spameater
cd spameater
docker compose up -d

# Access the web interface
# http://localhost:3000

# Features:
# - Auto-deleting temporary inboxes
# - ModSecurity WAF protection
# - Haraka SMTP server

Tags

#disposable-email#smtp#privacy#self-hosted#nodejs

Related Projects