• Stars
    star
    163
  • Rank 231,141 (Top 5 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created about 4 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details


TBomb
TBomb v2.1b

A free and open-source SMS/Call bombing application

NOTE:

Due to the overuse of script, a bunch of APIs have been taken offline. It is okay if you do not receive all the messages.

  • The application requires active internet connection to contact the APIs
  • You would not be charged for any SMS/calls dispatched as a consequence of this script
  • For best performance, use single thread with considerable delay time
  • Always ensure that you are using the latest version of TBomb and have Python 3
  • This application must not be used to cause harm/discomfort/trouble to others
  • By using this, you agree that you cannot hold the contributors responsible for any misuse

Compatibility

Check your Python version by typing in

$ python --version

If you get the following

Python 3.8.3

or any version greater than or equal to 3.4, this script has been tested and confirmed to be supported. For obsolete versions of Python (eg 2.7), use discretion while executing the script as it has not been tested there.

Features

  • Over 15 integrated messaging and calling APIs included with JSON
  • Unlimited (with abuse protection) and super-fast bombing with multithreading
  • Possibility of international API support (APIs are offline)
  • Flexible with addition of newer APIs with the help of JSON documents
  • Actively supported by the developers with frequent updates and bug-fixes
  • Intuitive auto-update feature and notification fetch feature included
  • Recently made free and open-source for community contributions
  • Modular codebase and snippets can be easily embedded in other program

Usage:

Install by PIP (Recommended)

Before continuing make sure following requirements are satisfied:

  • Python version greater than or equal to 3.4 is installed
  • pip is installed for Python 3

Install tbomb package by running:

pip3 install tbomb

Run TBomb by just typing:

tbomb

Install from GIT

NOTE

Git installation methods are not universal and are likely to differ between distributions so installing Git as per the given instructions below may not work. Please check out how to install Git for your Linux distribution here. Commands below provide instructions for Debian-based systems.

Running TBomb.sh as sudo miscofigures files ownership. It is recommended not to run it as sudo

Run these commands to clone and run TBomb.

For Termux

To use the bomber type the following commands in Termux:

pkg install git -y 
pkg install python -y 
git clone https://github.com/Hackertrackersj/Tbomb
cd Tbomb
./TBomb.sh

For iSH

To use the application, type in the following commands in iSH.

apk add git
apk add python3
apk add py3-pip
apk add ruby
gem install toilet
git clone https://github.com/Hackertrackersj/Tbomb
cd Tbomb
pip3 install -r requirements.txt
chmod +x TBomb.sh
./TBomb.sh

For Debian-based GNU/Linux distributions

To use the application, type in the following commands in GNU/Linux terminal.

sudo apt install git
git clone https://github.com/Hackertrackersj/Tbomb
cd Tbomb
bash TBomb.sh

For MacOS

To use the application, type in the following commands in MacOS terminal:

Install Brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install dependencies:
brew install git
brew install python3
sudo easy_install pip
sudo pip install --upgrade pip
git clone https://github.com/Hackertrackersj/Tbomb
cd Tbomb
bash TBomb.sh
Missing Tools on MacOS

The package toilet cannot be installed yet on macOS. But TBomb does still work.

Demonstrative Video:

  • Watch Indian Bombing Method here

TODO:

  • Make Code More Readable and Extensible
  • Add More Mail Spam APIs
  • Add More SMS Spam APIs
  • Add More Call Spam APIs
  • Resolve threading issue in some devices

More Repositories

1

Instabruteforce

hacking-tool termux-tools termux noob-friendly instagram-bot bruteforce-password-cracker wordlist-technique
Python
1,074
star
2

Termux-package

This repo is used to install all basic package of termux without typing a single cammand
Python
195
star
3

saychesse

The tool generates a malicious HTTPS page using Ngrok Port Forwarding method, and a javascript code to perform cam requests using MediaDevices.getUserMedia. The MediaDevices.getUserMedia() method prompts the user for permission to use a media input which produces a MediaStream with tracks containing the requested types of media. That stream can include, for example, a video track (produced by either a hardware or virtual video source such as a camera, video recording device, screen sharing service, and so forth), an audio track (similarly, produced by a physical or virtual audio source like a microphone, A/D converter, or the like), and possibly other track types.
Shell
20
star
4

T-Mega

Shell
18
star
5

Nitro-allinone

Shell
13
star
6

Tool-backup

hackathon, hacking-tool, termux-hacking, termux-environment, nitro-friendly
Shell
11
star
7

IP-TRACK

Shell
8
star
8

phoneinfo

Shell
6
star
9

Termux-Lazyscript

Python
6
star
10

D-Tech

Python
5
star
11

hacklock

JavaScript
5
star
12

firecrack

5
star
13

Recon-Dog

Python
5
star
14

ngrok

ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a locally running web service. ngrok captures and analyzes all traffic over the tunnel for later inspection and replay. ngrok 2.x ngrok 2.x is the successor to 1.x and the focus of all current development effort. Its source code is not available. NOTE This repository contains the code for ngrok 1.x. Status of the ngrok 1.x project ngrok 1.x is no longer developed, supported or maintained by its author, except to ensure that the project continues to compile. The contribution policy has the following guidelines: All issues against this repository will be closed unless they demonstrate a crash or other complete failure of ngrok's functionality. All issues against this repository are for 1.x only, any issues for 2.x will be closed. No new features will be added. Any pull requests with new features will be closed. Please fork the project instead. Pull requests fixing existing bugs or improving documentation are welcomed. The ngrok 1.x hosted service ngrok.com ran a pay-what-you-want hosted service of 1.x from early 2013 until April 7, 2016. Afterwards, it only runs 2.x service. Production Use DO NOT RUN THIS VERSION OF NGROK (1.X) IN PRODUCTION. Both the client and server are known to have serious reliability issues including memory and file descriptor leaks as well as crashes. There is also no HA story as the server is a SPOF. You are advised to run 2.0 for any production quality system. What can I do with ngrok? Expose any http service behind a NAT or firewall to the internet on a subdomain of ngrok.com Expose any tcp service behind a NAT or firewall to the internet on a random port of ngrok.com Inspect all http requests/responses that are transmitted over the tunnel Replay any request that was transmitted over the tunnel What is ngrok useful for? Temporarily sharing a website that is only running on your development machine Demoing an app at a hackathon without deploying Developing any services which consume webhooks (HTTP callbacks) by allowing you to replay those requests Debugging and understanding any web service by inspecting the HTTP traffic Running networked services on machines that are firewalled off from the internet
5
star
15

sherlock

Python
4
star
16

smb-scanner

Shell
4
star
17

WiFi-bruteforce

4
star
18

Email-bomber

# Email Bomber Use this tool to spam a person's email <b> Use this tool for educational purpose only !! </b> Usage : 1)git clone https://github.com/Hackertrackersj/Email Bomber.git 2) cd Email_Bomber 3) python emailbomber.py
Python
4
star
19

ShellPhish

HTML
3
star
20

Pass-gen

Python
3
star
21

macchanger

Shell
3
star
22

Termux-fglt

Shell
3
star
23

termux-banner

Shell
3
star
24

Zphisher

Shell
2
star