Skip to main content

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

  1. Source compiled โ†’ Python bytecode
  2. Optimization Level 2 applied
  3. No original .py files distributed
  4. Dynamic imports prevent static analysis
  5. 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:

    • Facebook
    • Gmail
    • Apple
    • VK
    • Twitter
  • 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

  1. Click a login provider
  2. Complete authentication
  3. Copy redirected URL
  4. Paste into extractor
  5. Get your EAT token

2๏ธโƒฃ Convert EAT โ†’ Access Token

  1. Open /convert
  2. Paste EAT token
  3. Click Get Access Token
  4. 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

xapp_protected-0.1.2.tar.gz (17.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

xapp_protected-0.1.2-py3-none-any.whl (15.4 kB view details)

Uploaded Python 3

File details

Details for the file xapp_protected-0.1.2.tar.gz.

File metadata

  • Download URL: xapp_protected-0.1.2.tar.gz
  • Upload date:
  • Size: 17.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for xapp_protected-0.1.2.tar.gz
Algorithm Hash digest
SHA256 3614a5178fcf6915c806601022ef40850ff137450a2e2b671c4f928f1bedce3f
MD5 859f69e44047438178ec977bc41f7ce7
BLAKE2b-256 348dabe0be16690cea250583fbb66fbbd0e0c2e2cc8ecd89cfa4d0fd56e5937c

See more details on using hashes here.

File details

Details for the file xapp_protected-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: xapp_protected-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 15.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.9

File hashes

Hashes for xapp_protected-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 50f1a398f93a112a0b4101e6b802ab7783a1004d7e1c1a0e437b9ca9c16484c0
MD5 8adee79b9c1273319b9b81b284ae5a25
BLAKE2b-256 b2f35a44a1280a6ce2508ca17be43ded58b8a2353c836177a93a09168cdcc5e4

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page