- Notifications
You must be signed in to change notification settings - Fork430
The best open source bomber
License
un1cum/Beast_Bomber
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
📌EN
📌RU
Possibilities
- SMS attack
- Email attack
- Discord attack
- Telegram attack
- DDoS attack
- Multilanguage
To run the beast bomber you need to download Python:https://www.python.org
git clone https://github.com/un1cum/Beast_Bomber
P.S
If you don't have git, you need to install it:https://git-scm.com/downloads
If you install Beast Bomber manually, without git, be sure to delete the .gitkeep file in the input\telegram_accounts folder
To get started, you need to install the necessary Python libraries. Go to the Beast_Bomber folder and enter this command in cmd or terminal:
pip install -r requirements.txt
To start the bomber, enter this command:
python beast.py
- For a DDoS attack to work correctly, you need to enterproxies into the input\proxies.txt file or automatically parse them using the built-in function
- Proxies format:
ip:port
oruser:pass@ip:port
- Proxies format:
- For the Telegram attack to work, you need to put the Telegram accounts intdata format (each account in a separate folder) in the input\telegram_accounts folder
- To make email spam work, you need to put email accounts in the formatemail:password in the input\email_accounts.txt file
- For discord spam to work, you must placetokens from discord accounts in the file input\discord_accounts.txt
Beast Bomber supportsONLY Russian and Kazakh phone numbers.
To send messages in Discord, you need to specify theID of the target, it can be found in the url of the discord dialog in your browser.
Test results from dstat.
Threads | Attack time |
---|---|
40 | 60 seconds |
Beast Bomber supports the following email services (from which spam will be sent):mail.ru, yahoo, rambler
How the script sends messages:
Beast Bomber logs into the accounts that you put in your input\telegram_accounts folder and sends the message you write from them.
You can buy tdata telegram accounts here:click(not advertising)
If you see something like this:
This means that you don't have the library that is specified in the error, in this case: "_ctypes". You need to enter in the terminal or cmd:
- pip install
Example:
pip install _ctypes
If you install Beast Bomber on the termux:
You may have a problem installing theopentele library, to fix it enter the following command:
pkg install pyqt5 python-pyqtwebengine
then reinstall theopentele library.
Возможности
- SMS атака
- Email атака
- Discord атака
- Telegram атака
- DDoS атака
- Поддержка двух языков
Для работы beast bomber вам нужно установить Python:https://www.python.org
git clone https://github.com/un1cum/Beast_Bomber
P.S
Если у вас нет git, вам нужно установить его:https://git-scm.com/downloads
Если будете устанавливать Beast Bomber вручную, без git, то обязательно удаляйте файл .gitkeep в папке input\telegram_accounts
Чтобы начать работу, вам нужно установить необходимые библиотеки Python. Зайдите в папку Beast_Bomber и введите в cmd или terminal эту команду:
pip install -r requirements.txt
Чтобы запустить бомбер, введите это:
python beast.py
- Для корректной работы DDoS атаки необходимо поместить прокси в файл input\proxies.txt или автоматически спарсить их с помощью встроенной функции
- Формат прокси:
ip:port
илиuser:pass@ip:port
- Формат прокси:
- Чтобы атака Telegram работала, необходимо поместить аккаунты Telegram в форматеtdata (каждый аккаунт в отдельной папке) в папку input\telegram_accounts
- Чтобы спам по электронной почте работал, вам нужно поместить учетные записи электронной почты в форматеemail:пароль в файл input\email_accounts.txt
- Для того, чтобы работал спам в Discord, вы должны поместитьтокены от аккаунтов Discord в файл input\discord_accounts.txt
Beast Bomber поддерживаетТОЛЬКО русские и казахские номера телефонов.
Чтобы отправлять сообщения в Discord, вам нужно указатьID цели, его можно найти в url диалога discord в вашем браузере.
Результаты теста с dstat.
Потоки | Время атаки |
---|---|
40 | 60 секунд |
Beast Bomber поддерживает следующие почтовые сервисы:mail.ru, yahoo, rambler
Как скрипт отправляет сообщения:
Beast Bomber входит в аккаунты, которые Вы поместили в папку input\telegram_accounts и отправляет от них сообщение, которое Вы указали.
Купить telegram аккаунты в формате tdata можно тут:тык(не реклама)
Если у вас похожая ошибка:
Это означает, что у вас отсутствует нужная библиотека pip, в этом случае: "_ctypes". Откройте терминал, cmd или что там у вас и пишите:
- pip install <имя отсутствующей библиотеки>
Пример:
pip install _ctypes
Если вы устанавливаете Beast Bomber на termux:
У вас может возникнуть пробоема с установкой библиотекиopentele, чтобы исправить её, введите следующую команду:
pkg install pyqt5 python-pyqtwebengine
затем повторите установкуopentele.
About
The best open source bomber