Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

PASS ROOT is sent somewhere OUTSIDE the server

CLnewCS

Extended Member
Ext. Member
Joined
Oct 9, 2019
Messages
123
Reaction score
342
Points
74
Location
Porto
Good afternoon
I've been checking the XC UI installation files and noticed that the PASS ROOT is sent somewhere OUTSIDE the server. I did not realize, however, where it is going and so that you have access to it, will be a Back Door? if you can help me realize thank you
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

jafo666

Extended Member
Ext. Member
Joined
Oct 28, 2019
Messages
196
Reaction score
1,786
Points
104
Location
Uk
I doubt the version by GTA has backdoor issues or he's included any malicious code.

Can you copy the code or tell us where it is?
 

iNGK

Extended Member
Ext. Member
Joined
Oct 7, 2019
Messages
97
Reaction score
898
Points
94
Location
0.0.0.0
What evidence do you have that the password was sent or compromised? This is very serious...
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

redhat

Administrator
Staff member
Administrator
Chief Moderator
Moderator
Joined
Jun 19, 2019
Messages
3,099
Reaction score
14,892
Points
134
Location
root[@]woi
Good afternoon
I've been checking the XC UI installation files and noticed that the PASS ROOT is sent somewhere OUTSIDE the server. I did not realize, however, where it is going and so that you have access to it, will be a Back Door? if you can help me realize thank you

if you do not provide any evidence this thread will be closed and your account can be banned!
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Delta19

Extended Member
Ext. Member
Joined
Sep 26, 2019
Messages
274
Reaction score
365
Points
74
Location
near home
Good afternoon
I've been checking the XC UI installation files and noticed that the PASS ROOT is sent somewhere OUTSIDE the server. I did not realize, however, where it is going and so that you have access to it, will be a Back Door? if you can help me realize thank you
is not cleaver man!!!!!!
 

CLnewCS

Extended Member
Ext. Member
Joined
Oct 9, 2019
Messages
123
Reaction score
342
Points
74
Location
Porto
Please provide the lines of code that you think look dodgy and we will investigate.

Thanks



Good afternoon again, I don't understand much code who showed me / talked about it was a friend who tested with the ubunt 18.4 version ... the only thing I think happens is the ROOT pass getting square on the main machine. but this I think is normal I do not know .. So I have opened the topic asking for help to check, because the panel is very good is only need is help from everyone to improve


def encrypt(rHost="127.0.0.1", rUsername="user_iptvpro", rPassword="", rDatabase="xtream_iptvpro", rServerID=1, rPort=7999):
printc("Encrypting...")
try: os.remove("/home/xtreamcodes/iptv_xtream_codes/config")
except: pass
rf = open('/home/xtreamcodes/iptv_xtream_codes/config', 'wb')
rf.write(''.join(chr(ord(c)^ord(k)) for c,k in izip('{\"host\":\"%s\",\"db_user\":\"%s\",\"db_pass\":\"%s\",\"db_name\":\"%s\",\"server_id\":\"%d\", \"db_port\":\"%d\"}' % (rHost, rUsername, rPassword, rDatabase, rServerID, rPort), cycle('5709650b0d7806074842c6de575025b1'))).encode('base64').replace('\n', ''))
rf.close()
 
Last edited:
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

bobo635

Extended Member
Ext. Member
Joined
Sep 21, 2019
Messages
26
Reaction score
153
Points
39
Location
montreal
Good afternoon again, I don't understand much code who showed me / talked about it was a friend who tested with the ubunt 18.4 version ... the only thing I think happens is the ROOT pass getting square on the main machine. but this I think is normal I do not know .. So I have opened the topic asking for help to check, because the panel is very good is only need is help from everyone to improve


def encrypt(rHost="127.0.0.1", rUsername="user_iptvpro", rPassword="", rDatabase="xtream_iptvpro", rServerID=1, rPort=7999):
printc("Encrypting...")
try: os.remove("/home/xtreamcodes/iptv_xtream_codes/config")
except: pass
rf = open('/home/xtreamcodes/iptv_xtream_codes/config', 'wb')
rf.write(''.join(chr(ord(c)^ord(k)) for c,k in izip('{\"host\":\"%s\",\"db_user\":\"%s\",\"db_pass\":\"%s\",\"db_name\":\"%s\",\"server_id\":\"%d\", \"db_port\":\"%d\"}' % (rHost, rUsername, rPassword, rDatabase, rServerID, rPort), cycle('5709650b0d7806074842c6de575025b1'))).encode('base64').replace('\n', ''))
rf.close()

my frind this code send any think to outside just creat the encryped file config of xtream.
 
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock