
Company News
Meet the Socket Team at RSAC and BSidesSF 2026
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.
RIZERR
Advanced tools
RIZER TCP
RIZER/
├── RIZER/
│ ├── __init__.py
│ ├── rizer_runner.py # Main launcher
│ ├── main.py # Your main.py (untouched except UID/PW line)
│ ├── xC4.py
│ ├── xHeaders.py
│ ├── xKEYs.py
│ ├── accounts.json
│ ├── APIS/ # API modules
│ └── Pb2/ # Protobuf modules
├── setup.py # PyPI build config
├── MANIFEST.in # Package manifest
├── requirements.txt # Dependencies
└── README.md # This file
Replace the placeholder files with your actual files:
# Copy your actual main.py (must contain: Uid , Pw = 'uiddd','passwordd')
cp /path/to/your/main.py RIZER/RIZER/main.py
# Copy other required files
cp /path/to/your/xC4.py RIZER/RIZER/
cp /path/to/your/xHeaders.py RIZER/RIZER/
cp /path/to/your/xKEYs.py RIZER/RIZER/
cp /path/to/your/accounts.json RIZER/RIZER/
# Copy directories
cp -r /path/to/your/APIS/* RIZER/RIZER/APIS/
cp -r /path/to/your/Pb2/* RIZER/RIZER/Pb2/
cd RIZER
# Install build tools
pip install setuptools wheel twine
# Build package
python setup.py sdist bdist_wheel
# Upload to PyPI (requires account)
twine upload dist/*
# Or upload to Test PyPI first
twine upload --repository testpypi dist/*
# Install from PyPI
pip install RIZER
# Or upgrade
pip install --upgrade RIZER
# Run
RIZER
After installation, simply type in terminal:
RIZER
You will see:
██████╗░██╗███████╗███████╗██████╗░
██╔══██╗██║╚════██║██╔════╝██╔══██╗
██████╔╝██║░░███╔═╝█████╗░░██████╔╝
██╔══██╗██║██╔══╝░░██╔══╝░░██╔══██╗
██║░░██║██║███████╗███████╗██║░░██║
╚═╝░░╚═╝╚═╝╚══════╝╚══════╝╚═╝░░╚═╝
RIZER v1.4.3
RIZER TCP
╔════════════════════════════════════╗
║ Account Configuration ║
╚════════════════════════════════════╝
Enter UID: 12345678
Enter PASS: yourpassword
⚙️ Updating credentials...
✅ Credentials updated successfully!
🚀 Launching main.py...
[main.py output appears here...]
Uid , Pw = 'uiddd','passwordd'NOTE:
✅ THIS TOOL DOES NOT COLLECT, STORE, LOG, OR TRANSMIT ANY USER UID OR PASSWORD.
✅ RIZERx CONNECTS ONLY TO A BOT USING GUEST UID AND TEMPORARY PASSWORD INPUT FOR SESSION PURPOSES ONLY.
✅ NO USER DATA IS SAVED, SHARED, OR MISUSED IN ANY FORM.
✅ THIS TOOL DOES NOT HARM ANY USER, DEVICE, ACCOUNT, OR GAME DATA.
✅ THIS IS A SAFE, CLEAN, AND WORKING TOOL.
⚠️ IMPORTANT:
❌ THE DEVELOPER OF THIS TOOL DOES NOT SUPPORT, PROMOTE, OR ENCOURAGE ANY TYPE OF HACKING, SPAMMING, EXPLOITING, OR ILLEGAL ACTIVITY.
📚 THIS PROJECT IS DEVELOPED STRICTLY FOR EDUCATIONAL AND LEARNING PURPOSES ONLY.
📜 COMPLIANCE:
✔️ THIS PROJECT STRICTLY RESPECTS AND FOLLOWS
🚫 ANY MISUSE OF THIS TOOL AND THIS TOOL ALSO DOSENT COMMIT ANY MISUSE IS NOT THE RESPONSIBILITY OF THE DEVELOPER.
Uid , Pw = 'uiddd','passwordd'⚠️ IMPORTANT:
❌ THE DEVELOPER OF THIS TOOL DOES NOT SUPPORT, PROMOTE, OR ENCOURAGE ANY TYPE OF HACKING, SPAMMING, EXPLOITING, OR ILLEGAL ACTIVITY.
📚 THIS PROJECT IS DEVELOPED STRICTLY FOR EDUCATIONAL AND LEARNING PURPOSES ONLY.
📜 COMPLIANCE:
✔️ THIS PROJECT STRICTLY RESPECTS AND FOLLOWS
🚫 ANY MISUSE OF THIS TOOL IS NOT THE RESPONSIBILITY OF THE DEVELOPER.
Import errors?
main.py not found?
Pattern not found?
Uid , Pw = 'uiddd','passwordd'MIT License - See LICENSE file
For support, contact: support@rizer.tool NOTE: IT DOSENT COLLECT OR HARM YOUR UID AND PASSWORD...✅ IT IS A SAFE TOOL THAT CONNECTS TO A BOT WITH GUEST PASSWORD AND UID.. ALSO IT DOSENT HARMS ANY USERS INFO OR STORE ANY DATA.. IT IS FULLY SAFE TO USE AND FULLY WORKING. THE DEVLOPER OF THIS TOOL DOSENT SUPPORT ANY TYPE OF HACKING OR SPAMMING TOOLS IN THIS FILE ✅ ALSO IT WAS MADE FULLY FOR AN EDUCATIONAL PURPOSES AND NOT FOR ANY HACKING OR HARMING✅ I RESPECT AND FOLLOW THE pypi,termux rules STRICTLY...
FAQs
POWERD BY RIZER
We found that RIZERR demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Join Socket for live demos, rooftop happy hours, and one-on-one meetings during BSidesSF and RSA 2026 in San Francisco.

Research
/Security News
Malicious Packagist packages disguised as Laravel utilities install an encrypted PHP RAT via Composer dependencies, enabling remote access and C2 callbacks.

Research
/Security News
OpenVSX releases of Aqua Trivy 1.8.12 and 1.8.13 contained injected natural-language prompts that abuse local AI coding agents for system inspection and potential data exfiltration.