This code is purely made for education and research purposes. (And also because I have too much free time.)
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.
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 of a single keybox Example of bulk checking keyboxes
- 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.
- Re-Code every single shit I've done since it look like a mess
- Better bulk system
- idk self-sign certificate gen?