Skip to content

AimSploit/email-bomber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

email-bomber

A basic email spammer/bomber made in Python.

⚠️ WARNING ⚠️

You MUST enable less secure apps in the Google account settings or the app will not work, because it uses insecure authentication! https://myaccount.google.com/lesssecureapps Maybe I will rewrite the code to support better auth somewhen in the future?

Only Gmail accounts are supported. I am not sure if emails from other providers work, I didn't test it.

Misc

Join our Discord

You can check out the full license here This project is licensed under the terms of the BSD-3-Clause License license.

Supports:

✅ Multiple email subjects

✅ Multiple email messages

✅ Random number generator to prevent message stacking.

Will support:

  • Completely random subjects and messages
  • more SMTPs (only Gmail is supported at the moment)