{"id":23328072,"url":"https://github.com/hackertrackersj/tbomb","last_synced_at":"2025-08-22T22:32:44.874Z","repository":{"id":41172432,"uuid":"289194587","full_name":"Hackertrackersj/Tbomb","owner":"Hackertrackersj","description":null,"archived":false,"fork":false,"pushed_at":"2022-01-27T14:54:20.000Z","size":201,"stargazers_count":158,"open_issues_count":8,"forks_count":52,"subscribers_count":16,"default_branch":"master","last_synced_at":"2023-11-07T17:23:06.631Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hackertrackersj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-21T06:25:00.000Z","updated_at":"2023-10-25T04:39:22.000Z","dependencies_parsed_at":"2022-09-10T01:11:16.138Z","dependency_job_id":null,"html_url":"https://github.com/Hackertrackersj/Tbomb","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hackertrackersj%2FTbomb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hackertrackersj%2FTbomb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hackertrackersj%2FTbomb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hackertrackersj%2FTbomb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hackertrackersj","download_url":"https://codeload.github.com/Hackertrackersj/Tbomb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230645341,"owners_count":18258530,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-20T20:54:39.062Z","updated_at":"2024-12-20T20:54:39.713Z","avatar_url":"https://github.com/Hackertrackersj.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/Hackertrackersj/Tbomb\"\u003e\u003cimg src=\"https://i.ibb.co/F4HBKqm/TBomb.png\" alt=\"TBomb\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  TBomb v2.1b\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\n\u003cp align=\"center\"\u003eA free and open-source SMS/Call bombing application\u003c/p\u003e\n\n## NOTE:\n\n\n\u003e **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.**\n\n\n- The application requires active internet connection to contact the APIs\n- You would not be charged for any SMS/calls dispatched as a consequence of this script\n- For best performance, use single thread with considerable delay time\n- Always ensure that you are using the latest version of TBomb and have Python 3\n- This application must not be used to cause harm/discomfort/trouble to others\n- By using this, you agree that you cannot hold the contributors responsible for any misuse\n\n## Compatibility\nCheck your Python version by typing in\n```shell script\n$ python --version\n```\nIf you get the following\n```shell script\nPython 3.8.3\n```\nor 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.\n\n## Features\n\n- Over 15 integrated messaging and calling APIs included with JSON\n- Unlimited (with abuse protection) and super-fast bombing with multithreading\n- Possibility of international API support (APIs are offline)\n- Flexible with addition of newer APIs with the help of JSON documents\n- Actively supported by the developers with frequent updates and bug-fixes\n- Intuitive auto-update feature and notification fetch feature included\n- Recently made free and open-source for community contributions\n- Modular codebase and snippets can be easily embedded in other program\n\n\n## Usage:\n\n### Install by PIP (Recommended)\n\nBefore continuing make sure following requirements are satisfied:\n\n- Python version greater than or equal to 3.4 is installed\n- pip is installed for Python 3\n\nInstall `tbomb` package by running:\n\n```shell script\npip3 install tbomb\n```\n\nRun TBomb by just typing:\n```shell script\ntbomb\n```\n\n### Install from GIT\n\n#### NOTE \n\nGit 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](https://git-scm.com/). Commands below provide instructions for Debian-based systems.\n\n\u003eRunning `TBomb.sh` as sudo miscofigures files ownership. It is recommended not to run it as sudo\n\nRun these commands to clone and run TBomb.\n\n#### For Termux\n\nTo use the bomber type the following commands in Termux:\n```shell script\npkg install git -y \npkg install python -y \ngit clone https://github.com/Hackertrackersj/Tbomb\ncd Tbomb\n./TBomb.sh\n```\n\n#### For iSH\n\nTo use the application, type in the following commands in iSH.\n```shell script\napk add git\napk add python3\napk add py3-pip\napk add ruby\ngem install toilet\ngit clone https://github.com/Hackertrackersj/Tbomb\ncd Tbomb\npip3 install -r requirements.txt\nchmod +x TBomb.sh\n./TBomb.sh\n```\n\n#### For Debian-based GNU/Linux distributions\n\nTo use the application, type in the following commands in GNU/Linux terminal.\n```shell script\nsudo apt install git\ngit clone https://github.com/Hackertrackersj/Tbomb\ncd Tbomb\nbash TBomb.sh\n```\n\n#### For MacOS\n\nTo use the application, type in the following commands in MacOS terminal:\n\n##### Install Brew\n\n```shell script\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n````\n\n##### Install dependencies:\n\n```shell script\nbrew install git\nbrew install python3\nsudo easy_install pip\nsudo pip install --upgrade pip\ngit clone https://github.com/Hackertrackersj/Tbomb\ncd Tbomb\nbash TBomb.sh\n```\n\n\n##### Missing Tools on MacOS\n\nThe package `toilet` cannot be installed yet on macOS. But TBomb does still work.\n\n### Demonstrative Video:\n\n- Watch Indian Bombing Method [here](https://www.youtube.com/c/NitroHacker)  \n\n\n### TODO:\n\n- [x] Make Code More Readable and Extensible\n- [ ] Add More Mail Spam APIs\n- [ ] Add More SMS Spam APIs\n- [ ] Add More Call Spam APIs\n- [ ] Resolve threading issue in some devices\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackertrackersj%2Ftbomb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhackertrackersj%2Ftbomb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhackertrackersj%2Ftbomb/lists"}