https://github.com/coderatul/emailbomber
a powerful script in python to send bulk mails
https://github.com/coderatul/emailbomber
app-password email-bomber emailwithpython good-first-issue hacking-tool hacktoberfest hacktoberfest-accepted mail python python-project smtp
Last synced: 4 months ago
JSON representation
a powerful script in python to send bulk mails
- Host: GitHub
- URL: https://github.com/coderatul/emailbomber
- Owner: coderatul
- License: mit
- Created: 2021-04-29T05:29:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T18:34:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T06:01:47.417Z (9 months ago)
- Topics: app-password, email-bomber, emailwithpython, good-first-issue, hacking-tool, hacktoberfest, hacktoberfest-accepted, mail, python, python-project, smtp
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 62
- Watchers: 1
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 📧 Email-Bomber v2.0.0

- An open Source free to use email-bomber using python's built-in library SMTP.
- This project's image is also available at dockerhub `docker pull coderatul/emailbomber`
- use following commands to use it on docker 🐋
- ```
docker run --rm -i -t emailbomber /bin/sh
```
- ```
python3 emailbomber.py
```
## GUI version 💻
> checkout [GUI](https://github.com/coderatul/emailGUI.git) version of emailbomber

## ⚠️ Prerequisite

### Enabling 2-Step Verification
- Go to your [Google Account](https://myaccount.google.com/) which you would like to send email-bombs from.
- Select [Security](https://myaccount.google.com/security).
- Enable [2-Step Verification](https://myaccount.google.com/signinoptions/two-step-verification).
### Create App Password

- Go to [App Passwords](https://myaccount.google.com/apppasswords).
- Select app as Mail.
- Select device as your device e.g. Windows Computer etc.
- If you do not have this option available:
- You turned on Advanced Protection.
- 2-Step Verification is not set up for your account.
- 2-Step Verification is only set up for security keys.
- Your account is under the control by work, school, or an organization.
### Use App Password

- Copy App Password.
- Use App Password in Email-Bomber script (you can input it safely into the prompt without it displaying to the console).
### Setup App Password in Email-Bomber script

- Create User_Credentials folder in Email-Bomber folder
- Replicate the folder structure
- Paste App Password in app_password.txt
- Paste sender's email in sender.txt
- You're good to go!!
## 📑 Installation Guide
### Termux
```
pkg install git
```
```
pkg install python
```
```
git clone https://github.com/coderatul/emailbomber
```
```
ls
```
```
cd emailbomber
```
```
python emailbomber.py
```
### Linux Distributions
```
sudo apt install git
```
```
sudo apt install python3.8
```
```
sudo apt update && upgrade
```
```
git clone https://github.com/coderatul/emailbomber
```
```
cd emailbomber
```
```
python emailbomber.py
```
## 📇 License
```
MIT License
Copyright (c) 2022-Present, Atul Kushwaha.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```
## 🤵 Authors
- [@coderatul](https://github.com/coderatul)
## ❔ Questions/Feedback
If you have any questions or feedback, please reach out in [issues](https://github.com/coderatul/emailbomber/issues).