Table of Contents
Xbomber is the pioneer of sms and call bombers in Bangladesh. For a long time, this was a closed source project. But we Team X 1337 have decided to make it open source so that everyone can gain knowledge from this project and create their own project from this github template. You can contribute by providing this project working APIs and removing the dead APIs. For more about contributing, follow the Contributing section.
The community edition of Xbomber is not a dynamic tool. It means, you can use this tool files directly in any of the static terminal.
- Setup Your Enviroment
apt update
apt install nodejs
- Clone the repository
git clone https://github.com/WeAreTeamX/xbomber-node-community-edition.git
- Change directory
cd xbomber-node-community-edition
- Install node module
npm init
npm i
- To run this tool
node xbomb.js
- Edit APIs in the
api.json
to make the bomber work.[ { "method":"GET", "url": "https://your-api-endpoint/?phone=+88{maonumber}", "headers":{ "User-Agents":"Mozilla/5.0 (Linux; Android 8.1.0; CPH1909) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Mobile Safari/537.36" } }, { "method":"POST", "url":"https://your-api-endpoint/", "headers":{"Content-Type" : "application/x-www-form-urlencoded"}, "data":"phone={maonumber}" } ]
For more examples, please refer to the api.json Example
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License . See LICENSE
for more information.
MAO2116 (Maintainer)
Team X 1337