Giter VIP home page Giter VIP logo

bomberthon's Introduction

BOMBERTHON

Licence version os os

    All Bombs away Sir
          \
           \           Goodbye Dullsville!
                __|__  /
       .'(\      .-.     /)'.
    +-====(*)===: " :===(o)=====-+
            \).  '-'  .(/                            
                 +=
                 +=
                 +=           █▄▄ █▀█ █▀▄▀█ █▄▄ █▀▀ █▀█ ▀█▀ █ █ █▀█ █▄ █
                              █▄█ █▄█ █ ▀ █ █▄█ ██▄ █▀▄  █  █▀█ █▄█ █ ▀█
                 += 
                 +=          ########################################################
                 +=          #               Version >>> v2.0 (beta)                #
                             #            Last Update >>> 22nd May 2024             #
                 +=          #        Coded by Vignan (Nocturnal-Compiler)          #
                 +=          #   GitHub >>> https://github.com/Nocturnal-Compiler   #
                 +=          ########################################################

Features

  • SMS Bombing
  • WhatsApp Bombing
  • Instagram Bombing
  • Email Bombing
  • Call Bombing (In Development)
  • Compatible with all Linux & Windows (Kali Linux is not compatible)

Before Running bomberthon.py

  • Windows :
pip install -r requirements.txt
  • Linux :
pip3 install -r requirements.txt
sudo chmod +x geckodriver

Requirements

  • Python 3.x
  • Chrome (if you are on windows)
  • Firefox (if you are on linux) (pre-installed)
  • Selenium
  • Requests

Run

  • Windows :
python bomber.py
  • Linux :
python3 bomber.py

Demo

Video Link --> https://www.instagram.com/tv/CCiiO9PACOr/?utm_source=ig_web_copy_link (sign in not required)

Screenshots

bomberthon

bomberthon

bomberthon's People

Contributors

el-pr0f3ss0r avatar nocturnal-compiler avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bomberthon's Issues

Traceback error

Traceback (most recent call last):
  File "/home/odin/bomberthon/bomberthon.py", line 61, in <module>
    smsbombinglinux()
  File "/home/odin/bomberthon/smsprocess.py", line 116, in smsbombinglinux
    from selenium import webdriver
ModuleNotFoundError: No module named 'selenium'

```selenium is already installed

Doesn't work and gives out an error

Traceback (most recent call last):
File "/home/user/bomberthon/bomberthon.py", line 61, in
smsbombinglinux()
File "/home/user/bomberthon/smsprocess.py", line 160, in smsbombinglinux
browser = webdriver.Firefox(executable_path=cr_dict , options=options)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/firefox/webdriver.py", line 170, in init
RemoteWebDriver.init(
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.9/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities

Traceback error when running all the tools

Hey as the title suggests im getting a traceback error when running the program.

here is the output when i chose the option for the whatsapp bomber

|-> 4

Traceback (most recent call last):
File "/opt/bomberthon/bomberthon.py", line 54, in
wpbombinglinux()
File "/opt/bomberthon/wpprocess.py", line 110, in wpbombinglinux
browser = webdriver.Firefox(executable_path=cr_dict , options=options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/firefox/webdriver.py", line 170, in init
RemoteWebDriver.init(
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities


Below is the error for the sms bomber against my own phone number

|-$ Enter Your Country Code (Without +) > 1
|-$ Enter Target Number >  +1 7373098433
|-$ How many times (1-200) ? > 200

Traceback (most recent call last):
File "/opt/bomberthon/bomberthon.py", line 61, in
smsbombinglinux()
File "/opt/bomberthon/smsprocess.py", line 160, in smsbombinglinux
browser = webdriver.Firefox(executable_path=cr_dict , options=options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/firefox/webdriver.py", line 170, in init
RemoteWebDriver.init(
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities


Here is thhe output for the instagram bomber

|-> 1
|-$ Word/Sentence that you want to send Multiple Times > hello  
|-$ How many times ? > 200
|-} Logging in...

Traceback (most recent call last):
File "/opt/bomberthon/bomberthon.py", line 44, in
igbombinglinux()
File "/opt/bomberthon/igprocess.py", line 196, in igbombinglinux
browser = webdriver.Firefox(executable_path=cr_dict , options=options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/firefox/webdriver.py", line 170, in init
RemoteWebDriver.init(
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.11/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities

can i use this tool in Debian? i got error

File "bomberthon.py", line 61, in
smsbombinglinux()
File "/root/bomberthon/smsprocess.py", line 160, in smsbombinglinux
browser = webdriver.Firefox(executable_path=cr_dict , options=options)
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/firefox/webdriver.py", line 174, in init
keep_alive=True)
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 157, in init
self.start_session(capabilities, browser_profile)
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 252, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.7/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: Unable to find a matching set of capabilities

L

.

Runtime error

Idk but it's showing a runtime error related to selenium , selenium.common.exceptions.sessionNotCreatedException : Message : unable to find matching set of capabilities . I am using Kali Linux fully updated. Please help

Not Working...

I followed all the steps and after the script finished running I didn't receive any sms messages...

Eror

File "/home/amirrar/bomberthon-master/bomberthon.py", line 5, in
from checkconnection import *
File "/home/amirrar/bomberthon-master/checkconnection.py", line 1, in
import requests
ModuleNotFoundError: No module named 'requests'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.