ScRiPt1337 / spam_box

spam_box is a self hosted temp mail service for hackers by hacksec

Home Page:http://hacksec.ml:6660/home/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spam_box

Screenshot

spam_box is a self hosted temp mail service by hacksec for hackers

Requirement

  • python3
  • open port 25 and 6660
  • root access in a vps

How to install in linux

curl -s -L https://raw.githubusercontent.com/ScRiPt1337/spam_box/main/install.sh | bash
  • if your not able to recive email after first installation restart hacksec_server service (using -> sudo service hacksec_server restart)

How to uninstall

curl -s -L https://raw.githubusercontent.com/ScRiPt1337/spam_box/main/uninstall.sh | bash

Dashboard

  • visit : http://{your server url}:6660
  • defualt username/password is : hacksec/hacksec

Add your own domain

  • Create an A DNS record with the name mail.yourdomain.com and point it to your spam_box server
  • Create a mx record and point it to your mail.youdomain.com

Demo with setup tutorial

Live Demo

REST API docs

Contact info

About

spam_box is a self hosted temp mail service for hackers by hacksec

http://hacksec.ml:6660/home/

License:MIT License


Languages

Language:Python 45.8%Language:HTML 37.9%Language:CSS 12.0%Language:Shell 4.3%