Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added info about docker
  • Loading branch information
coderatul authored Jul 31, 2023
1 parent 73c0a84 commit 2e4d578
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# 📧 Email-Bomber v2.0.0
![Email Bomber Screenshot v2.0.0](https://i.imgur.com/zSeyXbw.png)
- 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
```
## ⚠️ Prerequisite
![Enabling 2-Step Verification Screenshot](https://i.imgur.com/1tUNrsu.png)
Expand Down

0 comments on commit 2e4d578

Please sign in to comment.