Skip to content

Commit 92afafd

Browse files
author
Atul Kushwaha
authored
instructions have been updated
1 parent a15f1cd commit 92afafd

File tree

1 file changed

+36
-11
lines changed

1 file changed

+36
-11
lines changed

README.md

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,40 @@
1-
# Email-Bomber v1.0
1+
# Email-Bomber v1.1 📧
22
- An open Source free to use email-bomber using smtp
3+
- Script Have been updated to google's latest requirements as less secure feature have been disable by Google
4+
- Now we use something known as app password
35

4-
![ss main git commit mail bomb](https://user-images.githubusercontent.com/72141859/116877627-308b5000-abec-11eb-9595-a1c8d6ee4b0f.png)
5-
# About Module -
6-
- smtp library
7-
- Stands for "Simple Mail Transfer Protocol." This is the protocol used for sending e-mail over the Internet. Your e-mail client (such as Outlook, Eudora, or Mac OS X Mail) uses SMTP to send a message to the mail server, and the mail server uses SMTP to relay that message to the correct receiving mail server.
8-
# Usage
9-
- For Termux
6+
![eg](https://user-images.githubusercontent.com/72141859/189071701-9adbfbd6-bfe8-4f79-a7bd-71a7f4005ad5.png)
7+
8+
# Modules Required 📗
9+
- <a href="https://docs.python.org/3/library/smtplib.html"> SMTP</a> is a library used for sending mails in python which stands for simple mail transfer protocol
10+
- <a href="https://pypi.org/project/getpass4/"> getpass4</a> is a library used to hide input text (while inputting password)
11+
```
12+
pip install getpass4
13+
```
14+
# Prerequisite ⚙️
15+
## Create & use App Passwords
16+
17+
- Go to your Google Account (from which you would send mail).
18+
- Select Security.
19+
20+
- Enable 2FA for your Account.
21+
22+
- Under "Signing in to Google," select App Passwords. You may need to sign in. If you don’t have this option, it might be because :
23+
- 2-Step Verification is not set up for your account.
24+
- 2-Step Verification is only set up for security keys.
25+
- Your account is through work, school, or other organization.
26+
- You turned on Advanced Protection.
27+
28+
- At the bottom, choose Select app (gmail here) and choose the app you using (gmail here) and then select
29+
device (windows computer here) and choose the device you’re using(windows computer here) and then Generate.
30+
31+
![app pass](https://user-images.githubusercontent.com/72141859/189069975-1898d162-e3a9-4cab-b1a0-c95963e65268.png)
32+
- copy the Appassword and while entering sender's password in the script use this password instead of your gmail accounts password
33+
34+
![app paaas](https://user-images.githubusercontent.com/72141859/189070691-8a5734a7-9272-493a-b9b1-4997d90d8deb.png)
35+
36+
37+
# For Termux
1038
```
1139
pkg install git
1240
```
@@ -26,7 +54,7 @@ cd emailbomber
2654
python email_bomber_python_coderatul.py
2755
```
2856

29-
- For linux distributions
57+
# For linux distributions
3058
```
3159
sudo apt install git
3260
```
@@ -45,6 +73,3 @@ cd emailbomber
4573
```
4674
python3.8 email_bomber_python_coderatul.py
4775
```
48-
49-
50-
## Contact <a href="https://linktr.ee/programmeratul"> click here</a>

0 commit comments

Comments
 (0)