A bot to change .p12 file password and checked its signed or revoke status.
- Operating System: Ubuntu 20.04 (Tested)
- Languages & Libraries:
- Python 3
- Node.js
- Packages:
- aiogram
Follow the steps below for a smooth installation:
-
System Update:
apt update && apt upgrade -y
-
Installing Dependencies:
apt install openssl python3.11 python3-pip nodejs -y
-
Installing Python Packages:
pip3 install aiogram
-
Clone the Bot from GitHub:
(Make sure to replace 'YOUR_REPO_LINK' with the actual link to the repository)git clone https://github.com/KupQ/Apple-p12-bot.git
-
Navigate to the Bot Directory:
cd bot
-
Run the Node.js for P12 Checker:
node checker/resources.js
-
Edit Configuration:
- Open the
bot.py
file using a text editor of your choice. - Locate and replace the bot token placeholder with your actual token.
- Open the
-
Run the Bot:
You can either run the bot directly:python3 bot.py
Or, to ensure the bot keeps running after you exit your Linux server session, use the
screen
command:screen -dmS bot python3 bot.py
Enjoy and contribute to make it even better! 🚀