{"id":20884345,"url":"https://github.com/reblox01/anothersmsbomber","last_synced_at":"2025-07-22T21:02:44.368Z","repository":{"id":168799595,"uuid":"644598937","full_name":"reblox01/AnotherSMSBomber","owner":"reblox01","description":"Clean, small and powerful SMS bomber script. ","archived":false,"fork":false,"pushed_at":"2023-05-23T21:34:54.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-12T17:50:12.409Z","etag":null,"topics":["annoying","prank","python-script","python3","script","sms","sms-bomber","spam","tools"],"latest_commit_sha":null,"homepage":"https://github.com/REBLOX01/AnotherSMSBomber","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/reblox01.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-23T21:29:10.000Z","updated_at":"2023-05-23T21:36:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b6880e1-d376-4502-9988-d14daf26f22b","html_url":"https://github.com/reblox01/AnotherSMSBomber","commit_stats":null,"previous_names":["reblox01/anothersmsbomber"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reblox01/AnotherSMSBomber","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reblox01%2FAnotherSMSBomber","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reblox01%2FAnotherSMSBomber/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reblox01%2FAnotherSMSBomber/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reblox01%2FAnotherSMSBomber/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reblox01","download_url":"https://codeload.github.com/reblox01/AnotherSMSBomber/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reblox01%2FAnotherSMSBomber/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266572290,"owners_count":23949992,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["annoying","prank","python-script","python3","script","sms","sms-bomber","spam","tools"],"created_at":"2024-11-18T08:09:45.025Z","updated_at":"2025-07-22T21:02:44.188Z","avatar_url":"https://github.com/reblox01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Explosion!!](https://imgur.com/download/FPZPLK9)\n\n## Features\n- Lots of integrated SMS APIs, and support for custom API configuration!\n- Unlimited number of SMSs (with proxy support for huge bombs!).\n- Faster and lighter than most SMS Bomber apps/scripts.\n- International bombing available.\n\n## Requirements\n- Python 3.6+ on MacOS, Android ([Termux](https://termux.com)), Linux, or iOS ([iSH](https://testflight.apple.com/join/97i7KM8O0))\n\nNOTE: Windows not supported as some of `httpx`'s `http2` libraries can't be installed on it.\n\n## Instructions for MacOS\n```bash\n# Install brew\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n\n# Install Dependencies\nbrew install git\nbrew install python3\nsudo easy_install pip\nsudo pip install --upgrade pip\n\n# Clone this repo\ngit clone https://github.com/REBLOX01/AnotherSMSBomber.git\n\n# Move into working directory.\ncd YetAnotherSMSBomber\n\n# Install the requirements.\npip3 install -r requirements.txt\n```\n\n## Instructions for Android\n\nDownload Termux from the [Play Store](https://play.google.com/store/apps/details?id=com.termux)\n\nOpen Termux and enter the following commands:\n\n```bash\n# Install Dependencies:\npkg install git python -y\n\n# Clone this repo\ngit clone https://github.com/REBLOX01/AnotherSMSBomber.git\n\n# Move into working directory.\ncd YetAnotherSMSBomber\n\n# Install the requirements.\npip3 install -r requirements.txt\n```\n\n## Instructions for iOS/iPadOS(due to the way Apple devices handle ram usage it's gonna be slow but it works :P)\n\nDownload iSH from [here](https://testflight.apple.com/join/97i7KM8O0)\n\nOpen iSH and enter the following commands:\n\n```bash\n# Install Dependencies:\napk add git\napk add python3\napk add py3-pip\n\n# Clone this repo\ngit clone https://github.com/REBLOX01/AnotherSMSBomber.git\n\n# Move into working directory.\ncd YetAnotherSMSBomber\n\n# Install the requirements.\npip3 install -r requirements.txt\n```\n\n## Instructions for Debian-based GNU/Linux distributions:\n\n```bash\n# Install Dependencies:\nsudo apt install git python3 python3-pip\n\n# Clone this repo\ngit clone https://github.com/REBLOX01/AnotherSMSBomber.git\n\n# Move into working directory.\ncd YetAnotherSMSBomber\n\n# Install the requirements.\npip3 install -r requirements.txt\n```\n\n## Options\nYou can also read this via `python3 bomber.py -h` or `python3 bomber.py --help`\n\n```\nYetAnotherSMSBomber - A clean, small and powerful SMS bomber script.\n\nUsage: bomber.py [--config-path/-c] [--num/-N] [--country/-C] [--threads/-T]\n                 [--timeout/-t] [--proxy/-P] [--verbose/-v] [--verify/-V]\n                 [-h/--help] TARGET\n\nPositional arguments:\n  TARGET             Target mobile number without country code.\n\nOptional arguments:\n  --config-path, -c  Path to API config file. (NOTE: the file must be in JSON format!) (default: 'api_config.json')\n  --num, -N          Number of SMSs to send to TARGET. (default: 30)\n  --country, -C      Country code without (+) sign. (default: 91)\n  --threads, -T      Max number of concurrent HTTP(s) requests. (default: 15)\n  --timeout, -t      Time (in seconds) to wait for an API request to complete. (default: 10)\n  --proxy, -P        Use proxy for bombing. (Recommended for large number of SMSs)\n  --verbose, -v      Enables verbose output, for debugging.\n  --verify, -V       To verify all providers are working or not.\n  -h, --help         Display this message.\n\nUse this for fun, not for revenge or bullying!\n```\n\n## Examples\n```bash\n# The default - 25 threads, 50 SMSs, Country Code: +91\npython3 bomber.py \u003cTARGET\u003e\n\n# Custom SMS count and proxy.\npython3 bomber.py --num 1000 --proxy \u003cTARGET\u003e\npython3 bomber.py -N 1000 -P \u003cTARGET\u003e\n\n# Custom API config file and proxy.\npython3 bomber.py --config-path \"./config.json\" --proxy \u003cTARGET\u003e\npython3 bomber.py -c \"./config.json\" -P \u003cTARGET\u003e\n\n# Here's how you use all possible parameters to your taste.\npython3 bomber.py --proxy --num 500 --country 91 --timeout 20 \u003cTARGET\u003e\npython3 bomber.py -p -N 500 -c 91 -T 30 -t 20 \u003cTARGET\u003e\n```\n\n## Credits and Thanks\n- Huge kudos to [iMro0t](https://github.com/iMro0t) for the original source code. Find it [here](https://github.com/iMro0t/bomb3r/).\n- Thanks [botallen](https://github.com/botallen) for the recent fixes which have been merged from the original repo.\n- [SpeedX](https://github.com/TheSpeedX)'s [TBomb](https://github.com/TheSpeedX/TBomb) for some API's used here.\n- [fonic](https://github.com/fonic) for his awesome formatter for `argparse`. Check it out in this [gist](https://gist.github.com/fonic/fe6cade2e1b9eaf3401cc732f48aeebd)!\n\n## License\nThis project is licensed under the [GNU General Public License v3.0](https://github.com/REBLOX01/AnotherSMSBomber/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freblox01%2Fanothersmsbomber","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freblox01%2Fanothersmsbomber","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freblox01%2Fanothersmsbomber/lists"}