Skip to content

Inspired by OpenBullet, this repository offers a powerful account checker tailored for Android devices. The application presents an attempt of a user-friendly GUI built with Kivy, powered by a Python backend. Designed for a mobile experience, this tool checks account validity in platforms using custom configs, multi-threading, and proxy support.

License

Notifications You must be signed in to change notification settings

DannyLuna17/BulletDroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BulletDroid

CodeFactor

Inspired by OpenBullet, this repository offers a powerful webtesting toolkit tailored for Android devices. The application presents an attempt of a user-friendly GUI built with Kivy, powered by a Python backend. Designed for a mobile experience, this tool is designed to execute requests, being suitable for data scraping and pentesting using custom configs, multi-threading, and proxy support.

Features

  • User-friendly Interface: An intuitive GUI built with the Kivy framework.
  • Custom Configs: Offers flexibility to customize the checking process with config files.
  • Multi-threading Support: Enables faster processing.
  • Proxy Support: Accepts all types of proxy. (HTTP, SOCKS4, SOCKS5, SOCKS4A, SOCKS5H)
  • Data Scraping: Extracts data from websites.
  • Pentesting: Tests the security of websites.

NOTE: You must allow Storage Permission at App Settings

image

image

Config Blocks

NOTE: You can see config examples in Configs Carpet.

  • REQUEST - Handle HTTP requests based on provided parameters (Headers, Postdata, etc).
  • FIND - Parse a substring between two delimiters in a variable.
  • SAVE - Set a string variable.
  • PRINT - Show at logs a Variable or String
  • RESULT - Return the response at display.

NOTE: Android Users must allow the Storage Permission in App Settings

Requirements

  • python 3.x
  • kivy
  • retry_requests

Installation

  1. Clone the repository
git clone https://github.com/LunaPy17/BulletDroid
  1. Install the required packages
pip install -r requirements.txt
  1. Execute the app
python main.py

Contributing

Thanks for your interest in contributing! Your contributions are highly appreciated. Feel free to open an issue or submit a pull request for any bugs/improvements.

Please read the Contributing Guidelines for more details about how to contribute and support the project.

License

This project is licensed under the GNU General Public License v3.0 License. See the LICENSE file for details.

About

Inspired by OpenBullet, this repository offers a powerful account checker tailored for Android devices. The application presents an attempt of a user-friendly GUI built with Kivy, powered by a Python backend. Designed for a mobile experience, this tool checks account validity in platforms using custom configs, multi-threading, and proxy support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages