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.1.tar.gz (4.3 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.1-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: xapp_protected-0.1.1.tar.gz
  • Upload date:
  • Size: 4.3 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.1.tar.gz
Algorithm Hash digest
SHA256 4c0fee897fbe192be38adc383c48128b4eaaf2903d10ff44ede1de483e5f693a
MD5 e048a4400bbdbcff1a6a070fdc0048e2
BLAKE2b-256 77d91f79361bd686a10ebf9d82ccbcf18977ccaec49cce8c03a2f7a4682ebf82

See more details on using hashes here.

File details

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

File metadata

  • Download URL: xapp_protected-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 4.2 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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 77f827260317777d03c2a3fb07b900b5dbffe92fa59ff81a3b6ac5e32f254b59
MD5 29aed518fb3651a74ee33b471cf62d0a
BLAKE2b-256 9edd1615a9296817f301268d907263e5615c6955c7db8fe2f0b92b2d11b740d5

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