Git Product home page Git Product logo

whatabomb's Introduction

What a Bomb

What a Bomb is a selenium driven whatsapp bombing script that allows one to spam the message on a contact/group name. It is only for entertainment purpose.

Read the Legal Notice below before use

image

FOSSA Status

Requirements

  1. Python 3.x
  2. Chrome Browser
  3. Make sure you have ChromeWebDriver added to your path

Dependencies

Manual install

  1. PyQt5
$ pip install PyQt5
  1. selenium
$ pip install selenium

Automatic Install

$ pip install -r requirements.txt

How to setup

After you have all requirements and dependencies, complete the following steps

  1. Run script
$ python bomb.py
  1. Press OK on the Disclaimer
  2. Enter target full name
  3. Click Bomb button
  4. Scan QRCode
    • On Android: in the Chats screen > Menu > WhatsApp Web.
    • On iPhone: go to Settings > WhatsApp Web.
    • On Windows Phone: go to Menu > WhatsApp Web.
  5. Rest What a Bomb will do ;)

Legal Notice

Usage of "What a Bomb" is only for educational and entertainment purpose. Developers assume no liability and are not responsible for any misuse or damage caused by this program

Special Thanks

Sameer Bhatt

License

What a Bomb is licensed under the Apache License 2.0

FOSSA Status

whatabomb's People

Contributors

fossabot avatar masterflomaster1 avatar tbhaxor 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

whatabomb's Issues

how to add ChromeWebDriver path in kali linux with chrome

hey friends can anybody help me out !!!

i installed the required Dependencies
as u said for for Automatic Install
$ pip install -r requirements.txt
this didnt work bcoz you need to install pyqt5 for python3, not python 2.

So i tried with
$apt install python3-pyqt5
then i did
$ pip install selenium
and all goes well

and it worked and rest all work but i am not getting how to add ChromeWebDriver path in kali linux with chrome.

can anyone help me out and explain the step by step process.!!!!

Please help ๐Ÿ™

$ python bomb.py
Traceback (most recent call last):
File "/data/data/com.termux/files/home/whatabomb/bomb.py", line 1, in
from PyQt5 import QtCore, QtGui, QtWidgets
ModuleNotFoundError: No module named 'PyQt5'

Can you say what to do on this

Plzz help to resolve this

error syntax

terminal โ”€โ•ผ $python bomb.py
File "bomb.py", line 164
print("sent {} messages".format(i + 1), end="\r")
^
SyntaxError: invalid syntax

Not working in windows!

When i press the bomb button suddenly message pops ' Python stopped working'. I guess this might be the path issue.

untitled

ChromeDriver is assuming that Chromehas crashed.

Traceback (most recent call last):
File "bomb.py", line 112, in bomb
driver = webdriver.Chrome()
File "/usr/lib/python3/dist-packages/selenium/webdriver/chrome/webdriver.py", line 95, in init
RemoteWebDriver.init(
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 152, in init
self.start_session(capabilities, browser_profile)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 249, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/webdriver.py", line 318, in execute
self.error_handler.check_response(response)
File "/usr/lib/python3/dist-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Chrome failed to start: exited abnormally.
(unknown error: DevToolsActivePort file doesn't exist)
(The process started from chrome location /usr/bin/google-chrome is no longer running, so ChromeDriver is assuming that Chrome has crashed.)
Aborted

Kali Linux 2020.x

Python3 crashes (macOS)

2019-11-03 06:38:05.892 Python[92645:1587823] -[QNSApplication _setup:]: unrecognized selector sent to instance 0x7fbf96e52e40
2019-11-03 06:38:05.894 Python[92645:1587823] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[QNSApplication _setup:]: unrecognized selector sent to instance 0x7fbf96e52e40'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff2e710783 __exceptionPreprocess + 250
1 libobjc.A.dylib 0x00007fff645238f3 objc_exception_throw + 48
2 CoreFoundation 0x00007fff2e79aed5 -[NSObject(NSObject) __retain_OA] + 0
3 CoreFoundation 0x00007fff2e6b6d60 forwarding + 1427
4 CoreFoundation 0x00007fff2e6b6738 _CF_forwarding_prep_0 + 120
5 Tk 0x00007fff3c091f24 TkpInit + 655
6 Tk 0x00007fff3c011cbb Tk_Init + 1706
7 _tkinter.cpython-37m-darwin.so 0x0000000107338dd9 Tcl_AppInit + 84
8 _tkinter.cpython-37m-darwin.so 0x000000010733465f _tkinter_create + 1056
9 Python 0x0000000104746448 _PyMethodDef_RawFastCallKeywords + 488
10 Python 0x00000001047459d4 _PyCFunction_FastCallKeywords + 41
11 Python 0x00000001047da384 call_function + 628
12 Python 0x00000001047d335f _PyEval_EvalFrameDefault + 6767
13 Python 0x00000001047dabe5 _PyEval_EvalCodeWithName + 1698
14 Python 0x0000000104745614 _PyFunction_FastCallDict + 444
15 Python 0x000000010474671b _PyObject_Call_Prepend + 131
16 Python 0x0000000104783ade slot_tp_init + 80
17 Python 0x000000010478080a type_call + 172
18 Python 0x000000010474584a _PyObject_FastCallKeywords + 358
19 Python 0x00000001047da3ea call_function + 730
20 Python 0x00000001047d33fa _PyEval_EvalFrameDefault + 6922
21 Python 0x0000000104745da8 function_code_fastcall + 106
22 Python 0x00000001047da3f1 call_function + 737
23 Python 0x00000001047d3346 _PyEval_EvalFrameDefault + 6742
24 Python 0x00000001047dabe5 _PyEval_EvalCodeWithName + 1698
25 Python 0x00000001047d184d PyEval_EvalCode + 51
26 Python 0x00000001047ffc64 run_mod + 54
27 Python 0x00000001047fec97 PyRun_FileExFlags + 160
28 Python 0x00000001047fe34e PyRun_SimpleFileExFlags + 270
29 Python 0x0000000104816b66 pymain_main + 5445
30 Python 0x00000001048171d4 _Py_UnixMain + 56
31 libdyld.dylib 0x00007fff65876405 start + 1
32 ??? 0x0000000000000002 0x0 + 2
)
libc++abi.dylib: terminating with uncaught exception of type NSException
./collection.sh: line 16: 92645 Abort trap: 6 python3 bomb.py

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.