Skip to content

WeAreTeamX/xbomber-node-community-edition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

XBOMBER

Open source community edition
Explore the docs »

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About The Project

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.

(back to top)

Built With

(back to top)

Getting Started

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.

Local development

  1. Setup Your Enviroment
   apt update
   apt install nodejs
  1. Clone the repository
    git clone https://github.com/WeAreTeamX/xbomber-node-community-edition.git
    
  2. Change directory
   cd xbomber-node-community-edition
  1. Install node module
   npm init
   npm i
  1. To run this tool
   node xbomb.js

(back to top)

Usage

  1. 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

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License . See LICENSE for more information.

(back to top)

Contact

MAO2116 (Maintainer)

  • Facebook Page 
  • GitHub followers 
  • Telegram 

Team X 1337

  • Facebook Group 
  • Facebook Page 
  • Telegram 

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published