Linux cyberpanel 5.15.0-156-generic #166-Ubuntu SMP Sat Aug 9 00:02:46 UTC 2025 x86_64
LiteSpeed
: 160.191.175.3 | : 216.73.216.114
Cant Read [ /etc/named.conf ]
8.2.29
aodai6801
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
local /
CyberCP /
baseTemplate /
[ HOME SHELL ]
Name
Size
Permission
Action
__pycache__
[ DIR ]
drwxr-xr-x
migrations
[ DIR ]
drwxr-xr-x
static
[ DIR ]
drwxr-xr-x
templates
[ DIR ]
drwxr-xr-x
.DS_Store
6
KB
-rw-r--r--
__init__.py
0
B
-rw-r--r--
admin.py
89
B
-rw-r--r--
apps.py
125
B
-rw-r--r--
context_processors.py
733
B
-rw-r--r--
models.py
293
B
-rw-r--r--
tests.py
822
B
-rw-r--r--
urls.py
1.76
KB
-rw-r--r--
views.py
52.94
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tests.py
import requests import json ab = {'package': 'helo world', 'Themename': 'blue-green-theme'} url= "http://cyberpanel.net/version.txt" #url= "https://api.github.com/repos/usmannasir/CyberPanel-Themes/git/commits/def351a6eb4c103fb2dd2acf52396d4ef6111eee" res=requests.get(url) # sha=res.json()[0]['sha'] a= res.json()['version'] print(a) print(res) u = "https://api.github.com/repos/usmannasir/cyberpanel/commits?sha=v%s"%a r= requests.get(u) print(r.text) # l ="https://api.github.com/repos/usmannasir/CyberPanel-Themes/git/trees/%s"%sha # fres=requests.get(l) # # print(fres.json()) # # tott = len(fres.json()['tree']) # # finalData['tree']=[] # for i in range(tott): # if(fres.json()['tree'][i]['type']=="tree"): # finalData['tree'].append(fres.json()['tree'][i]['path']) # # print(finalData['tree'])
Close