https://github.com/taynotfound/node-mail-spammer
A Spam Mailer made in NodeJS because i wanted to know what real pain feels like.
https://github.com/taynotfound/node-mail-spammer
mail mailer spam spammertools
Last synced: 7 months ago
JSON representation
A Spam Mailer made in NodeJS because i wanted to know what real pain feels like.
- Host: GitHub
- URL: https://github.com/taynotfound/node-mail-spammer
- Owner: taynotfound
- Created: 2021-06-02T16:55:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T09:09:33.000Z (over 1 year ago)
- Last Synced: 2025-01-27T11:24:43.458Z (8 months ago)
- Topics: mail, mailer, spam, spammertools
- Language: HTML
- Homepage:
- Size: 52.7 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# Node Spam Mailer
## Table of Content
- [Disclaimer](#disclaimer)
- [How to run](#how-to-run)
- [Why does this Exist](#why-does-this-exist)## Disclaimer
### This Program is made for educational Purpose only! I am not responsible for any material or human damage caused by the use of this program.
## How to run
Its pretty easy.
Just rename the `config.json.example` to `config.json` and fill in the required information. [Click here for a Guide](#config.json)
Type `npm install` in your console.
Type `node index` in your console.
Go to http://localhost:3000 to access the Web Panel.
Type in the Needed information and hit `Start`.
Now its spamming the Mail you typed in!
### Mini Disclaimer
You might need to change your GMAIL settings to use your Gmail. Read more about this here: https://nodemailer.com/usage/using-gmail/
Please note that the Spammer may not send all of the Mails you wanted! But its still pretty annoying.
## Why does this Exist?
I just wanted todo something new lol.
## Config.json
For the `service` Param type in `gmail`!
For the `mail` param type in your Email Address
For the `pass` param type in your Password
For the `from` param type in your Email Again
If you want to use a other service we advise you to rewrite the code and make it a pull request ;)