Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.14 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.14 KB

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