Protected XApp core module
Project description
๐ฅ XRSUPER XApp Token Tool โ Protected Edition
EXTREME Protection Level โข Full Token Management Suite โข Web-Based Interface
A fully protected, cross-platform, web-based token management system for authentication workflows, featuring:
- EAT token extraction
- Access token conversion
- JWT generation
- OAuth login processing
All core logic is compiled into protected Python bytecode (.pyc) to secure proprietary systems and algorithms.
๐ก๏ธ Protection Layer (XApp Core)
Your application logic is secured using advanced Python bytecode protection.
โ What This Means
โ Source code hidden in compiled .pyc files
โ Works on Termux, Linux, Windows, macOS, Raspberry Pi
โ No executable or APK required
โ Web interface fully embedded in protected module
โ Sensitive logic and encryption routines cannot be easily extracted
๐ What Users CANNOT Access
- AES encryption keys
- API logic & request structure
- Protocol buffer definitions
- Token processing internals
- Embedded HTML templates
- Proprietary authentication flows
๐ง Why Itโs Hard to Reverse
- Source compiled โ Python bytecode
- Optimization Level 2 applied
- No original
.pyfiles distributed - Dynamic imports prevent static analysis
- Decompilers produce broken / unreadable output
โ ๏ธ Only distribute the
xapp_protected/package. Never share your original core source files.
๐ Token Tool Features
A powerful browser-based interface for managing authentication tokens.
๐ Token Extraction
-
Extract EAT tokens from authentication redirect URLs
-
Supports multiple login providers:
- Gmail
- Apple
- VK
-
Automatic token detection & parsing
๐ Token Conversion
Convert EAT โ Access Token and retrieve:
- Account ID / UID
- Player nickname
- Region & language
- Token validity status
๐ JWT Token Generation
Generate JWT tokens using:
Option 1 โ OAuth Login
- Username / User ID
- Password authentication
Option 2 โ Existing Access Token
- Direct JWT generation
- Token decoding & validation
๐ Installation
๐ฆ Install via pip
pip install xapp-protected
Dependencies Installed Automatically
- Flask โ Web interface
- pycryptodome โ AES encryption
- requests โ API communication
- PyJWT โ JWT processing
- protobuf โ Protocol buffers
โถ๏ธ Running the Tool
Linux / macOS
python3 run.py
Windows
python run.py
Termux (Android)
pkg update && pkg upgrade
pkg install python
pip install -r requirements.txt
python run.py
๐ Accessing the Web Interface
After starting:
Local
http://localhost:10170
Network (Termux / LAN)
http://YOUR_IP:10170
Find IP:
ifconfig
๐ฏ How to Use
1๏ธโฃ Extract a Token
- Click a login provider
- Complete authentication
- Copy redirected URL
- Paste into extractor
- Get your EAT token
2๏ธโฃ Convert EAT โ Access Token
- Open
/convert - Paste EAT token
- Click Get Access Token
- View account & token details
3๏ธโฃ Generate JWT
Go to /token-maker
Choose:
โ OAuth Login โ Enter credentials
โ Access Token โ Enter token directly
Receive decoded JWT payload + token string.
๐ง API Endpoints
Public Pages
| Endpoint | Purpose |
|---|---|
/ |
Home interface |
/convert |
Token converter |
/token-maker |
JWT generator |
API Routes
| Endpoint | Method | Description |
|---|---|---|
/extract |
POST | Extract token from URL |
/get-access |
POST | Convert EAT โ Access |
/get-access/<token> |
GET | Convert via URL |
/access-jwt |
GET | JWT from access token |
/token |
GET | JWT via OAuth login |
๐ Troubleshooting
โ Invalid Token
- Token may be expired
- Check formatting
๐ API Errors
- Confirm internet connection
- External services must be reachable
๐ฆ Import Errors
- Ensure Python 3.7+
- Reinstall dependencies
๐ Port Already in Use
lsof -ti:10170 | xargs kill -9
๐ Cross-Platform Support
| Platform | Supported |
|---|---|
| Windows | โ |
| Linux | โ |
| macOS | โ |
| Termux | โ |
| Raspberry Pi | โ |
๐จโ๐ป Author & Community
Developer: Mr. Void
GitHub: @IbrahimKhan
Repo: Xapp
Community:
- Telegram: @xrbotupdates
- Instagram: @0xbanecipher
โ๏ธ License
Your original license here.
โ ๏ธ Legal & Security Notice
- This software is protected intellectual property
- Do not redistribute core source files
- For educational and research use only
- Not affiliated with or endorsed by any game publisher or platform
- Users are responsible for complying with all laws and service terms
๐ Protected by XApp Bytecode Security
๐ Powered by XRSUPER Token System
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file xapp_protected-0.1.4.tar.gz.
File metadata
- Download URL: xapp_protected-0.1.4.tar.gz
- Upload date:
- Size: 30.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7534159933d476fea170d0c0dfbbb3a74457406dd79561adf4af98841ad5bbb4
|
|
| MD5 |
af23a997f865d02cda860d3f113e3d3f
|
|
| BLAKE2b-256 |
2df80e10d0ab3161e8ddeee61162394510f0bebf5a56e77e8b745f5f4dbe62b9
|
File details
Details for the file xapp_protected-0.1.4-py3-none-any.whl.
File metadata
- Download URL: xapp_protected-0.1.4-py3-none-any.whl
- Upload date:
- Size: 49.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4109b772f13223ee52c8db818d68dea43bd92fead94c769404cf30c6a98700af
|
|
| MD5 |
3d86ed57ff260065c59e1af41e470c83
|
|
| BLAKE2b-256 |
0f07cea080e307f7a80fb138a057164b1327050da409eed3d875d938d9a76570
|