/KeyboxCheckerPython

A Keybox Checker that is made in python and open sourced!

Primary LanguagePython

Keybox checker on python!

This code is purely made for education and research purposes. (And also because I have too much free time.)

First time setup

First step is to have python already installed in your computer.
Second step is to clone the repository into your directory.

git clone https://github.com/SenyxLois/KeyboxCheckerPython

Third step is to install all required dependencies :-

Tip

Python virtual enviroment is highly recommended!

pip install -r requirements.txt

Warning

For termux user, I don't know what with the cryptography and pip on there so please install all the packages using this command :

pkg install openssl
pkg install rust
export RUSTFLAGS=" -C lto=no" && export CARGO_BUILD_TARGET="$(rustc -vV | sed -n 's|host: ||p')" && pip install cryptography aiohttp colorama

That's it! I mean its a python file.

Usage

Checking a single keybox

python main.py path/to/keybox.xml

Bulk checking a folder full of keybox

python main.py path/to/keyboxs

Example picture

Example of a single keybox aosp-example Example of bulk checking keyboxes cuh

Special thanks to!

  • KimmyXYC | For his Keybox checker logic
  • Me | For her stupidly alot of free time
  • Hollowed Citra | Providing keybox to fix an error that I didn't even know exist.

Todo List

  • Re-Code every single shit I've done since it look like a mess
  • Better bulk system
  • idk self-sign certificate gen?