BomberPlusV2 is a Python-based email and SMS bomber tool designed for educational and testing purposes. It enables users to test bulk email delivery (via SMTP) and simulate OTP SMS delivery through public APIs of Iranian services.
⚠️ Disclaimer: This tool is intended for educational and authorized testing purposes only. Misuse can lead to legal consequences.
- 📧 Email Bomber: Send bulk emails with a custom SMTP account
- 📱 SMS Bomber: Send OTP requests to phone numbers using various Iranian services (Snapp, Divar, Tap30, etc.)
- 🚦 Internet connectivity check
- 🎯 Progress bar for email bombing
- 🎨 Beautiful CLI interface with colored output
- 🧵 Multi-threaded performance
- Python 3.x
requests
libraryfake-useragent
library
Install requirements (if not already installed):
pip install requests fake-useragent
python BomberPlusV2.py
To use Gmail as the SMTP server in BomberPlusV2, you must first enable 2-Step Verification on your Google account:
- Log in to your Gmail account.
- Go to the Google Account Security settings page: Security.
- Under "Signing in to Google", find and click 2-Step Verification.
- Follow the steps to activate 2-Step Verification.
After enabling 2-Step Verification, you need to create an App Password so BomberPlusV2 can access your Gmail account to send emails:
- Visit the App Passwords page: App Passwords.
- Log into your Gmail account if prompted.
- Under Select App, choose Mail.
- Under Select Device, choose Other (Custom name) and enter a name like "BomberPlusV2".
- Click Generate. A 16-character app password will be shown.
- Copy this password and use it as your sender password when running BomberPlusV2.
When you run BomberPlusV2 and choose the Email Bomber mode, you will be asked to enter the following:
- Sender Email: Your Gmail address (e.g., your_email@gmail.com).
- Sender Password: The App Password you generated in step 2.
- Target Email: The recipient email you want to bomb.
- Email Count & Delay: Number of emails to send and time delay between them.
Never share your App Password with anyone. Keep it safe and use it only in trusted applications.
BomberPlusV2 یک ابزار تست ارسال انبوه پیامک و ایمیل بر پایه پایتون است که برای اهداف آموزشی و تست نفوذ طراحی شده.
⚠️ هشدار: استفاده از این ابزار فقط باید با رضایت هدف و برای اهداف قانونی باشد. سوءاستفاده میتواند پیگرد قانونی داشته باشد.
- 📧 ارسال انبوه ایمیل با استفاده از SMTP
- 📱 ارسال پیامکهای OTP با استفاده از سرویسهای ایرانی مانند Snapp، Tap30، Divar و ...
- 🚦 بررسی اتصال اینترنت
- 🎯 نمایش نوار پیشرفت در حالت ایمیل
- 🎨 رابط CLI زیبا با خروجی رنگی
- 🧵 اجرای چندنخی (Multi-threaded)
- پایتون ۳ به بالا
- نصب کتابخانه
requests
- نصب کتابخانه
fake-useragent
برای نصب پیشنیاز:
pip install requests fake-useragent
python BomberPlusV2.py
برای استفاده از جیمیل به عنوان سرویس ارسال ایمیل در BomberPlusV2، ابتدا باید 2-Step Verification (احراز هویت دو مرحلهای) را در اکانت جیمیل خود فعال کنید:
- وارد حساب کاربری جیمیل خود شوید.
- به صفحه تنظیمات امنیتی (Google Account Security) بروید: Security.
- در بخش Signing in to Google، گزینه 2-Step Verification را پیدا کرده و روی آن کلیک کنید.
- مراحل احراز هویت دو مرحلهای را دنبال کنید و آن را فعال کنید.
پس از فعالسازی احراز هویت دو مرحلهای، شما نیاز دارید که یک App Password ایجاد کنید تا BomberPlusV2 بتواند به حساب جیمیل شما برای ارسال ایمیل دسترسی داشته باشد:
- به صفحه Google App Passwords بروید: App Passwords.
- وارد حساب کاربری جیمیل خود شوید.
- در بخش Select App، گزینه Mail را انتخاب کنید.
- در بخش Select Device، گزینه Other (Custom name) را انتخاب کرده و نام دلخواه خود (مثلاً "BomberPlusV2") را وارد کنید.
- روی Generate کلیک کنید. جیمیل یک رمز عبور مخصوص برای شما تولید میکند.
- این رمز عبور را کپی کنید و در هنگام اجرای BomberPlusV2 به عنوان رمز عبور فرستنده وارد کنید.
هنگامی که BomberPlusV2 را اجرا کردید و حالت Email Bomber را انتخاب کردید، اطلاعات زیر را وارد کنید:
- ایمیل فرستنده: ایمیلی که App Password را برای آن ایجاد کردید (مثلاً your_email@gmail.com).
- رمز عبور فرستنده: همان App Password که در مرحله ۲ ایجاد کردید.
- ایمیل هدف: ایمیل فردی که میخواهید ایمیلها را به او ارسال کنید.
- تعداد ایمیلها و تأخیر زمانی: تعداد ایمیلهایی که میخواهید ارسال کنید و فاصله زمانی بین آنها.
شما نباید رمزی که ایجاد کردید را در اختیار کسی قرار دهید.
- Developer: @Amirprx3
- Telegram Channel: @Hacker_Plus_main
This project is licensed for ethical and educational use only.