floods an email address with emails 💥
This is a tool for flooding an email address with many emails.
No creator may be held liable for any consequence of this tool’s usage. Please note that this is all for fun and games and should not be used for malicious purposes. Using email bombers for harassment or denial-of-service attacks is unethical and illegal; we do not condone that in any way.
pip3 install -r requirements.txt
Arguments must be passed by running the program via the CLI. For example,
python3 bomb.py recieving_email@domain.com 500 "subject" "body"
The last two arguments are not necessary; if they are not included, the subject and body will auto-generate. If one of the two is included, the other must be also.