You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-11Lines changed: 36 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,40 @@
1
-
# Email-Bomber v1.0
1
+
# Email-Bomber v1.1 📧
2
2
- 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
3
5
4
-

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.
- <ahref="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
+
- <ahref="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.
0 commit comments