Giter Club home page Giter Club logo

esender's Introduction

Esender

Esender aims to be an AIO spamming toolkit. The script provides a simple command-line menu interface that is easy to navigate.

image

Features

Email Sendouts: Send emails to multiple recipients using a specified SMTP server.

email2SMS Sendouts: Send SMS messages to multiple recipients using a specified SMTP server.

Email Letter Support: Choose to send emails with a pre-defined HTML letter or simple text content.

Email Validation (TODO): Validate email addresses to check if they are valid and active.

UTF-8 Encoding: Include special characters and Unicode symbols in emails to avoid spam filters or enhance content appearance.

Requirements

Python 3.6 or higher

Setup

Install the required Python packages:

pip install -r requirements.txt

Create a recipients.txt file and list the email or phone numbers of targets, each on a separate line.

Change the config.json to include your smtp information:

{ "SMTP_USERNAME": "your_smtp_username", "SMTP_PASSWORD": "your_smtp_password", "SMTP_SERVER": "your_smtp_server", "SMTP_PORT": 587 }

Note: The SMTP_PORT value may vary depending on your SMTP server's configuration.

Usage Run the esender.py script to start the command-line interface:

python esender.py

Follow the on-screen instructions to choose between email and SMS sendouts and provide the required information when prompted.

Disclaimer

This script is intended for ethical and legal use only. Do not use it for spamming or any malicious activities. The author is not responsible for any misuse of this script.

Contributing

Contributions are welcome! Feel free to submit bug reports, feature requests, or pull requests to help improve the script.

list of sms gateways for mobile spamming

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.