Termux YetAnotherSMSBomber : SMS Flooder for Termux

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.

Termux YetAnotherSMSBomber : SMS Flooder for Termux

You can use this tool To do pranks but don't use this tool to harm anyone. Using this tool carelessly will cause a lot of trouble like if someone's phone getting this spam SMS then they can miss some important messages

This Tool can be very useful to delay Some Criminal Activity. To use this tool You must have termux on your android phone. This tool works on python and installation is very simple. This Tool is created by AvinashReddy3108 on Github and you can check out his project @AvinashReddy3108/YetAnotherSMSBomber.



NOTE: This post is only for educational purpose. I and this site do not support any criminal activity. If you are doing any sort of misuse of this information This site is not responsible for that. THIS SITE ONLY SUPPORT ETHICAL HACKING.


How to install YetAnotherSMSBomber on termux?

Step 1:

Before installing any tool we need to update dependencies so the tool does not cause any errors while executing. This command will Update the termux dependencies so we will not get errors while installation of the tool. Just copy and paste the below command.
apt update && apt upgrade -y
Termux YetAnotherSMSBomber : SMS Flooder for Termux

Press N if Termux asks about the version.




Step 2:

This command will install the git package which will allow us to download projects from the GitHub Repository as well it will also install python because this tool is written in python. just copy and paste this command and the git and python will be installed on your termux.
pkg install git python -y
Termux YetAnotherSMSBomber : SMS Flooder for Termux


Step 3:

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
Termux YetAnotherSMSBomber : SMS Flooder for Termux



Step 4:

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
Termux YetAnotherSMSBomber : SMS Flooder for Termux



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

Termux YetAnotherSMSBomber : SMS Flooder for Termux




How to Use YetAnotherSMSBomber on Termux?

These tools work with command-line arguments and you have to type a single command to run the tool. 

Run :

To use this tool you just have to type the below command, But at the Place of -N 10 you can add any number you want and the bomber will send that number of spam messages,  also you need to specify your country code so at the place of -C 91 you can specify your country code.
python bomber.py -N 10 -C 91 7045xxxxxx
Termux YetAnotherSMSBomber : SMS Flooder for Termux

Make sure you change the phone number as well as the country code. see the above picture for more clarity.


Tip:

If you are from India you can directly type the below command and by default, it will send 50 SMSs.
python bomber.py phone-number-here
Termux YetAnotherSMSBomber : SMS Flooder for Termux


You can also type python bomber.py -h to find out more about this tool.

 


Conclusion:

YetAnotherSMSBomber tool is a decent tool, you can do basic SMS flooding with it, If T-Bomb tool is note working for you then you can give it a shot. one bad thing about this tool is that it does not give you the basic interface where you can just input your data and run the tool like T-bomb. Please Never Miss-Use any Tools or it will cause a lot of trouble for you. Stay Ethical😄. Thanks for reading and If you have any questions or you are getting any problem while installing the tool then comment down below I will be happy to help you.👾 Also, Read [Top 10 Termux Secret Commands You Don't Know].


Post a Comment

10 Comments

  1. What does this apt do to the victims phone?

    ReplyDelete
  2. Bro, I have a error after this like- ModuleNotFoundError: No module name 'httpx'

    ReplyDelete
    Replies
    1. if you are facing this error then you can type below command:


      pip install httpx
      or
      pip3 install httpx

      Delete
  3. : bomber.py [-h] [-sms] [-call] [-mail] [-u] [-c] [-v]
    bomber.py: error: unrecognized arguments

    ReplyDelete
  4. good afternoon brother, when I use the last command pip3 install -r requirements.txt
    ... is output as command not found

    ReplyDelete