Giter Club home page Giter Club logo

email-spammers's Introduction

Email Spammer

This Node.js application serves as a pentesting tool designed to help test and evaluate the effectiveness of email spam filters. It uses the Floodmail API to send controlled email floods, allowing users to assess how well their email systems detect and manage unsolicited emails.

Prerequisites

Ensure you have the following installed:

  • Node.js
  • npm

Node.js and npm can be downloaded from nodejs.org.

Installation

Clone this repository and install its dependencies:

git clone https://github.com/9P9/email-spammer.git
cd email-spammer
npm install axios

Configuration

Before running the application, you must obtain an API key from Floodmail.net. This key will allow you to interact with the Floodmail API responsibly.

Set API Key and Username

Open the application code and set your Floodmail username and API key:

let floodMailKey = "YOUR_API_KEY_HERE"; // Replace with your Floodmail API key
let floodMailUser = "YOUR_USERNAME_HERE"; // Replace with your Floodmail username

Usage

To use the tool to test an email's spam filter, simply run the script with Node.js:

node index.js

This will execute a predefined email flood test against the email address specified in the script.

Modify Test Parameters

You can modify the target email and other parameters directly in the script:

let email = "[email protected]"; // Target email address
sendFlood(email);

Email Flood Testing GIF

Responsible Use

This tool is intended for security testing and educational purposes only. Use this tool only on systems you have permission to test. Unauthorized use of this tool against third-party email addresses without consent is illegal and unethical.

Support

For support, please open an issue on the GitHub repository.

email-spammers's People

Contributors

9p9 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.