Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Help Needed to Find Encryption Key Path in XUI One Panel

squallp

Basic Member
Basic Member
Joined
Jan 19, 2021
Messages
133
Reaction score
442
Points
74
Location
BiH
Hello everyone,

I am having trouble finding the encryption and decryption key in a project that uses the XUI One panel. This key is crucial for the encryption and decryption functions located in the xui.so library. Specifically, the key is used for:

  1. Encrypting and decrypting user data: All sensitive data (e.g., passwords, user information) stored in the system is encrypted using this key.
  2. Secure storage of configuration parameters: Some configuration parameters are also encrypted to ensure their security.
  3. Authentication and authorization: The key may be used to generate and validate tokens for user authentication and authorization.
So far, I have taken the following steps:

  1. Searched all configuration files and scripts within the /home/xui/ directory for any references to the key or encryption methods.
  2. Checked environment variables that might contain the key by using scripts to list all environment variables and search for keywords like key, encrypt, decrypt, password, secret.
  3. Analyzed logs using tools such as strace and ltrace to trace all functions in the xui.so file related to encryption and decryption.
  4. Tested all potential keys found during the previous steps using a PHP script, but unfortunately, none of these keys were correct.
Unfortunately, I have not been able to identify the exact location of the key. My question is:

Does anyone know where the encryption key might be stored in the XUI One panel or has experience with similar systems?

Any advice, guidance, or information would be extremely helpful. I am willing to pay well for accurate information that helps me find the key.

Thank you in advance for your help!

Best regards,
Squallp
 
its not working on that way key are is a different everytime and is a generated by remote server of xui.one
 
its not working on that way key are is a different everytime and is a generated by remote server of xui.one
This is not true, we just solved the problem with the key

This is the best functions in xui.so LB

function zim_Xui_Functions_FuckOffHackers() {

:ROFLMAO::ROFLMAO::ROFLMAO:
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
This is not true, we just solved the problem with the key

This is the best functions in xui.so LB

function zim_Xui_Functions_FuckOffHackers() {

:ROFLMAO::ROFLMAO::ROFLMAO:
Oh I thing you talking for dynamic key hahaha best function 😂
 
Oh I thing you talking for dynamic key hahaha best function 😂
I'm trying too, but it's a task that requires a lot of time, as it's binary in C, reverse engineering is difficult

It turns out that there are several constants and variables that add value until reaching the final key that uses openSSL_CBC
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top