Skip to content

ScRiPt1337/spam_box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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